From 372096253e3f06f2ac538f72add81ba6af97ea46 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Sun, 20 Jan 2013 06:16:05 +0000 Subject: Version bump. Remove old. (Portage version: 2.2.0_alpha157/cvs/Linux x86_64, signed Manifest commit with key 957A8463) --- app-doc/abs-guide/ChangeLog | 10 ++++++++-- app-doc/abs-guide/abs-guide-6.4.ebuild | 34 ---------------------------------- app-doc/abs-guide/abs-guide-6.6.ebuild | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 36 deletions(-) delete mode 100644 app-doc/abs-guide/abs-guide-6.4.ebuild create mode 100644 app-doc/abs-guide/abs-guide-6.6.ebuild (limited to 'app-doc') 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 -abs-guide-6.4.ebuild, + +abs-guide-6.6.ebuild: + Version bump. Remove old. 26 Jun 2012; Ryan Hill 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.4.ebuild deleted file mode 100644 index 43478e584850..000000000000 --- a/app-doc/abs-guide/abs-guide-6.4.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.4.ebuild,v 1.2 2012/01/02 04:52:35 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="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 new file mode 100644 index 000000000000..56cf8570ccc7 --- /dev/null +++ b/app-doc/abs-guide/abs-guide-6.6.ebuild @@ -0,0 +1,34 @@ +# 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 $ + +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} +} -- cgit v1.2.3-65-gdbad