summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2007-03-13 19:05:10 +0000
committerJonathan Smith <smithj@gentoo.org>2007-03-13 19:05:10 +0000
commit4ce6e934f5e32742f8650db85d4dde39d79c1b1a (patch)
treef9ff505b33e17543a84f64e1560f97b48bcbd4ad /app-admin/conary/conary-1.1.18.ebuild
parentadded ~ppc64 (diff)
downloadgentoo-2-4ce6e934f5e32742f8650db85d4dde39d79c1b1a.tar.gz
gentoo-2-4ce6e934f5e32742f8650db85d4dde39d79c1b1a.tar.bz2
gentoo-2-4ce6e934f5e32742f8650db85d4dde39d79c1b1a.zip
update to latest
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-admin/conary/conary-1.1.18.ebuild')
-rw-r--r--app-admin/conary/conary-1.1.18.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/app-admin/conary/conary-1.1.18.ebuild b/app-admin/conary/conary-1.1.18.ebuild
new file mode 100644
index 000000000000..250a54b518f7
--- /dev/null
+++ b/app-admin/conary/conary-1.1.18.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2006-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/conary-1.1.18.ebuild,v 1.1 2007/03/13 19:05:10 smithj Exp $
+
+DESCRIPTION="repository-based system management and package-building tool"
+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*
+ dev-python/kid
+ dev-python/elementtree
+ dev-db/sqlite
+ dev-python/pycrypto
+ dev-libs/elfutils"
+
+PDEPEND="app-admin/conary-policy"
+
+src_compile() {
+ emake || die "Make failure"
+}
+
+src_install() {
+ make DESTDIR=${D} install
+ dodoc LICENSE NEWS conary/ScanDeps/README conary/pysqlite3/{LICENSE,README}
+}