summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2013-03-11 00:57:27 +0000
committerRyan Hill <dirtyepic@gentoo.org>2013-03-11 00:57:27 +0000
commitfa2528c9dff9a2d18016972d1b5d5dfd9bae1845 (patch)
tree113d895350f7f49a0acfd76230a5957457393f2f /app-doc
parentadding mox-0.5.3-r1 for eapi5 support (diff)
downloadgentoo-2-fa2528c9dff9a2d18016972d1b5d5dfd9bae1845.tar.gz
gentoo-2-fa2528c9dff9a2d18016972d1b5d5dfd9bae1845.tar.bz2
gentoo-2-fa2528c9dff9a2d18016972d1b5d5dfd9bae1845.zip
Stabilize (bug #461058). Remove old.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/abs-guide/ChangeLog6
-rw-r--r--app-doc/abs-guide/abs-guide-6.5.ebuild34
-rw-r--r--app-doc/abs-guide/abs-guide-6.6.ebuild4
3 files changed, 7 insertions, 37 deletions
diff --git a/app-doc/abs-guide/ChangeLog b/app-doc/abs-guide/ChangeLog
index 2a1540729f7b..a602ecbe80f4 100644
--- a/app-doc/abs-guide/ChangeLog
+++ b/app-doc/abs-guide/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-doc/abs-guide
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.90 2013/01/27 22:27:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.91 2013/03/11 00:57:27 dirtyepic Exp $
+
+ 11 Mar 2013; Ryan Hill <dirtyepic@gentoo.org> -abs-guide-6.5.ebuild,
+ abs-guide-6.6.ebuild:
+ Stabilize (bug #461058). Remove old.
27 Jan 2013; Tim Harder <radhermit@gentoo.org> metadata.xml:
Remove redundant maintainer from metadata.
diff --git a/app-doc/abs-guide/abs-guide-6.5.ebuild b/app-doc/abs-guide/abs-guide-6.5.ebuild
deleted file mode 100644
index 888614884281..000000000000
--- a/app-doc/abs-guide/abs-guide-6.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-6.5.ebuild,v 1.2 2012/06/02 03:40:06 dirtyepic Exp $
-
-EAPI="4"
-
-DESCRIPTION="An advanced reference and a tutorial on bash shell scripting"
-HOMEPAGE="http://www.tldp.org/LDP/abs/html"
-
-# Upstream likes to update the tarballs without changing the names.
-# - http://bash.deta.in/abs-guide-${PV}.tar.bz2
-# - http://bash.deta.in/abs-guide.pdf <- remember to rename with ${PV}
-SRC_URI="http://dev.gentoo.org/~dirtyepic/dist/${P}.tar.bz2
- pdf? ( http://dev.gentoo.org/~dirtyepic/dist/${P}.pdf )"
-
-LICENSE="OPL"
-IUSE="pdf"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/abs"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- use pdf && cp "${DISTDIR}"/${P}.pdf "${S}"
-}
-
-src_install() {
- dodoc -r *
- docompress -x /usr/share/doc/${PF}
-}
diff --git a/app-doc/abs-guide/abs-guide-6.6.ebuild b/app-doc/abs-guide/abs-guide-6.6.ebuild
index 56cf8570ccc7..fe02bf26b69b 100644
--- a/app-doc/abs-guide/abs-guide-6.6.ebuild
+++ b/app-doc/abs-guide/abs-guide-6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-6.6.ebuild,v 1.1 2013/01/20 06:16:05 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-6.6.ebuild,v 1.2 2013/03/11 00:57:27 dirtyepic Exp $
EAPI="4"
@@ -16,7 +16,7 @@ SRC_URI="http://dev.gentoo.org/~dirtyepic/dist/${P}.tar.bz2
LICENSE="OPL"
IUSE="pdf"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
DEPEND=""
RDEPEND=""