diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-05-18 02:13:15 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-05-18 02:13:15 +0000 |
commit | 175c240f50ae2767fc7ccfdaf400e25ccb1e2923 (patch) | |
tree | 90d359dadd7b238555bea12aee1899ce092e03da /app-doc | |
parent | remove circular dep on gimp-help (diff) | |
download | gentoo-2-175c240f50ae2767fc7ccfdaf400e25ccb1e2923.tar.gz gentoo-2-175c240f50ae2767fc7ccfdaf400e25ccb1e2923.tar.bz2 gentoo-2-175c240f50ae2767fc7ccfdaf400e25ccb1e2923.zip |
Version bump.
(Portage version: 2.2_pre6)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/abs-guide/ChangeLog | 9 | ||||
-rw-r--r-- | app-doc/abs-guide/abs-guide-5.3.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/app-doc/abs-guide/ChangeLog b/app-doc/abs-guide/ChangeLog index 3592daf2edbf..8c7314862749 100644 --- a/app-doc/abs-guide/ChangeLog +++ b/app-doc/abs-guide/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-doc/abs-guide -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.53 2007/12/13 03:09:46 dirtyepic Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.54 2008/05/18 02:13:15 dirtyepic Exp $ + +*abs-guide-5.3 (18 May 2008) + + 18 May 2008; Ryan Hill <dirtyepic@gentoo.org> +abs-guide-5.3.ebuild: + Version bump. 13 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> -abs-guide-4.2.ebuild, abs-guide-5.0.ebuild: diff --git a/app-doc/abs-guide/abs-guide-5.3.ebuild b/app-doc/abs-guide/abs-guide-5.3.ebuild new file mode 100644 index 000000000000..92cfe9dc4a92 --- /dev/null +++ b/app-doc/abs-guide/abs-guide-5.3.ebuild @@ -0,0 +1,25 @@ +# 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.3.ebuild,v 1.1 2008/05/18 02:13:15 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" + +# Upstream likes to repackage the tarball without changing the name. +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +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" +} |