summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/howto-html-single/howto-html-single-20050504.ebuild')
-rw-r--r--app-doc/howto-html-single/howto-html-single-20050504.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-doc/howto-html-single/howto-html-single-20050504.ebuild b/app-doc/howto-html-single/howto-html-single-20050504.ebuild
deleted file mode 100644
index 81327159a300..000000000000
--- a/app-doc/howto-html-single/howto-html-single-20050504.ebuild
+++ /dev/null
@@ -1,23 +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/howto-html-single/howto-html-single-20050504.ebuild,v 1.2 2007/08/25 11:47:17 vapier Exp $
-
-# Grab and rename this file:
-# http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Linux-html-single-HOWTOs.tar.bz2
-
-DESCRIPTION="The LDP howtos, html single-page format"
-HOMEPAGE="http://www.tldp.org/"
-SRC_URI="mirror://gentoo/Linux-html-single-HOWTOs-${PV}.tar.bz2"
-
-LICENSE="GPL-2 LDP"
-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/howto/html-single
- doins * || die
- dosym howto /usr/share/doc/HOWTO
-}