summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2007-03-13 19:06:41 +0000
committerJonathan Smith <smithj@gentoo.org>2007-03-13 19:06:41 +0000
commit29c65885e6a961568f50ff1f24b131b779e408fe (patch)
tree3585e28f445c0805514efdf4e4bd168b1d9086b2 /app-admin/conary-policy/conary-policy-1.0.11.ebuild
parentupdate to latest (diff)
downloadgentoo-2-29c65885e6a961568f50ff1f24b131b779e408fe.tar.gz
gentoo-2-29c65885e6a961568f50ff1f24b131b779e408fe.tar.bz2
gentoo-2-29c65885e6a961568f50ff1f24b131b779e408fe.zip
update to latest
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-admin/conary-policy/conary-policy-1.0.11.ebuild')
-rw-r--r--app-admin/conary-policy/conary-policy-1.0.11.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-admin/conary-policy/conary-policy-1.0.11.ebuild b/app-admin/conary-policy/conary-policy-1.0.11.ebuild
new file mode 100644
index 000000000000..3b6fd1c0ef48
--- /dev/null
+++ b/app-admin/conary-policy/conary-policy-1.0.11.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2006-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conary-policy/conary-policy-1.0.11.ebuild,v 1.1 2007/03/13 19:06:41 smithj Exp $
+
+DESCRIPTION="distribution policy for the conary package manager"
+HOMEPAGE="http://wiki.rpath.com/wiki/Conary"
+SRC_URI="ftp://download.rpath.com/conary/${P}.tar.bz2"
+
+LICENSE="CPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="=dev-lang/python-2.4*
+ app-admin/conary"
+
+src_compile() {
+ emake || die "Make failure"
+}
+
+src_install() {
+ make DESTDIR=${D} install
+}