summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2005-03-27 06:40:03 +0000
committerLars Weiler <pylon@gentoo.org>2005-03-27 06:40:03 +0000
commit88bf54c156629ccf86a367b50d6b64b4d5137655 (patch)
treedb27e4f139f3c1d3d8d18ef531347c09b6db7222 /app-doc/selfhtml
parentBumping to 1.0.3 for security fixes. (diff)
downloadhistorical-88bf54c156629ccf86a367b50d6b64b4d5137655.tar.gz
historical-88bf54c156629ccf86a367b50d6b64b4d5137655.tar.bz2
historical-88bf54c156629ccf86a367b50d6b64b4d5137655.zip
Version bump. Thanks to Henryk Plötz for the reminder. See bug #86588
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-doc/selfhtml')
-rw-r--r--app-doc/selfhtml/ChangeLog7
-rw-r--r--app-doc/selfhtml/Manifest4
-rw-r--r--app-doc/selfhtml/files/digest-selfhtml-8.11
-rw-r--r--app-doc/selfhtml/selfhtml-8.1.ebuild19
4 files changed, 29 insertions, 2 deletions
diff --git a/app-doc/selfhtml/ChangeLog b/app-doc/selfhtml/ChangeLog
index 2659cbdd6877..90a1509c77d8 100644
--- a/app-doc/selfhtml/ChangeLog
+++ b/app-doc/selfhtml/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-doc/selfhtml
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.8 2005/01/01 13:20:17 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.9 2005/03/27 06:40:03 pylon Exp $
+
+*selfhtml-8.1 (27 Mar 2005)
+
+ 27 Mar 2005; Lars Weiler <pylon@gentoo.org> +selfhtml-8.1.ebuild:
+ Version bump. Thanks to Henryk Plötz for the reminder. See bug #86588
05 Nov 2004; Lars Weiler <pylon@gentoo.org> selfhtml-8.0-r1.ebuild:
Added app-arch/unzip to DEPEND, bug #69831.
diff --git a/app-doc/selfhtml/Manifest b/app-doc/selfhtml/Manifest
index bb6424f2da5c..ecb43b8c9aed 100644
--- a/app-doc/selfhtml/Manifest
+++ b/app-doc/selfhtml/Manifest
@@ -1,4 +1,6 @@
-MD5 12802b89b07e37405d9917cd1b6cd874 ChangeLog 695
+MD5 030b0cc6318c2b68e8c93ca632f5f323 ChangeLog 863
MD5 035613e4ea415232c9b9fea9783994ce metadata.xml 221
MD5 a27b3f7d65fd663fe047dfc6757996a8 selfhtml-8.0-r1.ebuild 687
+MD5 a979b4247ce453a90a4b7b995897875c selfhtml-8.1.ebuild 639
MD5 7806cf628ae7e19d57618c0fa53ab8fe files/digest-selfhtml-8.0-r1 124
+MD5 b0d2429e030ffd996bd09d0c2dea8c61 files/digest-selfhtml-8.1 60
diff --git a/app-doc/selfhtml/files/digest-selfhtml-8.1 b/app-doc/selfhtml/files/digest-selfhtml-8.1
new file mode 100644
index 000000000000..08ec1c5e155c
--- /dev/null
+++ b/app-doc/selfhtml/files/digest-selfhtml-8.1
@@ -0,0 +1 @@
+MD5 f5097bac6bed4089fac71c35508ae2e0 selfhtml81.zip 8475725
diff --git a/app-doc/selfhtml/selfhtml-8.1.ebuild b/app-doc/selfhtml/selfhtml-8.1.ebuild
new file mode 100644
index 000000000000..a1eb871abcb5
--- /dev/null
+++ b/app-doc/selfhtml/selfhtml-8.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.1.ebuild,v 1.1 2005/03/27 06:40:03 pylon Exp $
+
+S=${WORKDIR}
+TARGET=/usr/share/doc/${PF}/html
+DESCRIPTION="\"The\" German HTML/XHTML/CSS/XML/DHTML/CGI/Perl/JavaScript Documentation"
+SRC_URI="http://aktuell.de.selfhtml.org/cgi-bin/selfdown/download.pl/selfhtml81.zip"
+HOMEPAGE="http://selfhtml.org"
+DEPEND="app-arch/unzip"
+SLOT="0"
+LICENSE="selfhtml"
+KEYWORDS="x86 ppc sparc alpha mips hppa amd64"
+IUSE=""
+
+src_install() {
+ dodir ${TARGET}
+ cp -a ${S}/* ${D}${TARGET}
+}