diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-01-20 06:16:05 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-01-20 06:16:05 +0000 |
commit | 372096253e3f06f2ac538f72add81ba6af97ea46 (patch) | |
tree | d21985b05ced28644a16a56eb26bf08c8779e822 /app-doc | |
parent | Dev channel bump. (diff) | |
download | gentoo-2-372096253e3f06f2ac538f72add81ba6af97ea46.tar.gz gentoo-2-372096253e3f06f2ac538f72add81ba6af97ea46.tar.bz2 gentoo-2-372096253e3f06f2ac538f72add81ba6af97ea46.zip |
Version bump. Remove old.
(Portage version: 2.2.0_alpha157/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/abs-guide/ChangeLog | 10 | ||||
-rw-r--r-- | app-doc/abs-guide/abs-guide-6.6.ebuild (renamed from app-doc/abs-guide/abs-guide-6.4.ebuild) | 14 |
2 files changed, 15 insertions, 9 deletions
diff --git a/app-doc/abs-guide/ChangeLog b/app-doc/abs-guide/ChangeLog index 6543b7301b9c..a073bcb2931c 100644 --- a/app-doc/abs-guide/ChangeLog +++ b/app-doc/abs-guide/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-doc/abs-guide -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.88 2012/06/26 04:57:50 dirtyepic Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.89 2013/01/20 06:16:05 dirtyepic Exp $ + +*abs-guide-6.6 (20 Jan 2013) + + 20 Jan 2013; Ryan Hill <dirtyepic@gentoo.org> -abs-guide-6.4.ebuild, + +abs-guide-6.6.ebuild: + Version bump. Remove old. 26 Jun 2012; Ryan Hill <dirtyepic@gentoo.org> metadata.xml: Maintainer -> app-doc. diff --git a/app-doc/abs-guide/abs-guide-6.4.ebuild b/app-doc/abs-guide/abs-guide-6.6.ebuild index 43478e584850..56cf8570ccc7 100644 --- a/app-doc/abs-guide/abs-guide-6.4.ebuild +++ b/app-doc/abs-guide/abs-guide-6.6.ebuild @@ -1,22 +1,22 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.4.ebuild,v 1.2 2012/01/02 04:52:35 dirtyepic Exp $ +# $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 $ 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 tarball without changing the name. -# - fetch http://bash.webofcrafts.net/abs-guide-latest.tar.bz2 -# - fetch http://bash.webofcrafts.net/abs-guide.pdf +# 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 )" + pdf? ( http://dev.gentoo.org/~dirtyepic/dist/${P}.pdf )" LICENSE="OPL" IUSE="pdf" SLOT="0" -KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" DEPEND="" RDEPEND="" |