diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2010-03-17 23:51:24 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2010-03-17 23:51:24 +0000 |
commit | a5e627e2acf06b76840255304fd9909a786aacf1 (patch) | |
tree | 121fb5dd0be6cc43f12f8e13539c9b1d3e03ad43 /app-doc | |
parent | Version bump. ChangeLog is no longer shipped. (diff) | |
download | gentoo-2-a5e627e2acf06b76840255304fd9909a786aacf1.tar.gz gentoo-2-a5e627e2acf06b76840255304fd9909a786aacf1.tar.bz2 gentoo-2-a5e627e2acf06b76840255304fd9909a786aacf1.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/abs-guide/ChangeLog | 10 | ||||
-rw-r--r-- | app-doc/abs-guide/abs-guide-6.2.ebuild (renamed from app-doc/abs-guide/abs-guide-6.0.ebuild) | 10 |
2 files changed, 13 insertions, 7 deletions
diff --git a/app-doc/abs-guide/ChangeLog b/app-doc/abs-guide/ChangeLog index e3e20cd99972..749857fc6988 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.80 2009/11/08 02:44:16 dirtyepic Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.81 2010/03/17 23:51:24 dirtyepic Exp $ + +*abs-guide-6.2 (17 Mar 2010) + + 17 Mar 2010; Ryan Hill <dirtyepic@gentoo.org> -abs-guide-6.0.ebuild, + +abs-guide-6.2.ebuild: + Version bump. 08 Nov 2009; Ryan Hill <dirtyepic@gentoo.org> -abs-guide-5.5.ebuild, abs-guide-6.0.ebuild, abs-guide-6.1.ebuild: diff --git a/app-doc/abs-guide/abs-guide-6.0.ebuild b/app-doc/abs-guide/abs-guide-6.2.ebuild index 8e2e671dbc66..1e026991ac41 100644 --- a/app-doc/abs-guide/abs-guide-6.0.ebuild +++ b/app-doc/abs-guide/abs-guide-6.2.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.0.ebuild,v 1.6 2009/11/08 02:44:16 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-6.2.ebuild,v 1.1 2010/03/17 23:51:24 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" # Upstream likes to update the tarball without changing the name. -# - fetch http://bash.neuralshortcircuit.com/abs-guide-latest.tar.bz2 +# - fetch http://bash.webofcrafts.net/abs-guide-latest.tar.bz2 # rename to abs-guide-${PV}.tar.bz2 -# - fetch http://bash.neuralshortcircuit.com/abs-guide.pdf +# - fetch http://bash.webofcrafts.net/abs-guide.pdf # rename to abs-guide-${PV}.pdf SRC_URI="mirror://gentoo/${P}.tar.bz2 pdf? ( mirror://gentoo/${P}.pdf )" |