diff options
Diffstat (limited to 'app-doc/abs-guide/abs-guide-2.8.ebuild')
-rw-r--r-- | app-doc/abs-guide/abs-guide-2.8.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-doc/abs-guide/abs-guide-2.8.ebuild b/app-doc/abs-guide/abs-guide-2.8.ebuild deleted file mode 100644 index 499bef2e886b..000000000000 --- a/app-doc/abs-guide/abs-guide-2.8.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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-2.8.ebuild,v 1.1 2004/07/12 23:39:01 mr_bones_ 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" -} |