summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-12-02 18:46:00 +0000
committerJeroen Roovers <jer@gentoo.org>2009-12-02 18:46:00 +0000
commit14619252a0457d31f7d175cc43d622021597693f (patch)
treefcd88c8da1a8f5a2a4ce859e5558a2d3926e8781 /dev-util/debootstrap
parentVersion bump. Robustness fixes for the MP3 support, the MySQL module has also... (diff)
downloadgentoo-2-14619252a0457d31f7d175cc43d622021597693f.tar.gz
gentoo-2-14619252a0457d31f7d175cc43d622021597693f.tar.bz2
gentoo-2-14619252a0457d31f7d175cc43d622021597693f.zip
Remove old.
(Portage version: 2.2_rc54/cvs/Linux i686)
Diffstat (limited to 'dev-util/debootstrap')
-rw-r--r--dev-util/debootstrap/ChangeLog6
-rw-r--r--dev-util/debootstrap/debootstrap-1.0.13.ebuild35
-rw-r--r--dev-util/debootstrap/debootstrap-1.0.14.ebuild35
3 files changed, 5 insertions, 71 deletions
diff --git a/dev-util/debootstrap/ChangeLog b/dev-util/debootstrap/ChangeLog
index e01a1fddff4d..1cd7978ede15 100644
--- a/dev-util/debootstrap/ChangeLog
+++ b/dev-util/debootstrap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/debootstrap
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.104 2009/10/05 16:12:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.105 2009/12/02 18:46:00 jer Exp $
+
+ 02 Dec 2009; Jeroen Roovers <jer@gentoo.org> -debootstrap-1.0.13.ebuild,
+ -debootstrap-1.0.14.ebuild:
+ Remove old.
05 Oct 2009; Raúl Porcel <armin76@gentoo.org> debootstrap-1.0.15.ebuild:
arm/ia64/sparc stable wrt #283986
diff --git a/dev-util/debootstrap/debootstrap-1.0.13.ebuild b/dev-util/debootstrap/debootstrap-1.0.13.ebuild
deleted file mode 100644
index 79c1424301d6..000000000000
--- a/dev-util/debootstrap/debootstrap-1.0.13.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.13.ebuild,v 1.7 2009/07/19 14:26:11 nixnut Exp ${PN}/${PN}-1.0.10.ebuild,v 1.1 2008/07/15 17:46:08 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="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc 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
- doman debootstrap.8
-}
diff --git a/dev-util/debootstrap/debootstrap-1.0.14.ebuild b/dev-util/debootstrap/debootstrap-1.0.14.ebuild
deleted file mode 100644
index af37c6911ca9..000000000000
--- a/dev-util/debootstrap/debootstrap-1.0.14.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.14.ebuild,v 1.1 2009/07/23 21:14:32 jer Exp ${PN}/${PN}-1.0.10.ebuild,v 1.1 2008/07/15 17:46:08 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="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~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
- doman debootstrap.8
-}