summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-12-14 22:35:09 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-12-14 22:35:09 +0000
commitae10107f5505dbab75e83d3b84fb1c47d590cf7d (patch)
tree04644f5594609c5fd9397fc79d24a0a669cb2504
parentsys-apps/pkgcore: add pkgcore to give me a working new pkgcore-checks (diff)
downloadgenstef-ae10107f5505dbab75e83d3b84fb1c47d590cf7d.tar.gz
genstef-ae10107f5505dbab75e83d3b84fb1c47d590cf7d.tar.bz2
genstef-ae10107f5505dbab75e83d3b84fb1c47d590cf7d.zip
new pkgcore-checks
svn path=/; revision=82
-rw-r--r--dev-util/pkgcore-checks/pkgcore-checks-0.1.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.1.1.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.1.1.ebuild
new file mode 100644
index 0000000..a7c83cf
--- /dev/null
+++ b/dev-util/pkgcore-checks/pkgcore-checks-0.1.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-0.1-r2.ebuild,v 1.1 2006/11/03 06:19:22 marienz Exp $
+
+inherit distutils eutils
+
+DESCRIPTION="pkgcore developmental repoman replacement"
+HOMEPAGE="http://dev.gentooexperimental.org/pkgcore-trac/"
+SRC_URI="http://dev.gentooexperimental.org/~jokey/distfiles/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="=sys-apps/pkgcore-0.1*
+ >=dev-lang/python-2.4"
+DEPEND=">=dev-lang/python-2.4"