diff options
Diffstat (limited to 'dev-util/debootstrap/debootstrap-0.2.31.ebuild')
-rw-r--r-- | dev-util/debootstrap/debootstrap-0.2.31.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-util/debootstrap/debootstrap-0.2.31.ebuild b/dev-util/debootstrap/debootstrap-0.2.31.ebuild deleted file mode 100644 index fb9cf4cde69e..000000000000 --- a/dev-util/debootstrap/debootstrap-0.2.31.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.31.ebuild,v 1.6 2004/09/25 21:41:36 weeve Exp $ - -DESCRIPTION="Debian bootstrap scripts" -HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc ~amd64 ~ppc" -SRC_URI="mirror://debian/pool/main/d/debootstrap/debootstrap_${PV}.tar.gz - mirror://gentoo/devices.tar.gz" -DEPEND="sys-devel/binutils - net-misc/wget - app-arch/dpkg" -IUSE="" - -src_unpack() { - unpack debootstrap_$PV.tar.gz - cp ${DISTDIR}/devices.tar.gz ${S} -} - -src_compile() { - sed -i -e "s/chown/#chown/" Makefile - make pkgdetails debootstrap-arch -} - -src_install() { - make DESTDIR=${D} install -} |