diff options
author | Jonathan Smith <smithj@gentoo.org> | 2006-11-09 21:50:26 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2006-11-09 21:50:26 +0000 |
commit | d317c7f0984713cceceb19ee40fe5dce846be587 (patch) | |
tree | 91f9a9bd27ba27917da497d63c97e07e1de28ab1 /app-admin/conary | |
parent | stable x86, security bug #154434 (diff) | |
download | gentoo-2-d317c7f0984713cceceb19ee40fe5dce846be587.tar.gz gentoo-2-d317c7f0984713cceceb19ee40fe5dce846be587.tar.bz2 gentoo-2-d317c7f0984713cceceb19ee40fe5dce846be587.zip |
fix tarball hashes
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-admin/conary')
-rw-r--r-- | app-admin/conary/conary-1.1.11-r1.ebuild | 30 | ||||
-rw-r--r-- | app-admin/conary/files/digest-conary-1.1.11-r1 | 3 |
2 files changed, 33 insertions, 0 deletions
diff --git a/app-admin/conary/conary-1.1.11-r1.ebuild b/app-admin/conary/conary-1.1.11-r1.ebuild new file mode 100644 index 000000000000..09d53e010434 --- /dev/null +++ b/app-admin/conary/conary-1.1.11-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/conary-1.1.11-r1.ebuild,v 1.1 2006/11/09 21:50:26 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} +} diff --git a/app-admin/conary/files/digest-conary-1.1.11-r1 b/app-admin/conary/files/digest-conary-1.1.11-r1 new file mode 100644 index 000000000000..0aa0e6d7d7fc --- /dev/null +++ b/app-admin/conary/files/digest-conary-1.1.11-r1 @@ -0,0 +1,3 @@ +MD5 4141490bd589f11232cd8ffa7fae4553 conary-1.1.11.tar.bz2 691729 +RMD160 8eedd7a6e11195e15d2d8822d217861050a94872 conary-1.1.11.tar.bz2 691729 +SHA256 20eeb93c7d568f33e085b7d0c7644225f546f59ef967a9f25777dea7fc63f14a conary-1.1.11.tar.bz2 691729 |