diff options
author | 2004-04-09 13:06:36 +0000 | |
---|---|---|
committer | 2004-04-09 13:06:36 +0000 | |
commit | 8974697388fc1a54ebda53cdbe0fe012aa8d512e (patch) | |
tree | 4773cd3288e4f24862062bff46db813033614ee9 /dev-util/debootstrap | |
parent | remove S=${WORKDIR}/${P} (diff) | |
download | historical-8974697388fc1a54ebda53cdbe0fe012aa8d512e.tar.gz historical-8974697388fc1a54ebda53cdbe0fe012aa8d512e.tar.bz2 historical-8974697388fc1a54ebda53cdbe0fe012aa8d512e.zip |
remove S=${WORKDIR}/${P}
Diffstat (limited to 'dev-util/debootstrap')
-rw-r--r-- | dev-util/debootstrap/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/debootstrap/Manifest | 4 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-0.2.4.ebuild | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/dev-util/debootstrap/ChangeLog b/dev-util/debootstrap/ChangeLog index 0f6145912d6e..bc3b70819de7 100644 --- a/dev-util/debootstrap/ChangeLog +++ b/dev-util/debootstrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/debootstrap # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.7 2004/04/08 11:11:18 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.8 2004/04/09 13:06:36 lanius Exp $ + + 09 Apr 2004; Heinrich Wendel <lanius@gentoo.org> debootstrap-0.2.4.ebuild: + remove S=${WORKDIR}/${P} *debootstrap-0.2.31 (08 Apr 2004) diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest index 2bc1cf949377..defa8eb5caab 100644 --- a/dev-util/debootstrap/Manifest +++ b/dev-util/debootstrap/Manifest @@ -1,6 +1,6 @@ MD5 cf088c82ae3b5c4a314076bf88a4d645 debootstrap-0.2.31.ebuild 779 -MD5 68eda6f4533e6283f944ebc9a0783e0b debootstrap-0.2.4.ebuild 794 -MD5 23545b73fe446bfcd5625ef203de0f13 ChangeLog 1372 +MD5 6db3c865d0bc0aca8750bf3388dee987 debootstrap-0.2.4.ebuild 776 +MD5 cb26dabb6e3126c7af27898c8854634d ChangeLog 1477 MD5 d5476b7b4163d0a3678eb16ee1e74b1c debootstrap-0.2.23.ebuild 778 MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 MD5 c00edb20c941b68db71a1bc5f4c98a2a files/digest-debootstrap-0.2.23 127 diff --git a/dev-util/debootstrap/debootstrap-0.2.4.ebuild b/dev-util/debootstrap/debootstrap-0.2.4.ebuild index cc5a4b1563d5..fcb2181b675b 100644 --- a/dev-util/debootstrap/debootstrap-0.2.4.ebuild +++ b/dev-util/debootstrap/debootstrap-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.4 2004/01/24 23:56:27 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.4.ebuild,v 1.5 2004/04/09 13:06:36 lanius Exp $ DESCRIPTION="Debian bootstrap scripts" HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" @@ -14,8 +14,6 @@ DEPEND="sys-devel/binutils app-arch/dpkg" IUSE="" -S=${WORKDIR}/${P} - src_unpack() { unpack debootstrap_$PV.tar.gz cp ${DISTDIR}/devices.tar.gz ${S} |