summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/howto-html-single/howto-html-single-20021121.ebuild')
-rw-r--r--app-doc/howto-html-single/howto-html-single-20021121.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-doc/howto-html-single/howto-html-single-20021121.ebuild b/app-doc/howto-html-single/howto-html-single-20021121.ebuild
deleted file mode 100644
index 3e7ba08b69bd..000000000000
--- a/app-doc/howto-html-single/howto-html-single-20021121.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20021121.ebuild,v 1.6 2004/03/14 00:14:30 mr_bones_ Exp $
-
-MY_P="Linux-html-single-HOWTOs-${PV}"
-S=${WORKDIR}
-
-DESCRIPTION="The LDP howtos, html single-page format."
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-HOMEPAGE="http://www.linuxdoc.org"
-
-SLOT="0"
-LICENSE="GPL-2 LDP"
-KEYWORDS="x86 ppc sparc"
-
-src_install() {
- dodir /usr/share/doc/howto
- dodir /usr/share/doc/howto/html-single
- dosym /usr/share/doc/howto /usr/share/doc/HOWTO
-
- insinto /usr/share/doc/howto/html-single
- doins *
-}