diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-04-09 13:09:52 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-04-09 13:09:52 +0000 |
commit | 020726cbf2014db2e3e59078ce8d8a5fe88bda7d (patch) | |
tree | b7093c23024a9241549c24f0057665b3c9d7d47f /dev-util | |
parent | cosmetic changes (diff) | |
download | historical-020726cbf2014db2e3e59078ce8d8a5fe88bda7d.tar.gz historical-020726cbf2014db2e3e59078ce8d8a5fe88bda7d.tar.bz2 historical-020726cbf2014db2e3e59078ce8d8a5fe88bda7d.zip |
version bump, mark 0.3.18 x86
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/rootstrap/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/rootstrap/files/digest-rootstrap-0.3.19 | 2 | ||||
-rw-r--r-- | dev-util/rootstrap/rootstrap-0.3.18.ebuild | 4 | ||||
-rw-r--r-- | dev-util/rootstrap/rootstrap-0.3.19.ebuild | 36 |
4 files changed, 47 insertions, 3 deletions
diff --git a/dev-util/rootstrap/ChangeLog b/dev-util/rootstrap/ChangeLog index dc6ef1bcf901..915c03056be8 100644 --- a/dev-util/rootstrap/ChangeLog +++ b/dev-util/rootstrap/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/rootstrap # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/ChangeLog,v 1.3 2004/03/02 13:58:51 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/ChangeLog,v 1.4 2004/04/09 13:09:52 lanius Exp $ + +*rootstrap-0.3.19 (09 Apr 2004) + + 09 Apr 2004; Heinrich Wendel <lanius@gentoo.org> rootstrap-0.3.18.ebuild, + rootstrap-0.3.19.ebuild: + version bump, mark 0.3.18 x86 *rootstrap-0.3.18 (02 Mar 2004) diff --git a/dev-util/rootstrap/files/digest-rootstrap-0.3.19 b/dev-util/rootstrap/files/digest-rootstrap-0.3.19 new file mode 100644 index 000000000000..43bc9e418ead --- /dev/null +++ b/dev-util/rootstrap/files/digest-rootstrap-0.3.19 @@ -0,0 +1,2 @@ +MD5 c3b6e8825bf94a253b200c71119be5b6 rootstrap_0.3.19.orig.tar.gz 20121 +MD5 3b91c9316b32f9a8e91e7a30131740ea rootstrap_0.3.19-1.diff.gz 20 diff --git a/dev-util/rootstrap/rootstrap-0.3.18.ebuild b/dev-util/rootstrap/rootstrap-0.3.18.ebuild index 6364f2a11a77..60b171791f8b 100644 --- a/dev-util/rootstrap/rootstrap-0.3.18.ebuild +++ b/dev-util/rootstrap/rootstrap-0.3.18.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/rootstrap-0.3.18.ebuild,v 1.1 2004/03/02 13:58:51 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/rootstrap-0.3.18.ebuild,v 1.2 2004/04/09 13:09:52 lanius Exp $ DESCRIPTION="A tool for building complete Linux filesystem images" HOMEPAGE="http://packages.qa.debian.org/rootstrap" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" SRC_URI="mirror://debian/pool/main/r/rootstrap/rootstrap_${PV}.orig.tar.gz mirror://debian/pool/main/r/rootstrap/rootstrap_${PV}-1.diff.gz" diff --git a/dev-util/rootstrap/rootstrap-0.3.19.ebuild b/dev-util/rootstrap/rootstrap-0.3.19.ebuild new file mode 100644 index 000000000000..25e6f27e4635 --- /dev/null +++ b/dev-util/rootstrap/rootstrap-0.3.19.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/rootstrap-0.3.19.ebuild,v 1.1 2004/04/09 13:09:52 lanius Exp $ + +DESCRIPTION="A tool for building complete Linux filesystem images" +HOMEPAGE="http://packages.qa.debian.org/rootstrap" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" +SRC_URI="mirror://debian/pool/main/r/rootstrap/rootstrap_${PV}.orig.tar.gz + mirror://debian/pool/main/r/rootstrap/rootstrap_${PV}-1.diff.gz" + +S=${WORKDIR}/rootstrap-${PV}.orig + +DEPEND="sys-kernel/usermode-sources + dev-util/debootstrap + app-arch/dpkg + dev-lang/python + app-text/docbook-sgml-utils" +IUSE="" + +src_unpack() { + unpack rootstrap_${PV}.orig.tar.gz + epatch ${DISTDIR}/rootstrap_${PV}-1.diff.gz + cd ${S} + sed -i -e "s/docbook-to-man/docbook2man/" Makefile +} + +src_compile() { + emake +} + +src_install() { + make DESTDIR=${D} install + dodoc COPYING +} |