summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2005-12-18 00:28:21 +0000
committerLars Weiler <pylon@gentoo.org>2005-12-18 00:28:21 +0000
commit22fea388c8792f89a08459b629992b6b34b0b1f1 (patch)
tree94d45a9bdac32900a4ec0371df3bd376432dfe9b /app-doc
parentBump for 7.0RC4. (diff)
downloadgentoo-2-22fea388c8792f89a08459b629992b6b34b0b1f1.tar.gz
gentoo-2-22fea388c8792f89a08459b629992b6b34b0b1f1.tar.bz2
gentoo-2-22fea388c8792f89a08459b629992b6b34b0b1f1.zip
Minor Version bump. Thanks to Christian Seiler in Bug #113404.
(Portage version: 2.0.53)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/selfhtml/ChangeLog7
-rw-r--r--app-doc/selfhtml/files/digest-selfhtml-8.1.11
-rw-r--r--app-doc/selfhtml/selfhtml-8.1.1.ebuild19
3 files changed, 26 insertions, 1 deletions
diff --git a/app-doc/selfhtml/ChangeLog b/app-doc/selfhtml/ChangeLog
index 1465f8477b3f..71a9e8e5ccca 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.11 2005/12/16 11:04:24 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.12 2005/12/18 00:28:21 pylon Exp $
+
+*selfhtml-8.1.1 (18 Dec 2005)
+
+ 18 Dec 2005; Lars Weiler <pylon@gentoo.org> +selfhtml-8.1.1.ebuild:
+ Minor Version bump. Thanks to Christian Seiler in Bug #113404.
16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> selfhtml-8.1.ebuild:
Remove GNUish cp -a call. Bug #103487.
diff --git a/app-doc/selfhtml/files/digest-selfhtml-8.1.1 b/app-doc/selfhtml/files/digest-selfhtml-8.1.1
new file mode 100644
index 000000000000..d8e10e0a76c2
--- /dev/null
+++ b/app-doc/selfhtml/files/digest-selfhtml-8.1.1
@@ -0,0 +1 @@
+MD5 6e020807cf4268cbc65408b7387a3c95 selfhtml811.zip 8222185
diff --git a/app-doc/selfhtml/selfhtml-8.1.1.ebuild b/app-doc/selfhtml/selfhtml-8.1.1.ebuild
new file mode 100644
index 000000000000..3bc6f4343314
--- /dev/null
+++ b/app-doc/selfhtml/selfhtml-8.1.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.1.ebuild,v 1.1 2005/12/18 00:28:21 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/selfhtml811.zip"
+HOMEPAGE="http://selfhtml.org"
+DEPEND="app-arch/unzip"
+SLOT="0"
+LICENSE="selfhtml"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+src_install() {
+ dodir ${TARGET}
+ cp -dpR ${S}/* ${D}${TARGET}
+}