summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2010-09-27 07:32:39 +0000
committerDirkjan Ochtman <djc@gentoo.org>2010-09-27 07:32:39 +0000
commitc01a39372fb9596720dada7d2de8f9c5dff9f11a (patch)
treee6e32ac25ebb130c594df87d68d386e23045d33b /app-admin/conary-policy/conary-policy-1.0.11.ebuild
parentStable on amd64 wrt bug #336408 (diff)
downloadgentoo-2-c01a39372fb9596720dada7d2de8f9c5dff9f11a.tar.gz
gentoo-2-c01a39372fb9596720dada7d2de8f9c5dff9f11a.tar.bz2
gentoo-2-c01a39372fb9596720dada7d2de8f9c5dff9f11a.zip
app-admin/conary-policy removal, bug 267347.
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, 0 insertions, 23 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
deleted file mode 100644
index c81cbc2ff845..000000000000
--- a/app-admin/conary-policy/conary-policy-1.0.11.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2006-2008 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.2 2008/01/24 21:40:31 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
-}