diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-09-18 12:50:45 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-09-18 12:50:45 +0000 |
commit | cc49bd5879f49852ba6366c158d554d468d44a0a (patch) | |
tree | 52d03abedafe3ff87cd4b4783e9ba259bfe24114 /dev-util/debootstrap | |
parent | version bump (diff) | |
download | historical-cc49bd5879f49852ba6366c158d554d468d44a0a.tar.gz historical-cc49bd5879f49852ba6366c158d554d468d44a0a.tar.bz2 historical-cc49bd5879f49852ba6366c158d554d468d44a0a.zip |
version bump
Diffstat (limited to 'dev-util/debootstrap')
-rw-r--r-- | dev-util/debootstrap/Manifest | 4 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-0.2.4.ebuild | 30 | ||||
-rw-r--r-- | dev-util/debootstrap/files/digest-debootstrap-0.2.4 | 2 |
3 files changed, 34 insertions, 2 deletions
diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest index fcfb992fe5e9..539a7d390a4a 100644 --- a/dev-util/debootstrap/Manifest +++ b/dev-util/debootstrap/Manifest @@ -1,6 +1,6 @@ MD5 a08a747c2420e420d3245f719d711dfb debootstrap-0.1.17.30.ebuild 594 -MD5 73ba1154a01c7794089bed3b4b2bbee2 debootstrap-0.2.4.ebuild 782 -MD5 e0f6fd5fc2699012c2c8e718c3461610 ChangeLog 440 +MD5 aa71ad5d1a4f6085c6d8cdfd8b90d254 debootstrap-0.2.4.ebuild 792 +MD5 a0c6cd25d3f404f948c1c1b4363b588b ChangeLog 509 MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 MD5 7f9d7642fe3326c95b9c1c79ecc50dc4 files/digest-debootstrap-0.1.17.30 72 MD5 caf7fedf8bd3b4824435767c14d6fc46 files/digest-debootstrap-0.2.4 126 diff --git a/dev-util/debootstrap/debootstrap-0.2.4.ebuild b/dev-util/debootstrap/debootstrap-0.2.4.ebuild new file mode 100644 index 000000000000..fb764aa0c3f0 --- /dev/null +++ b/dev-util/debootstrap/debootstrap-0.2.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.4.ebuild,v 1.1 2003/09/18 12:50:39 lanius Exp $ + +DESCRIPTION="Debian bootstrap scripts" +HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" +SRC_URI="http://http.us.debian.org/debian/pool/main/d/debootstrap/debootstrap_${PV}.tar.gz + mirror://gentoo/devices.tar.gz" +DEPEND="sys-devel/binutils + net-misc/wget" +IUSE="" + +S=${WORKDIR}/${P} + +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 +} diff --git a/dev-util/debootstrap/files/digest-debootstrap-0.2.4 b/dev-util/debootstrap/files/digest-debootstrap-0.2.4 new file mode 100644 index 000000000000..4f8bbf579532 --- /dev/null +++ b/dev-util/debootstrap/files/digest-debootstrap-0.2.4 @@ -0,0 +1,2 @@ +MD5 fe6879343973ea28e98ab4757174e779 debootstrap_0.2.4.tar.gz 26422 +MD5 69d072e2943de6b58040c38267508fed devices.tar.gz 47835 |