diff options
author | 2005-01-27 13:57:31 +0000 | |
---|---|---|
committer | 2005-01-27 13:57:31 +0000 | |
commit | 68eeed4e504a068600b137fe78255cab03242f4a (patch) | |
tree | 56368571748c33264a27fd11ea401eeb83be5231 /dev-util | |
parent | version bump; mark 1.10.23 x86 (diff) | |
download | historical-68eeed4e504a068600b137fe78255cab03242f4a.tar.gz historical-68eeed4e504a068600b137fe78255cab03242f4a.tar.bz2 historical-68eeed4e504a068600b137fe78255cab03242f4a.zip |
mark x86; amd64
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/debootstrap/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/debootstrap/Manifest | 10 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-0.2.31.ebuild | 29 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-0.2.41.ebuild | 4 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-0.2.45.ebuild | 6 | ||||
-rw-r--r-- | dev-util/debootstrap/files/digest-debootstrap-0.2.31 | 2 |
6 files changed, 15 insertions, 44 deletions
diff --git a/dev-util/debootstrap/ChangeLog b/dev-util/debootstrap/ChangeLog index b6aedb3cb395..e8efe9058712 100644 --- a/dev-util/debootstrap/ChangeLog +++ b/dev-util/debootstrap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/debootstrap -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.16 2004/10/31 00:58:21 weeve Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.17 2005/01/27 13:57:31 lanius Exp $ + + 27 Jan 2005; lanius@gentoo.org -debootstrap-0.2.31.ebuild, + debootstrap-0.2.45.ebuild: + mark x86; amd64 30 Oct 2004; Jason Wever <weeve@gentoo.org> debootstrap-0.2.41.ebuild: Stable on sparc. diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest index e49d24b26d2d..b38911259fed 100644 --- a/dev-util/debootstrap/Manifest +++ b/dev-util/debootstrap/Manifest @@ -1,8 +1,6 @@ -MD5 2375c99d25310af42d87762c4b258d50 ChangeLog 2287 -MD5 bbb0efe24a8e7e30702345a55d2bedee debootstrap-0.2.45.ebuild 830 +MD5 229dea898e2813cf151895a93d72330c debootstrap-0.2.45.ebuild 828 +MD5 422abd3076e30f5df3d545e41fa39cbf debootstrap-0.2.41.ebuild 832 +MD5 ef9ba3c7006cbad832cf9d0b9a9ff872 ChangeLog 2397 MD5 503ccb1138f9c49f0855884d830988a6 metadata.xml 253 -MD5 94bc9132cf24dd013ff18a9511f6eeef debootstrap-0.2.31.ebuild 779 -MD5 1c21f129e4dea8bede586ae3a4757244 debootstrap-0.2.41.ebuild 831 -MD5 819322dc919c46e70c9b03a60a0ec4f8 files/digest-debootstrap-0.2.31 127 -MD5 a6ff3d4eafa9f103d12d1427399e6ba6 files/digest-debootstrap-0.2.45 127 MD5 3645961adfa8ca0fedba837f677d623c files/digest-debootstrap-0.2.41 131 +MD5 a6ff3d4eafa9f103d12d1427399e6ba6 files/digest-debootstrap-0.2.45 127 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 -} diff --git a/dev-util/debootstrap/debootstrap-0.2.41.ebuild b/dev-util/debootstrap/debootstrap-0.2.41.ebuild index b20b5370d9c4..d888bfc44a8d 100644 --- a/dev-util/debootstrap/debootstrap-0.2.41.ebuild +++ b/dev-util/debootstrap/debootstrap-0.2.41.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.41.ebuild,v 1.3 2004/10/31 00:58:21 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.41.ebuild,v 1.4 2005/01/27 13:57:31 lanius Exp $ MY_PV=${PV}-0.2 DESCRIPTION="Debian bootstrap scripts" diff --git a/dev-util/debootstrap/debootstrap-0.2.45.ebuild b/dev-util/debootstrap/debootstrap-0.2.45.ebuild index cbb68c748226..babf4b8bda67 100644 --- a/dev-util/debootstrap/debootstrap-0.2.45.ebuild +++ b/dev-util/debootstrap/debootstrap-0.2.45.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.45.ebuild,v 1.1 2004/10/05 11:59:16 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.2.45.ebuild,v 1.2 2005/01/27 13:57:31 lanius Exp $ MY_PV=${PV} DESCRIPTION="Debian bootstrap scripts" HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~amd64 ~ppc" +KEYWORDS="x86 ~sparc amd64 ~ppc" SRC_URI="mirror://debian/pool/main/d/debootstrap/debootstrap_${MY_PV}.tar.gz mirror://gentoo/devices.tar.gz" DEPEND="sys-devel/binutils diff --git a/dev-util/debootstrap/files/digest-debootstrap-0.2.31 b/dev-util/debootstrap/files/digest-debootstrap-0.2.31 deleted file mode 100644 index f144e1240bc8..000000000000 --- a/dev-util/debootstrap/files/digest-debootstrap-0.2.31 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 24ae84003f3675d21e98194d2fe01c45 debootstrap_0.2.31.tar.gz 30487 -MD5 69d072e2943de6b58040c38267508fed devices.tar.gz 47835 |