summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2008-11-27 23:41:21 +0000
committerRyan Hill <dirtyepic@gentoo.org>2008-11-27 23:41:21 +0000
commita7b1e18e1290c99cb8d79847ef903ce945a02a44 (patch)
tree3c155423676571d026d447ebd13cbba00bcb3a31 /app-doc
parentadd patch to fix compilation with USE=debug, bug #248821. (diff)
downloadgentoo-2-a7b1e18e1290c99cb8d79847ef903ce945a02a44.tar.gz
gentoo-2-a7b1e18e1290c99cb8d79847ef903ce945a02a44.tar.bz2
gentoo-2-a7b1e18e1290c99cb8d79847ef903ce945a02a44.zip
Version bump.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 x86_64)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/abs-guide/ChangeLog8
-rw-r--r--app-doc/abs-guide/abs-guide-5.5.ebuild (renamed from app-doc/abs-guide/abs-guide-5.0.ebuild)16
2 files changed, 17 insertions, 7 deletions
diff --git a/app-doc/abs-guide/ChangeLog b/app-doc/abs-guide/ChangeLog
index 02a714eecad0..461df45d3196 100644
--- a/app-doc/abs-guide/ChangeLog
+++ b/app-doc/abs-guide/ChangeLog
@@ -1,6 +1,12 @@
# 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.61 2008/07/22 03:49:59 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.62 2008/11/27 23:41:21 dirtyepic Exp $
+
+*abs-guide-5.5 (27 Nov 2008)
+
+ 27 Nov 2008; Ryan Hill <dirtyepic@gentoo.org> -abs-guide-5.0.ebuild,
+ +abs-guide-5.5.ebuild:
+ Version bump.
*abs-guide-5.4 (22 Jul 2008)
diff --git a/app-doc/abs-guide/abs-guide-5.0.ebuild b/app-doc/abs-guide/abs-guide-5.5.ebuild
index 13f4516502e7..12dcb1088054 100644
--- a/app-doc/abs-guide/abs-guide-5.0.ebuild
+++ b/app-doc/abs-guide/abs-guide-5.5.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.0.ebuild,v 1.10 2007/12/13 03:09:46 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-5.5.ebuild,v 1.1 2008/11/27 23:41:21 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"
@@ -8,13 +10,15 @@ 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"
+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"