summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/linuxfromscratch-text/linuxfromscratch-text-6.0.ebuild')
-rw-r--r--app-doc/linuxfromscratch-text/linuxfromscratch-text-6.0.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-doc/linuxfromscratch-text/linuxfromscratch-text-6.0.ebuild b/app-doc/linuxfromscratch-text/linuxfromscratch-text-6.0.ebuild
deleted file mode 100644
index 2e28b65d170f..000000000000
--- a/app-doc/linuxfromscratch-text/linuxfromscratch-text-6.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch-text/linuxfromscratch-text-6.0.ebuild,v 1.4 2006/08/17 04:47:45 wormo Exp $
-
-MY_P="LFS-BOOK-${PV}.txt"
-DESCRIPTION="The Linux From Scratch Book"
-HOMEPAGE="http://www.linuxfromscratch.org/"
-SRC_URI="http://www.linuxfromscratch.org/lfs/downloads/${PV}/${MY_P}.bz2"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-S=${WORKDIR}
-
-src_install() {
- insinto /usr/share/doc/linuxfromscratch-${PV}
- doins -r * || die "doins failed"
-}