diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-07-22 03:49:59 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-07-22 03:49:59 +0000 |
commit | 5d097b19fc5f426eef0ce67ed140310faebcc8d2 (patch) | |
tree | f45c5ae08d387ec980fececf5a703fc7f9d914bc /app-doc | |
parent | re-manifest distfile for mpd-0.14.0_pre20080204 with Chainsaw's permission (diff) | |
download | gentoo-2-5d097b19fc5f426eef0ce67ed140310faebcc8d2.tar.gz gentoo-2-5d097b19fc5f426eef0ce67ed140310faebcc8d2.tar.bz2 gentoo-2-5d097b19fc5f426eef0ce67ed140310faebcc8d2.zip |
Version bump. See http://personal.riverusers.com/~thegrendel/Change.log
for changes.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc9 x86_64)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/abs-guide/ChangeLog | 8 | ||||
-rw-r--r-- | app-doc/abs-guide/abs-guide-5.4.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/app-doc/abs-guide/ChangeLog b/app-doc/abs-guide/ChangeLog index 0faee9e65ca7..02a714eecad0 100644 --- a/app-doc/abs-guide/ChangeLog +++ b/app-doc/abs-guide/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-doc/abs-guide # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.60 2008/07/17 04:26:37 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/ChangeLog,v 1.61 2008/07/22 03:49:59 dirtyepic Exp $ + +*abs-guide-5.4 (22 Jul 2008) + + 22 Jul 2008; Ryan Hill <dirtyepic@gentoo.org> +abs-guide-5.4.ebuild: + Version bump. See http://personal.riverusers.com/~thegrendel/Change.log + for changes. 17 Jul 2008; Ryan Hill <dirtyepic@gentoo.org> Manifest: Fix Manifest. diff --git a/app-doc/abs-guide/abs-guide-5.4.ebuild b/app-doc/abs-guide/abs-guide-5.4.ebuild new file mode 100644 index 000000000000..62c8ed6f51e0 --- /dev/null +++ b/app-doc/abs-guide/abs-guide-5.4.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.4.ebuild,v 1.1 2008/07/22 03:49:59 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" +} |