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
commit043b7cee74809b405dd9c774da255241ea8b657c (patch)
treed4d60e6330d8dfb051a400335e110f22e672cfbc /app-doc
parentAdded a java-pkg_jar-from call for xerces-2 so that ant-contrib builds with L... (diff)
downloadhistorical-043b7cee74809b405dd9c774da255241ea8b657c.tar.gz
historical-043b7cee74809b405dd9c774da255241ea8b657c.tar.bz2
historical-043b7cee74809b405dd9c774da255241ea8b657c.zip
Minor Version bump. Thanks to Christian Seiler in Bug #113404.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/selfhtml/ChangeLog7
-rw-r--r--app-doc/selfhtml/Manifest14
-rw-r--r--app-doc/selfhtml/files/digest-selfhtml-8.1.11
-rw-r--r--app-doc/selfhtml/selfhtml-8.1.1.ebuild19
4 files changed, 29 insertions, 12 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/Manifest b/app-doc/selfhtml/Manifest
index 44bf96992f6a..df9b406d819f 100644
--- a/app-doc/selfhtml/Manifest
+++ b/app-doc/selfhtml/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 95ae0afd0902e9133a512423e8ac9d99 ChangeLog 1127
+MD5 8886f45624bc334b9a16a8068a0681ee ChangeLog 1291
MD5 b0d2429e030ffd996bd09d0c2dea8c61 files/digest-selfhtml-8.1 60
+MD5 eb5d814e7abc2484f95ed626d2579fac files/digest-selfhtml-8.1.1 61
MD5 035613e4ea415232c9b9fea9783994ce metadata.xml 221
+MD5 6ccb125583f4efb43e3d911ce7ef460d selfhtml-8.1.1.ebuild 651
MD5 d4f92364a684606be7ac8b51bfd273d8 selfhtml-8.1.ebuild 645
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDop9EAiZjviIA2XgRAgtfAKC0RacexlXFvHOX8dmXiBTqJLLcOACfeja5
-g6zzeycrSYKoKx0CI8rbGJQ=
-=StO6
------END PGP SIGNATURE-----
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}
+}