summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-24 00:08:57 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-24 00:08:57 +0000
commiteed10485ae573310e3db76d061810fe653b9f91a (patch)
treea79c4bf00f59ea6ec381630ec25cc7e069120f47 /app-doc
parentinitial import #93520 (diff)
downloadgentoo-2-eed10485ae573310e3db76d061810fe653b9f91a.tar.gz
gentoo-2-eed10485ae573310e3db76d061810fe653b9f91a.tar.bz2
gentoo-2-eed10485ae573310e3db76d061810fe653b9f91a.zip
old
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/linuxfromscratch-html/files/digest-linuxfromscratch-html-3.31
-rw-r--r--app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/app-doc/linuxfromscratch-html/files/digest-linuxfromscratch-html-3.3 b/app-doc/linuxfromscratch-html/files/digest-linuxfromscratch-html-3.3
deleted file mode 100644
index 72db9ffd9ff2..000000000000
--- a/app-doc/linuxfromscratch-html/files/digest-linuxfromscratch-html-3.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 25be464ffa58f7a305e8891587849279 LFS-BOOK-3.3-HTML.tar.bz2 111411
diff --git a/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild b/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild
deleted file mode 100644
index 4e460012dd47..000000000000
--- a/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild,v 1.14 2005/01/01 13:14:45 eradicator Exp $
-
-MY_P="LFS-BOOK-${PV}-HTML"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="The Linux From Scratch Book. HTML Format"
-SRC_URI="http://ftp.linuxfromscratch.org/lfs-books/${PV}/${MY_P}.tar.bz2
- ftp://ftp.planetmirror.com/pub/lfs/lfs-books/${PV}/${MY_P}.tar.bz2
- ftp://ftp.no.linuxfromscratch.org/mirrors/lfs/lfs-books/${PV}/${MY_P}.tar.bz2
- http://ftp.nl.linuxfromscratch.org/linux/lfs/lfs-books/${PV}/${MY_P}.tar.bz2"
-HOMEPAGE="http://www.linuxfromscratch.org/"
-
-SLOT="0"
-LICENSE="as-is"
-IUSE=""
-KEYWORDS="x86 ppc sparc amd64"
-
-src_install() {
- dodir /usr/share/doc/linuxfromscratch-html-${PV}
- cp -R * ${D}/usr/share/doc/linuxfromscratch-html-${PV}
-}