diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-06-19 03:30:18 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-06-19 03:30:18 +0000 |
commit | 860668dcea2dc39ac5c509227902ad6811d97d60 (patch) | |
tree | ca3e8fb87b68303c789c1a703191399983780f15 /app-doc | |
parent | amd64 stable, bug #222219 (diff) | |
download | gentoo-2-860668dcea2dc39ac5c509227902ad6811d97d60.tar.gz gentoo-2-860668dcea2dc39ac5c509227902ad6811d97d60.tar.bz2 gentoo-2-860668dcea2dc39ac5c509227902ad6811d97d60.zip |
stable on amd64. drop old ebuild.
(Portage version: 2.2_pre8/cvs/Linux 2.6.25-gentoo-r5 x86_64)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/abs-guide/ChangeLog | 6 | ||||
-rw-r--r-- | app-doc/abs-guide/abs-guide-5.1.ebuild | 21 | ||||
-rw-r--r-- | app-doc/abs-guide/abs-guide-5.3.ebuild | 4 |
3 files changed, 7 insertions, 24 deletions
diff --git a/app-doc/abs-guide/ChangeLog b/app-doc/abs-guide/ChangeLog index 8c7314862749..ca3bb7a873b5 100644 --- a/app-doc/abs-guide/ChangeLog +++ b/app-doc/abs-guide/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-doc/abs-guide # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.54 2008/05/18 02:13:15 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.55 2008/06/19 03:30:18 dirtyepic Exp $ + + 19 Jun 2008; Ryan Hill <dirtyepic@gentoo.org> -abs-guide-5.1.ebuild, + abs-guide-5.3.ebuild: + stable on amd64. drop old ebuild. *abs-guide-5.3 (18 May 2008) diff --git a/app-doc/abs-guide/abs-guide-5.1.ebuild b/app-doc/abs-guide/abs-guide-5.1.ebuild deleted file mode 100644 index 5e4a4cc8d56c..000000000000 --- a/app-doc/abs-guide/abs-guide-5.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 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.1.ebuild,v 1.1 2007/12/13 03:01:07 dirtyepic Exp $ - -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" - -S="${WORKDIR}" - -IUSE="" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" -LICENSE="OPL" -SLOT="0" - -src_install() { - dodir /usr/share/doc/${P} || die "dodir failed" - cp -R * "${D}"/usr/share/doc/${P} || die "cp failed" -} diff --git a/app-doc/abs-guide/abs-guide-5.3.ebuild b/app-doc/abs-guide/abs-guide-5.3.ebuild index 92cfe9dc4a92..a2669147b18e 100644 --- a/app-doc/abs-guide/abs-guide-5.3.ebuild +++ b/app-doc/abs-guide/abs-guide-5.3.ebuild @@ -1,8 +1,8 @@ # 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.3.ebuild,v 1.1 2008/05/18 02:13:15 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-5.3.ebuild,v 1.2 2008/06/19 03:30:18 dirtyepic Exp $ -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +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" |