summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2005-08-23 20:07:05 +0000
committerLars Weiler <pylon@gentoo.org>2005-08-23 20:07:05 +0000
commitfcf521ad94bc9083f71ca0291894f9aefcb3da9a (patch)
tree4c46e40946ba63d11579edff255a4de0cf74281d /app-doc
parentAdd inherit eutils. (diff)
downloadhistorical-fcf521ad94bc9083f71ca0291894f9aefcb3da9a.tar.gz
historical-fcf521ad94bc9083f71ca0291894f9aefcb3da9a.tar.bz2
historical-fcf521ad94bc9083f71ca0291894f9aefcb3da9a.zip
Removing old versions. Changing the cp as suggested in bug #103487.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/selfhtml/ChangeLog5
-rw-r--r--app-doc/selfhtml/Manifest4
-rw-r--r--app-doc/selfhtml/files/digest-selfhtml-8.0-r12
-rw-r--r--app-doc/selfhtml/selfhtml-8.0-r1.ebuild20
4 files changed, 5 insertions, 26 deletions
diff --git a/app-doc/selfhtml/ChangeLog b/app-doc/selfhtml/ChangeLog
index 90a1509c77d8..fdfa15f3fc37 100644
--- a/app-doc/selfhtml/ChangeLog
+++ b/app-doc/selfhtml/ChangeLog
@@ -1,6 +1,9 @@
# 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.9 2005/03/27 06:40:03 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.10 2005/08/23 20:07:05 pylon Exp $
+
+ 23 Aug 2005; Lars Weiler <pylon@gentoo.org> -selfhtml-8.0-r1.ebuild:
+ Removing old versions. Changing the cp as suggested in bug #103487.
*selfhtml-8.1 (27 Mar 2005)
diff --git a/app-doc/selfhtml/Manifest b/app-doc/selfhtml/Manifest
index ecb43b8c9aed..b6196b9ca5f0 100644
--- a/app-doc/selfhtml/Manifest
+++ b/app-doc/selfhtml/Manifest
@@ -1,6 +1,4 @@
-MD5 030b0cc6318c2b68e8c93ca632f5f323 ChangeLog 863
+MD5 e73817db27f4523c3c8f04acd1f7f3bf ChangeLog 1007
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.0-r1 b/app-doc/selfhtml/files/digest-selfhtml-8.0-r1
deleted file mode 100644
index cc3f09a50e48..000000000000
--- a/app-doc/selfhtml/files/digest-selfhtml-8.0-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 e62f8cea580eb55c9bb73fa78b2b5542 selfhtml80.zip 7185598
-MD5 64c0121c09b90f855557921c7a53246d selfhtml8err01.zip 1174793
diff --git a/app-doc/selfhtml/selfhtml-8.0-r1.ebuild b/app-doc/selfhtml/selfhtml-8.0-r1.ebuild
deleted file mode 100644
index 29d8e3a09ef5..000000000000
--- a/app-doc/selfhtml/selfhtml-8.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.0-r1.ebuild,v 1.9 2005/01/01 13:20:17 eradicator Exp $
-
-S=${WORKDIR}
-TARGET=/usr/share/doc/${PF}/html
-DESCRIPTION="\"The\" German HTML/XHTML/CSS/XML/DHTML/CGI/Perl/JavaScript Documentation"
-SRC_URI="http://www.stud.uni-goettingen.de/software/selfhtml80.zip
- http://selfaktuell.teamone.de/extras/selfhtml8err01.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}
-}