summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-05 03:40:46 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-05 03:40:46 +0000
commitdb20503476379328c97e85e9eac64b0478514eec (patch)
tree1dd8f3e4f439b1fa01a2d70cda5cc4664c29bc30 /app-doc/howto-html-single
parentVersion bump #91368 by Josh Nichols. (diff)
downloadgentoo-2-db20503476379328c97e85e9eac64b0478514eec.tar.gz
gentoo-2-db20503476379328c97e85e9eac64b0478514eec.tar.bz2
gentoo-2-db20503476379328c97e85e9eac64b0478514eec.zip
Version bump #91368 by Josh Nichols.
(Portage version: 2.0.51.21)
Diffstat (limited to 'app-doc/howto-html-single')
-rw-r--r--app-doc/howto-html-single/ChangeLog10
-rw-r--r--app-doc/howto-html-single/files/digest-howto-html-single-200403171
-rw-r--r--app-doc/howto-html-single/files/digest-howto-html-single-200505041
-rw-r--r--app-doc/howto-html-single/howto-html-single-20050504.ebuild (renamed from app-doc/howto-html-single/howto-html-single-20040317.ebuild)13
4 files changed, 16 insertions, 9 deletions
diff --git a/app-doc/howto-html-single/ChangeLog b/app-doc/howto-html-single/ChangeLog
index 688d63562e5f..c8d5b7928f3c 100644
--- a/app-doc/howto-html-single/ChangeLog
+++ b/app-doc/howto-html-single/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-doc/howto-html-single
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/ChangeLog,v 1.13 2005/01/01 13:13:25 eradicator Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/ChangeLog,v 1.14 2005/05/05 03:40:46 vapier Exp $
+
+*howto-html-single-20050504 (05 May 2005)
+
+ 05 May 2005; Mike Frysinger <vapier@gentoo.org>
+ -howto-html-single-20040317.ebuild, +howto-html-single-20050504.ebuild:
+ Version bump #91368 by Josh Nichols.
29 Aug 2004; <blubb@gentoo.org> :
added amd64 keyword because it doesn't need any compilation
diff --git a/app-doc/howto-html-single/files/digest-howto-html-single-20040317 b/app-doc/howto-html-single/files/digest-howto-html-single-20040317
deleted file mode 100644
index 10b6cf79629a..000000000000
--- a/app-doc/howto-html-single/files/digest-howto-html-single-20040317
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bb1404698dc1067e8c20e1db07d72fbe Linux-html-single-HOWTOs-20040317.tar.bz2 7533318
diff --git a/app-doc/howto-html-single/files/digest-howto-html-single-20050504 b/app-doc/howto-html-single/files/digest-howto-html-single-20050504
new file mode 100644
index 000000000000..83911d4b6ce2
--- /dev/null
+++ b/app-doc/howto-html-single/files/digest-howto-html-single-20050504
@@ -0,0 +1 @@
+MD5 0ec349f495ad37e821dda25d9c648687 Linux-html-single-HOWTOs-20050504.tar.bz2 7671454
diff --git a/app-doc/howto-html-single/howto-html-single-20040317.ebuild b/app-doc/howto-html-single/howto-html-single-20050504.ebuild
index 7c0584a31b9f..3e8e8324da64 100644
--- a/app-doc/howto-html-single/howto-html-single-20040317.ebuild
+++ b/app-doc/howto-html-single/howto-html-single-20050504.ebuild
@@ -1,22 +1,23 @@
# 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-20040317.ebuild,v 1.5 2005/01/01 13:13:25 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20050504.ebuild,v 1.1 2005/05/05 03:40:46 vapier Exp $
-DESCRIPTION="The LDP howtos, html single-page format."
+# 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 mips ppc ppc64 s390 sparc x86"
IUSE=""
-KEYWORDS="x86 ppc sparc amd64"
S=${WORKDIR}
src_install() {
- dodir /usr/share/doc/howto/html-single
- dosym /usr/share/doc/howto /usr/share/doc/HOWTO
-
insinto /usr/share/doc/howto/html-single
doins * || die
+ dosym howto /usr/share/doc/HOWTO
}