diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2004-10-04 11:53:16 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2004-10-04 11:53:16 +0000 |
commit | 4b7a0fe6c70b1b4a9d1a98288b90e1fe14146fbe (patch) | |
tree | fab250bd866368aa266b2ef489c25cba4a7cd826 /app-doc/abs-guide/abs-guide-3.0.ebuild | |
parent | Stable on hppa. (diff) | |
download | historical-4b7a0fe6c70b1b4a9d1a98288b90e1fe14146fbe.tar.gz historical-4b7a0fe6c70b1b4a9d1a98288b90e1fe14146fbe.tar.bz2 historical-4b7a0fe6c70b1b4a9d1a98288b90e1fe14146fbe.zip |
Version bump (bug #66259); update metadata info.
Diffstat (limited to 'app-doc/abs-guide/abs-guide-3.0.ebuild')
-rw-r--r-- | app-doc/abs-guide/abs-guide-3.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-doc/abs-guide/abs-guide-3.0.ebuild b/app-doc/abs-guide/abs-guide-3.0.ebuild new file mode 100644 index 000000000000..5f8d8e0d9388 --- /dev/null +++ b/app-doc/abs-guide/abs-guide-3.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-3.0.ebuild,v 1.1 2004/10/04 11:53:16 ka0ttic Exp $ + +DESCRIPTION="An advanced reference and a tutorial on bash shell scripting" +SRC_URI="http://personal.riverusers.com/~thegrendel/${P}.tar.bz2" +HOMEPAGE="http://www.tldp.org/LDP/abs/html" +S="${WORKDIR}" + +IUSE="" +KEYWORDS="x86 sparc ppc alpha hppa" +LICENSE="FDL-1.1" +SLOT="0" + +src_install() { + dodir /usr/share/doc/${P} || die "dodir failed" + cp -R * ${D}/usr/share/doc/${P} || die "cp failed" +} |