summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-08-11 19:15:42 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-08-11 19:15:42 +0000
commit223ef394205d63d0d45ca3bfb4529c418d2ab284 (patch)
treee54b22b7c46b1ce63130e9a1b77cc1d91f51bce2 /app-doc
parentStable on ppc (diff)
downloadgentoo-2-223ef394205d63d0d45ca3bfb4529c418d2ab284.tar.gz
gentoo-2-223ef394205d63d0d45ca3bfb4529c418d2ab284.tar.bz2
gentoo-2-223ef394205d63d0d45ca3bfb4529c418d2ab284.zip
Version bump.
(Portage version: 2.1.3.4)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/howto-html-single/ChangeLog8
-rw-r--r--app-doc/howto-html-single/files/digest-howto-html-single-200708113
-rw-r--r--app-doc/howto-html-single/howto-html-single-20070811.ebuild25
3 files changed, 35 insertions, 1 deletions
diff --git a/app-doc/howto-html-single/ChangeLog b/app-doc/howto-html-single/ChangeLog
index b7f00fcef2fd..ca26ea2fe07e 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 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/ChangeLog,v 1.18 2007/07/15 19:58:05 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/ChangeLog,v 1.19 2007/08/11 19:15:42 dirtyepic Exp $
+
+*howto-html-single-20070811 (11 Aug 2007)
+
+ 11 Aug 2007; Ryan Hill <dirtyepic@gentoo.org>
+ +howto-html-single-20070811.ebuild:
+ Version bump.
15 Jul 2007; Ryan Hill <dirtyepic@gentoo.org> metadata.xml:
Take maintainership.
diff --git a/app-doc/howto-html-single/files/digest-howto-html-single-20070811 b/app-doc/howto-html-single/files/digest-howto-html-single-20070811
new file mode 100644
index 000000000000..d315127a2759
--- /dev/null
+++ b/app-doc/howto-html-single/files/digest-howto-html-single-20070811
@@ -0,0 +1,3 @@
+MD5 5904e6ca3b52b7c5682f98638240ea97 Linux-html-single-HOWTOs-20070811.tar.bz2 7529460
+RMD160 00bb54271657ce944f32f73a13db0a51461c8942 Linux-html-single-HOWTOs-20070811.tar.bz2 7529460
+SHA256 98e197e5f9428a8029a88dc624f5f2d8ced1346f4699e12e6c7db0d173cc056e Linux-html-single-HOWTOs-20070811.tar.bz2 7529460
diff --git a/app-doc/howto-html-single/howto-html-single-20070811.ebuild b/app-doc/howto-html-single/howto-html-single-20070811.ebuild
new file mode 100644
index 000000000000..5fd8eee9fba6
--- /dev/null
+++ b/app-doc/howto-html-single/howto-html-single-20070811.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2007 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-20070811.ebuild,v 1.1 2007/08/11 19:15:42 dirtyepic Exp $
+
+# Download from
+# www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Linux-html-single-HOWTOs-${PV}.tar.bz2
+# and mirror it.
+
+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=""
+
+RESTRICT="strip binchecks"
+
+S=${WORKDIR}
+
+src_install() {
+ insinto /usr/share/doc/howto/html-single
+ doins -r * || die
+}