blob: a27b6ff418e75e797b608537e4bfb1c14254f919 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
NEED_PYTHON="2.4"
inherit distutils
DESCRIPTION="pastebin script for rafb.net"
HOMEPAGE="http://code.google.com/p/kenscodepit/"
SRC_URI="http://kenscodepit.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
|