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
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')
-rw-r--r--app-doc/howto-html/ChangeLog10
-rw-r--r--app-doc/howto-html/files/digest-howto-html-200403171
-rw-r--r--app-doc/howto-html/files/digest-howto-html-200505041
-rw-r--r--app-doc/howto-html/howto-html-20050504.ebuild (renamed from app-doc/howto-html/howto-html-20040317.ebuild)10
4 files changed, 15 insertions, 7 deletions
diff --git a/app-doc/howto-html/ChangeLog b/app-doc/howto-html/ChangeLog
index a954fc841bad..5b4dc158fb7a 100644
--- a/app-doc/howto-html/ChangeLog
+++ b/app-doc/howto-html/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-doc/howto-html
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/ChangeLog,v 1.14 2005/01/01 13:13:12 eradicator Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/ChangeLog,v 1.15 2005/05/05 03:38:43 vapier Exp $
+
+*howto-html-20050504 (05 May 2005)
+
+ 05 May 2005; Mike Frysinger <vapier@gentoo.org>
+ -howto-html-20040317.ebuild, +howto-html-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/files/digest-howto-html-20040317 b/app-doc/howto-html/files/digest-howto-html-20040317
deleted file mode 100644
index 96d45f6b7c11..000000000000
--- a/app-doc/howto-html/files/digest-howto-html-20040317
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f40c17080643e8c9d4efa3d7105b5d2b Linux-html-HOWTOs-20040317.tar.bz2 23829029
diff --git a/app-doc/howto-html/files/digest-howto-html-20050504 b/app-doc/howto-html/files/digest-howto-html-20050504
new file mode 100644
index 000000000000..11ee10c50ea1
--- /dev/null
+++ b/app-doc/howto-html/files/digest-howto-html-20050504
@@ -0,0 +1 @@
+MD5 5497dfa23c0393274ed255e5e4d2fe0b Linux-html-HOWTOs-20050504.tar.bz2 15894985
diff --git a/app-doc/howto-html/howto-html-20040317.ebuild b/app-doc/howto-html/howto-html-20050504.ebuild
index f53079dcc272..e28514f27ccc 100644
--- a/app-doc/howto-html/howto-html-20040317.ebuild
+++ b/app-doc/howto-html/howto-html-20050504.ebuild
@@ -1,6 +1,9 @@
# 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/howto-html-20040317.ebuild,v 1.5 2005/01/01 13:13:12 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20050504.ebuild,v 1.1 2005/05/05 03:38:43 vapier Exp $
+
+# Grab and rename this file:
+# http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/Linux-html-HOWTOs.tar.bz2
DESCRIPTION="The LDP howtos, html format"
HOMEPAGE="http://www.tldp.org/"
@@ -8,14 +11,13 @@ SRC_URI="mirror://gentoo/Linux-html-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}/HOWTO
src_install() {
dodir /usr/share/doc/howto/html
- dosym /usr/share/doc/howto /usr/share/doc/HOWTO
-
+ dosym howto /usr/share/doc/HOWTO
cp -R * ${D}/usr/share/doc/howto/html || die
}