From 7046abba71147e9b8bc95d353ac1dd8c55b13ac8 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Sun, 27 Sep 2009 04:40:05 +0000 Subject: Remove old. (Portage version: 2.2_rc42/cvs/Linux x86_64) --- app-doc/abs-guide/ChangeLog | 7 +++++-- app-doc/abs-guide/abs-guide-5.4.ebuild | 25 ------------------------- 2 files changed, 5 insertions(+), 27 deletions(-) delete mode 100644 app-doc/abs-guide/abs-guide-5.4.ebuild (limited to 'app-doc') diff --git a/app-doc/abs-guide/ChangeLog b/app-doc/abs-guide/ChangeLog index 1b3ce3ee6ee9..c712648be2c8 100644 --- a/app-doc/abs-guide/ChangeLog +++ b/app-doc/abs-guide/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-doc/abs-guide -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.73 2009/04/07 16:46:00 jer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.74 2009/09/27 04:40:05 dirtyepic Exp $ + + 27 Sep 2009; Ryan Hill -abs-guide-5.4.ebuild: + Remove old. 07 Apr 2009; Jeroen Roovers abs-guide-5.5.ebuild: Stable for HPPA (bug #264143). diff --git a/app-doc/abs-guide/abs-guide-5.4.ebuild b/app-doc/abs-guide/abs-guide-5.4.ebuild deleted file mode 100644 index 8bcc3347b3f1..000000000000 --- a/app-doc/abs-guide/abs-guide-5.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-5.4.ebuild,v 1.5 2008/11/29 21:27:57 dirtyepic Exp $ - -KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" - -DESCRIPTION="An advanced reference and a tutorial on bash shell scripting" -HOMEPAGE="http://www.tldp.org/LDP/abs/html" - -# Upstream likes to repackage the tarball without changing the name. -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="OPL" -IUSE="" -SLOT="0" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}" - -src_install() { - dodir /usr/share/doc/${P} || die "dodir failed" - cp -R * "${D}"/usr/share/doc/${P} || die "cp failed" -} -- cgit v1.2.3-65-gdbad