From 4db574d09a109f1b1f0f8d677997e0125f369999 Mon Sep 17 00:00:00 2001 From: Jonathan Smith Date: Tue, 24 Apr 2007 21:24:05 +0000 Subject: version bumpin Package-Manager: portage-2.1.2.4 --- app-admin/conary/ChangeLog | 8 +++++- app-admin/conary/conary-1.1.21.ebuild | 30 -------------------- app-admin/conary/conary-1.1.22.ebuild | 30 ++++++++++++++++++++ app-admin/conary/files/digest-conary-1.1.21 | 3 -- app-admin/conary/files/digest-conary-1.1.22 | 3 ++ app-admin/rmake/ChangeLog | 7 ++++- app-admin/rmake/files/digest-rmake-1.0.7 | 3 -- app-admin/rmake/files/digest-rmake-1.0.8 | 3 ++ app-admin/rmake/rmake-1.0.7.ebuild | 43 ----------------------------- app-admin/rmake/rmake-1.0.8.ebuild | 43 +++++++++++++++++++++++++++++ 10 files changed, 92 insertions(+), 81 deletions(-) delete mode 100644 app-admin/conary/conary-1.1.21.ebuild create mode 100644 app-admin/conary/conary-1.1.22.ebuild delete mode 100644 app-admin/conary/files/digest-conary-1.1.21 create mode 100644 app-admin/conary/files/digest-conary-1.1.22 delete mode 100644 app-admin/rmake/files/digest-rmake-1.0.7 create mode 100644 app-admin/rmake/files/digest-rmake-1.0.8 delete mode 100644 app-admin/rmake/rmake-1.0.7.ebuild create mode 100644 app-admin/rmake/rmake-1.0.8.ebuild (limited to 'app-admin') diff --git a/app-admin/conary/ChangeLog b/app-admin/conary/ChangeLog index 9e3e233ff8d8..051aa410b3eb 100644 --- a/app-admin/conary/ChangeLog +++ b/app-admin/conary/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/conary # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/ChangeLog,v 1.14 2007/04/09 20:36:16 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/ChangeLog,v 1.15 2007/04/24 21:22:54 smithj Exp $ + +*conary-1.1.22 (24 Apr 2007) + + 24 Apr 2007; -conary-1.1.21.ebuild, + +conary-1.1.22.ebuild: + version bumpin *conary-1.1.21 (09 Apr 2007) diff --git a/app-admin/conary/conary-1.1.21.ebuild b/app-admin/conary/conary-1.1.21.ebuild deleted file mode 100644 index f1074e16c2e8..000000000000 --- a/app-admin/conary/conary-1.1.21.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.21.ebuild,v 1.1 2007/04/09 20:36:16 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/conary-1.1.22.ebuild b/app-admin/conary/conary-1.1.22.ebuild new file mode 100644 index 000000000000..1238b60bafd6 --- /dev/null +++ b/app-admin/conary/conary-1.1.22.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.22.ebuild,v 1.1 2007/04/24 21:22:54 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.21 b/app-admin/conary/files/digest-conary-1.1.21 deleted file mode 100644 index d3852688ccda..000000000000 --- a/app-admin/conary/files/digest-conary-1.1.21 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 482d4e95379c0d51a9000bda84650e36 conary-1.1.21.tar.bz2 758649 -RMD160 2d259930bbe989e0ae71c6edaccb98d94a0f880d conary-1.1.21.tar.bz2 758649 -SHA256 049fc0365a057f8451bda122002f86a813f78cb85fcd993dcfc0eb92c5f92114 conary-1.1.21.tar.bz2 758649 diff --git a/app-admin/conary/files/digest-conary-1.1.22 b/app-admin/conary/files/digest-conary-1.1.22 new file mode 100644 index 000000000000..76001caaefab --- /dev/null +++ b/app-admin/conary/files/digest-conary-1.1.22 @@ -0,0 +1,3 @@ +MD5 c9cd71c6f54a69d226ae38d366b1a756 conary-1.1.22.tar.bz2 763851 +RMD160 8ddecd6c7be827ea4ace949fcf48f20eb9c75e77 conary-1.1.22.tar.bz2 763851 +SHA256 a6b6d8ebbb50d35972b86e617c3139217a7c2a65c2b7c544385af5634b16bef8 conary-1.1.22.tar.bz2 763851 diff --git a/app-admin/rmake/ChangeLog b/app-admin/rmake/ChangeLog index 7b4f9ca8bbe6..dbccb4038e39 100644 --- a/app-admin/rmake/ChangeLog +++ b/app-admin/rmake/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/rmake # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/rmake/ChangeLog,v 1.10 2007/03/13 19:08:53 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/rmake/ChangeLog,v 1.11 2007/04/24 21:24:05 smithj Exp $ + +*rmake-1.0.8 (24 Apr 2007) + + 24 Apr 2007; -rmake-1.0.7.ebuild, +rmake-1.0.8.ebuild: + version bumpin *rmake-1.0.7 (13 Mar 2007) diff --git a/app-admin/rmake/files/digest-rmake-1.0.7 b/app-admin/rmake/files/digest-rmake-1.0.7 deleted file mode 100644 index 276c8d1c1c7b..000000000000 --- a/app-admin/rmake/files/digest-rmake-1.0.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c1a0742252e104accba7a9edb2b86dac rmake-1.0.7.tar.bz2 124835 -RMD160 f3afc56ad83aa055e0b6b7f83ad68dd41a9e092f rmake-1.0.7.tar.bz2 124835 -SHA256 204db5980c6dd7dd4dfd11e0eda99ce13de1576931042d2872d4e8736f7525d3 rmake-1.0.7.tar.bz2 124835 diff --git a/app-admin/rmake/files/digest-rmake-1.0.8 b/app-admin/rmake/files/digest-rmake-1.0.8 new file mode 100644 index 000000000000..6454130efd29 --- /dev/null +++ b/app-admin/rmake/files/digest-rmake-1.0.8 @@ -0,0 +1,3 @@ +MD5 d3ca8e5b4bb4ed5d63ef5db82fc948bb rmake-1.0.8.tar.bz2 130125 +RMD160 246a60b70a914d6e65a8668891fb305ed81ebe47 rmake-1.0.8.tar.bz2 130125 +SHA256 7717f1ffc802e476056fad7d2e22be5e396c6cbae8ccd0702580b552dda73540 rmake-1.0.8.tar.bz2 130125 diff --git a/app-admin/rmake/rmake-1.0.7.ebuild b/app-admin/rmake/rmake-1.0.7.ebuild deleted file mode 100644 index e32668481690..000000000000 --- a/app-admin/rmake/rmake-1.0.7.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2006-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/rmake/rmake-1.0.7.ebuild,v 1.1 2007/03/13 19:08:53 smithj Exp $ - -inherit eutils - -DESCRIPTION="repository-based build system" -HOMEPAGE="http://wiki.rpath.com/wiki/Conary:About_rMake" -SRC_URI="ftp://download.rpath.com/${PN}/${P}.tar.bz2" - -LICENSE="CPL-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="=dev-lang/python-2.4* - sys-libs/libcap - app-admin/conary" - -src_compile() { - emake || die "Make failure" -} - -src_install() { - make DESTDIR=${D} install || die "install failed" - chmod 04755 ${D}/usr/libexec/rmake/chroothelper - for x in ${D}/var/{rmake,{log,lib,run}/rmake} ${D}/{etc,srv}/rmake;do - mkdir -p $x - chown rmake:rmake $x - touch ${x}/.keep - done - chmod 700 ${D}/var/rmake - # replace with updstream-provided in next release... see - # https://issues.rpath.com/browse/RMK-242 - doinitd ${FILESDIR}/rmake -} - -pkg_setup() { - enewgroup rmake - enewgroup rmake-chroot - enewuser rmake -1 -1 /srv/rmake "rmake" - enewuser rmake-chroot -1 -1 / "rmake-chroot" -} diff --git a/app-admin/rmake/rmake-1.0.8.ebuild b/app-admin/rmake/rmake-1.0.8.ebuild new file mode 100644 index 000000000000..95f32a2b3fb0 --- /dev/null +++ b/app-admin/rmake/rmake-1.0.8.ebuild @@ -0,0 +1,43 @@ +# Copyright 2006-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/rmake/rmake-1.0.8.ebuild,v 1.1 2007/04/24 21:24:05 smithj Exp $ + +inherit eutils + +DESCRIPTION="repository-based build system" +HOMEPAGE="http://wiki.rpath.com/wiki/Conary:About_rMake" +SRC_URI="ftp://download.rpath.com/${PN}/${P}.tar.bz2" + +LICENSE="CPL-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="=dev-lang/python-2.4* + sys-libs/libcap + app-admin/conary" + +src_compile() { + emake || die "Make failure" +} + +src_install() { + make DESTDIR=${D} install || die "install failed" + chmod 04755 ${D}/usr/libexec/rmake/chroothelper + for x in ${D}/var/{rmake,{log,lib,run}/rmake} ${D}/{etc,srv}/rmake;do + mkdir -p $x + chown rmake:rmake $x + touch ${x}/.keep + done + chmod 700 ${D}/var/rmake + # replace with updstream-provided in next release... see + # https://issues.rpath.com/browse/RMK-242 + doinitd ${FILESDIR}/rmake +} + +pkg_setup() { + enewgroup rmake + enewgroup rmake-chroot + enewuser rmake -1 -1 /srv/rmake "rmake" + enewuser rmake-chroot -1 -1 / "rmake-chroot" +} -- cgit v1.2.3-65-gdbad