diff options
author | 2012-05-10 16:13:00 +0000 | |
---|---|---|
committer | 2012-05-10 16:13:00 +0000 | |
commit | ebfe0495562a00bf25df2486be8151384a56cd05 (patch) | |
tree | b362a8e3e6c5f799639449026ce7f1928c89dd1c /dev-util/rootstrap | |
parent | Remove old (diff) | |
download | historical-ebfe0495562a00bf25df2486be8151384a56cd05.tar.gz historical-ebfe0495562a00bf25df2486be8151384a56cd05.tar.bz2 historical-ebfe0495562a00bf25df2486be8151384a56cd05.zip |
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-util/rootstrap')
-rw-r--r-- | dev-util/rootstrap/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/rootstrap/rootstrap-0.3.24_p5.ebuild | 37 |
2 files changed, 5 insertions, 39 deletions
diff --git a/dev-util/rootstrap/ChangeLog b/dev-util/rootstrap/ChangeLog index 4c86374bdda3..e42495719022 100644 --- a/dev-util/rootstrap/ChangeLog +++ b/dev-util/rootstrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/rootstrap -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/ChangeLog,v 1.18 2011/11/26 01:44:59 floppym Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/ChangeLog,v 1.19 2012/05/10 16:09:51 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -rootstrap-0.3.24_p5.ebuild: + Remove old *rootstrap-0.3.24_p5-r1 (26 Nov 2011) diff --git a/dev-util/rootstrap/rootstrap-0.3.24_p5.ebuild b/dev-util/rootstrap/rootstrap-0.3.24_p5.ebuild deleted file mode 100644 index beab0fd6793e..000000000000 --- a/dev-util/rootstrap/rootstrap-0.3.24_p5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/rootstrap-0.3.24_p5.ebuild,v 1.1 2010/03/30 00:15:04 jer Exp $ - -inherit eutils - -DESCRIPTION="A tool for building complete Linux filesystem images" -HOMEPAGE="http://packages.qa.debian.org/rootstrap" -SRC_URI="mirror://debian/pool/main/r/${PN}/${PN}_${PV/_p*}.orig.tar.gz - mirror://debian/pool/main/r/${PN}/${PN}_${PV/_p/-}.diff.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="dev-util/debootstrap - dev-lang/python - app-arch/dpkg" -DEPEND="${RDEPEND} - app-text/docbook-sgml-utils" - -RESTRICT="test" - -S="${WORKDIR}"/${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${WORKDIR}"/${PN}_${PV/_p/-}.diff - sed -i -e 's:docbook-to-man:docbook2man:' Makefile -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - newdoc debian/changelog ChangeLog -} |