diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-07-09 01:07:34 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-07-09 01:07:34 +0000 |
commit | f49adc128949a1a0cc0e2a1bb881a4b09d8df8e2 (patch) | |
tree | 395557e1f667d8fb3d4ff09faec94a5fb45db593 /dev-util | |
parent | Marked ~hppa (bug #417513). (diff) | |
download | gentoo-2-f49adc128949a1a0cc0e2a1bb881a4b09d8df8e2.tar.gz gentoo-2-f49adc128949a1a0cc0e2a1bb881a4b09d8df8e2.tar.bz2 gentoo-2-f49adc128949a1a0cc0e2a1bb881a4b09d8df8e2.zip |
Old.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/debootstrap/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.38.ebuild | 41 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.39.ebuild | 43 |
3 files changed, 5 insertions, 85 deletions
diff --git a/dev-util/debootstrap/ChangeLog b/dev-util/debootstrap/ChangeLog index 68849ac23bad..b56a98d2ca7f 100644 --- a/dev-util/debootstrap/ChangeLog +++ b/dev-util/debootstrap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/debootstrap # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.182 2012/07/08 16:29:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.183 2012/07/09 01:07:34 jer Exp $ + + 09 Jul 2012; Jeroen Roovers <jer@gentoo.org> -debootstrap-1.0.38.ebuild, + -debootstrap-1.0.39.ebuild: + Old. 08 Jul 2012; Raúl Porcel <armin76@gentoo.org> debootstrap-1.0.40.ebuild: alpha/ia64/sh/sparc stable wrt #419777 diff --git a/dev-util/debootstrap/debootstrap-1.0.38.ebuild b/dev-util/debootstrap/debootstrap-1.0.38.ebuild deleted file mode 100644 index 13b60e7cd5f0..000000000000 --- a/dev-util/debootstrap/debootstrap-1.0.38.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.38.ebuild,v 1.8 2012/03/31 18:44:15 armin76 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 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.39.ebuild b/dev-util/debootstrap/debootstrap-1.0.39.ebuild deleted file mode 100644 index 401aa69f3fe5..000000000000 --- a/dev-util/debootstrap/debootstrap-1.0.39.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.39.ebuild,v 1.6 2012/05/21 09:42:05 phajdan.jr Exp $ - -EAPI=4 -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 ~ia64 ppc ppc64 ~sh ~sparc x86" -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() { - elog "To check Release files against a keyring" - elog " (--keyring=K), please install app-crypt/gnupg." -} |