diff options
-rw-r--r-- | app-doc/abs-guide/ChangeLog | 8 | ||||
-rw-r--r-- | app-doc/abs-guide/abs-guide-6.5.ebuild (renamed from app-doc/abs-guide/abs-guide-6.3.ebuild) | 16 |
2 files changed, 15 insertions, 9 deletions
diff --git a/app-doc/abs-guide/ChangeLog b/app-doc/abs-guide/ChangeLog index 18988b9273c9..5a03c21e1aeb 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.85 2012/01/02 04:52:35 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.86 2012/04/29 07:46:18 dirtyepic Exp $ + +*abs-guide-6.5 (29 Apr 2012) + + 29 Apr 2012; Ryan Hill <dirtyepic@gentoo.org> -abs-guide-6.3.ebuild, + +abs-guide-6.5.ebuild: + Version bump. 02 Jan 2012; Ryan Hill <dirtyepic@gentoo.org> abs-guide-6.4.ebuild: Stabilize on all. diff --git a/app-doc/abs-guide/abs-guide-6.3.ebuild b/app-doc/abs-guide/abs-guide-6.5.ebuild index 39b4e654b6a9..c1294da4a352 100644 --- a/app-doc/abs-guide/abs-guide-6.3.ebuild +++ b/app-doc/abs-guide/abs-guide-6.5.ebuild @@ -1,22 +1,22 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.3.ebuild,v 1.2 2011/08/31 00:59:25 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-6.5.ebuild,v 1.1 2012/04/29 07:46:18 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 -SRC_URI="mirror://gentoo/${P}.tar.bz2 - pdf? ( mirror://gentoo/${P}.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 )" LICENSE="OPL" IUSE="pdf" SLOT="0" -KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" DEPEND="" RDEPEND="" |