diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-10-09 04:48:02 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-10-09 04:48:02 +0000 |
commit | 5c90f45df035a5e27602bddfc8798538e1f94d9e (patch) | |
tree | db9fa80b86bd0ecd2b6f0e1cc2cc9cd7c833f269 /dev-util/debootstrap/debootstrap-1.0.9.ebuild | |
parent | Fix static/shared (bug #240578). (diff) | |
download | gentoo-2-5c90f45df035a5e27602bddfc8798538e1f94d9e.tar.gz gentoo-2-5c90f45df035a5e27602bddfc8798538e1f94d9e.tar.bz2 gentoo-2-5c90f45df035a5e27602bddfc8798538e1f94d9e.zip |
Remove old.
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'dev-util/debootstrap/debootstrap-1.0.9.ebuild')
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.9.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-util/debootstrap/debootstrap-1.0.9.ebuild b/dev-util/debootstrap/debootstrap-1.0.9.ebuild deleted file mode 100644 index 18aa2a3e9687..000000000000 --- a/dev-util/debootstrap/debootstrap-1.0.9.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.9.ebuild,v 1.8 2008/08/25 23:43:21 jer Exp ${PN}/${PN}-1.0.9.ebuild,v 1.5 2008/06/23 14:28:39 gentoofan23 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 hppa ia64 ppc sparc x86" -IUSE="" - -DEPEND="sys-devel/binutils - net-misc/wget - app-arch/dpkg" - -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 -} |