summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-10-10 01:41:34 +0000
committerJeroen Roovers <jer@gentoo.org>2012-10-10 01:41:34 +0000
commit974f5bff28073c6531ba664ba7b22672c655bc64 (patch)
tree45568eb7e5a496060787e522cf6d893d3908b5d0 /dev-util
parentOld. (diff)
downloadgentoo-2-974f5bff28073c6531ba664ba7b22672c655bc64.tar.gz
gentoo-2-974f5bff28073c6531ba664ba7b22672c655bc64.tar.bz2
gentoo-2-974f5bff28073c6531ba664ba7b22672c655bc64.zip
Old.
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/debootstrap/ChangeLog6
-rw-r--r--dev-util/debootstrap/debootstrap-1.0.40.ebuild43
-rw-r--r--dev-util/debootstrap/debootstrap-1.0.41.ebuild44
3 files changed, 5 insertions, 88 deletions
diff --git a/dev-util/debootstrap/ChangeLog b/dev-util/debootstrap/ChangeLog
index 677aa2c69b33..53257ace5099 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.189 2012/10/05 18:01:02 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.190 2012/10/10 01:41:34 jer Exp $
+
+ 10 Oct 2012; Jeroen Roovers <jer@gentoo.org> -debootstrap-1.0.40.ebuild,
+ -debootstrap-1.0.41.ebuild:
+ Old.
05 Oct 2012; Brent Baude <ranger@gentoo.org> debootstrap-1.0.42.ebuild:
Marking debootstrap-1.0.42 ppc64 for bug 432424
diff --git a/dev-util/debootstrap/debootstrap-1.0.40.ebuild b/dev-util/debootstrap/debootstrap-1.0.40.ebuild
deleted file mode 100644
index a9c7ced1ffed..000000000000
--- a/dev-util/debootstrap/debootstrap-1.0.40.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.40.ebuild,v 1.7 2012/07/08 16:29:12 armin76 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."
-}
diff --git a/dev-util/debootstrap/debootstrap-1.0.41.ebuild b/dev-util/debootstrap/debootstrap-1.0.41.ebuild
deleted file mode 100644
index 7a668b8b0b08..000000000000
--- a/dev-util/debootstrap/debootstrap-1.0.41.ebuild
+++ /dev/null
@@ -1,44 +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.41.ebuild,v 1.1 2012/06/22 13:42:14 jer 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
- mv ${PN}* ${P} || die
- 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."
-}