diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-07-25 15:43:40 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-07-25 15:43:40 +0000 |
commit | ae2b2ba7c6d59b77b441301f9cbd8811c03a4b19 (patch) | |
tree | 8bef03b69b2a26ebbd86b3d3ee5ae97ed154901a /dev-util/debootstrap | |
parent | add missing test to IUSE (diff) | |
download | gentoo-2-ae2b2ba7c6d59b77b441301f9cbd8811c03a4b19.tar.gz gentoo-2-ae2b2ba7c6d59b77b441301f9cbd8811c03a4b19.tar.bz2 gentoo-2-ae2b2ba7c6d59b77b441301f9cbd8811c03a4b19.zip |
Version bump. Remove old.
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/debootstrap')
-rw-r--r-- | dev-util/debootstrap/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.26.ebuild | 42 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.27.ebuild | 41 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.28.ebuild | 41 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.29.ebuild | 41 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.31.ebuild | 41 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.33.ebuild (renamed from dev-util/debootstrap/debootstrap-1.0.30.ebuild) | 2 |
7 files changed, 10 insertions, 208 deletions
diff --git a/dev-util/debootstrap/ChangeLog b/dev-util/debootstrap/ChangeLog index d44b6204b31f..21f265cba82c 100644 --- a/dev-util/debootstrap/ChangeLog +++ b/dev-util/debootstrap/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-util/debootstrap # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.153 2011/07/24 12:52:08 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.154 2011/07/25 15:43:40 jer Exp $ + +*debootstrap-1.0.33 (25 Jul 2011) + + 25 Jul 2011; Jeroen Roovers <jer@gentoo.org> -debootstrap-1.0.26.ebuild, + -debootstrap-1.0.27.ebuild, -debootstrap-1.0.28.ebuild, + -debootstrap-1.0.29.ebuild, -debootstrap-1.0.30.ebuild, + -debootstrap-1.0.31.ebuild, +debootstrap-1.0.33.ebuild: + Version bump. 24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> debootstrap-1.0.32.ebuild: diff --git a/dev-util/debootstrap/debootstrap-1.0.26.ebuild b/dev-util/debootstrap/debootstrap-1.0.26.ebuild deleted file mode 100644 index 81cc6d1b2fcf..000000000000 --- a/dev-util/debootstrap/debootstrap-1.0.26.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.26.ebuild,v 1.6 2011/03/01 01:11:47 ranger Exp $ - -inherit eutils - -DESCRIPTION="Debian/Ubuntu bootstrap scripts" -HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz - mirror://gentoo/devices.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86" -IUSE="" - -RDEPEND="sys-devel/binutils - net-misc/wget - >=app-arch/dpkg-1.14.20" - -# Version 1.0.23 does not include the version in the directory name -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${PN}_${PV}.tar.gz - cp "${DISTDIR}"/devices.tar.gz "${S}" -} - -src_compile() { - return -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc TODO debian/changelog - doman debootstrap.8 -} - -pkg_postinst() { - elog "To check Release files against a keyring" - elog " (--keyring=K), please install app-crypt/gnupg." -} diff --git a/dev-util/debootstrap/debootstrap-1.0.27.ebuild b/dev-util/debootstrap/debootstrap-1.0.27.ebuild deleted file mode 100644 index f25c9fd19428..000000000000 --- a/dev-util/debootstrap/debootstrap-1.0.27.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.27.ebuild,v 1.3 2011/03/22 20:30:32 jer Exp $ - -inherit eutils - -DESCRIPTION="Debian/Ubuntu bootstrap scripts" -HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz - mirror://gentoo/devices.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -RDEPEND="sys-devel/binutils - net-misc/wget - >=app-arch/dpkg-1.14.20" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${PN}_${PV}.tar.gz - cp "${DISTDIR}"/devices.tar.gz "${S}" -} - -src_compile() { - return -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc TODO debian/changelog - doman debootstrap.8 -} - -pkg_postinst() { - elog "To check Release files against a keyring" - elog " (--keyring=K), please install app-crypt/gnupg." -} diff --git a/dev-util/debootstrap/debootstrap-1.0.28.ebuild b/dev-util/debootstrap/debootstrap-1.0.28.ebuild deleted file mode 100644 index 4776e038f9f4..000000000000 --- a/dev-util/debootstrap/debootstrap-1.0.28.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.28.ebuild,v 1.2 2011/03/22 20:30:32 jer Exp $ - -inherit eutils - -DESCRIPTION="Debian/Ubuntu bootstrap scripts" -HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz - mirror://gentoo/devices.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -RDEPEND="sys-devel/binutils - net-misc/wget - >=app-arch/dpkg-1.14.20" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${PN}_${PV}.tar.gz - cp "${DISTDIR}"/devices.tar.gz "${S}" -} - -src_compile() { - return -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc TODO debian/changelog - doman debootstrap.8 -} - -pkg_postinst() { - elog "To check Release files against a keyring" - elog " (--keyring=K), please install app-crypt/gnupg." -} diff --git a/dev-util/debootstrap/debootstrap-1.0.29.ebuild b/dev-util/debootstrap/debootstrap-1.0.29.ebuild deleted file mode 100644 index 4ca33ae7616b..000000000000 --- a/dev-util/debootstrap/debootstrap-1.0.29.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.29.ebuild,v 1.2 2011/03/22 20:24:38 jer Exp $ - -inherit eutils - -DESCRIPTION="Debian/Ubuntu bootstrap scripts" -HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz - mirror://gentoo/devices.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -RDEPEND="sys-devel/binutils - net-misc/wget - >=app-arch/dpkg-1.14.20" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${PN}_${PV}.tar.gz - cp "${DISTDIR}"/devices.tar.gz "${S}" -} - -src_compile() { - return -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc TODO debian/changelog - doman debootstrap.8 -} - -pkg_postinst() { - elog "To check Release files against a keyring" - elog " (--keyring=K), please install app-crypt/gnupg." -} diff --git a/dev-util/debootstrap/debootstrap-1.0.31.ebuild b/dev-util/debootstrap/debootstrap-1.0.31.ebuild deleted file mode 100644 index 59891bf444dc..000000000000 --- a/dev-util/debootstrap/debootstrap-1.0.31.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.31.ebuild,v 1.1 2011/05/21 16:36:19 jer Exp $ - -inherit eutils - -DESCRIPTION="Debian/Ubuntu bootstrap scripts" -HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz - mirror://gentoo/devices.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -RDEPEND="sys-devel/binutils - net-misc/wget - >=app-arch/dpkg-1.14.20" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${PN}_${PV}.tar.gz - cp "${DISTDIR}"/devices.tar.gz "${S}" -} - -src_compile() { - return -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc TODO debian/changelog - doman debootstrap.8 -} - -pkg_postinst() { - elog "To check Release files against a keyring" - elog " (--keyring=K), please install app-crypt/gnupg." -} diff --git a/dev-util/debootstrap/debootstrap-1.0.30.ebuild b/dev-util/debootstrap/debootstrap-1.0.33.ebuild index 0000b840aab8..8e1c2ba90f35 100644 --- a/dev-util/debootstrap/debootstrap-1.0.30.ebuild +++ b/dev-util/debootstrap/debootstrap-1.0.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.30.ebuild,v 1.1 2011/04/27 04:50:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.33.ebuild,v 1.1 2011/07/25 15:43:40 jer Exp $ inherit eutils |