diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-01-19 11:55:40 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-01-19 11:55:40 +0000 |
commit | 955c76acfee72a0a3aec7ef8623efd4dec7e03ee (patch) | |
tree | e486b13fa9a997f363564267c1a9a53a7d12b50c /dev-util | |
parent | Old. (diff) | |
download | gentoo-2-955c76acfee72a0a3aec7ef8623efd4dec7e03ee.tar.gz gentoo-2-955c76acfee72a0a3aec7ef8623efd4dec7e03ee.tar.bz2 gentoo-2-955c76acfee72a0a3aec7ef8623efd4dec7e03ee.zip |
Old.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/debootstrap/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.52.ebuild | 45 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.53.ebuild | 45 |
3 files changed, 5 insertions, 91 deletions
diff --git a/dev-util/debootstrap/ChangeLog b/dev-util/debootstrap/ChangeLog index 7855e2817cc1..2746e9690528 100644 --- a/dev-util/debootstrap/ChangeLog +++ b/dev-util/debootstrap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/debootstrap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.241 2014/01/18 19:56:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.242 2014/01/19 11:55:40 jer Exp $ + + 19 Jan 2014; Jeroen Roovers <jer@gentoo.org> -debootstrap-1.0.52.ebuild, + -debootstrap-1.0.53.ebuild: + Old. 18 Jan 2014; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.55.ebuild: Stable for alpha, wrt bug #491590 diff --git a/dev-util/debootstrap/debootstrap-1.0.52.ebuild b/dev-util/debootstrap/debootstrap-1.0.52.ebuild deleted file mode 100644 index f75756df1885..000000000000 --- a/dev-util/debootstrap/debootstrap-1.0.52.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.11 2013/07/02 07:41:49 ago Exp $ - -EAPI=5 -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="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - app-arch/dpkg - net-misc/wget - sys-devel/binutils -" - -DOCS=( TODO debian/changelog ) - -src_unpack() { - unpack ${PN}_${PV}.tar.gz - cp "${DISTDIR}"/devices.tar.gz "${S}" -} - -src_compile() { - return -} - -src_install() { - default - doman debootstrap.8 -} - -pkg_postinst() { - if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then - elog "To check Release files against a keyring" - elog " (--keyring=K), please install app-crypt/gnupg." - fi -} diff --git a/dev-util/debootstrap/debootstrap-1.0.53.ebuild b/dev-util/debootstrap/debootstrap-1.0.53.ebuild deleted file mode 100644 index 56893cb027fc..000000000000 --- a/dev-util/debootstrap/debootstrap-1.0.53.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.53.ebuild,v 1.1 2013/07/18 11:52:11 jer Exp $ - -EAPI=5 -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="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - app-arch/dpkg - net-misc/wget - sys-devel/binutils -" - -DOCS=( TODO debian/changelog ) - -src_unpack() { - unpack ${PN}_${PV}.tar.gz - cp "${DISTDIR}"/devices.tar.gz "${S}" -} - -src_compile() { - return -} - -src_install() { - default - doman debootstrap.8 -} - -pkg_postinst() { - if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then - elog "To check Release files against a keyring" - elog " (--keyring=K), please install app-crypt/gnupg." - fi -} |