diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-04-21 23:11:19 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-04-21 23:11:19 +0000 |
commit | a6204b9b4c1b4fbe9a55fd8bc55d21ab8ab9d19c (patch) | |
tree | 623f40c22e5060a560770f111306248754d5ff7e /app-doc | |
parent | Use newconfd/newinitd (bug #174266) (diff) | |
download | gentoo-2-a6204b9b4c1b4fbe9a55fd8bc55d21ab8ab9d19c.tar.gz gentoo-2-a6204b9b4c1b4fbe9a55fd8bc55d21ab8ab9d19c.tar.bz2 gentoo-2-a6204b9b4c1b4fbe9a55fd8bc55d21ab8ab9d19c.zip |
Stable on all arches as this is a copy-only ebuild and does not need any
architecture-specific tests.
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/selfhtml/ChangeLog | 7 | ||||
-rw-r--r-- | app-doc/selfhtml/files/digest-selfhtml-8.1.1 | 3 | ||||
-rw-r--r-- | app-doc/selfhtml/selfhtml-8.1.1.ebuild | 19 | ||||
-rw-r--r-- | app-doc/selfhtml/selfhtml-8.1.2.ebuild | 4 |
4 files changed, 8 insertions, 25 deletions
diff --git a/app-doc/selfhtml/ChangeLog b/app-doc/selfhtml/ChangeLog index 7ab4fb0c3cc9..a1d2c590ced2 100644 --- a/app-doc/selfhtml/ChangeLog +++ b/app-doc/selfhtml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-doc/selfhtml # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.16 2007/03/02 00:10:11 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.17 2007/04/21 23:11:19 pylon Exp $ + + 21 Apr 2007; Lars Weiler <pylon@gentoo.org> -selfhtml-8.1.1.ebuild, + selfhtml-8.1.2.ebuild: + Stable on all arches as this is a copy-only ebuild and does not need any + architecture-specific tests. *selfhtml-8.1.2 (02 Mar 2007) diff --git a/app-doc/selfhtml/files/digest-selfhtml-8.1.1 b/app-doc/selfhtml/files/digest-selfhtml-8.1.1 deleted file mode 100644 index e7d8de0cc1bd..000000000000 --- a/app-doc/selfhtml/files/digest-selfhtml-8.1.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6e020807cf4268cbc65408b7387a3c95 selfhtml811.zip 8222185 -RMD160 d49d42019ccf197f4d183912a27615e0fb81aa74 selfhtml811.zip 8222185 -SHA256 b037c46c8ca5e9a8e65caeac2ece7124725e8ccc8a8303864105ded5c63c7d40 selfhtml811.zip 8222185 diff --git a/app-doc/selfhtml/selfhtml-8.1.1.ebuild b/app-doc/selfhtml/selfhtml-8.1.1.ebuild deleted file mode 100644 index 29bb25029d78..000000000000 --- a/app-doc/selfhtml/selfhtml-8.1.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2006 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.3 2006/05/28 11:44:04 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 -pR ${S}/* ${D}${TARGET} -} diff --git a/app-doc/selfhtml/selfhtml-8.1.2.ebuild b/app-doc/selfhtml/selfhtml-8.1.2.ebuild index a0c1704a4fbc..0a0669c3bb5f 100644 --- a/app-doc/selfhtml/selfhtml-8.1.2.ebuild +++ b/app-doc/selfhtml/selfhtml-8.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.1.2.ebuild,v 1.1 2007/03/02 00:10:11 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.1.2.ebuild,v 1.2 2007/04/21 23:11:19 pylon Exp $ S=${WORKDIR} TARGET=/usr/share/doc/${PF}/html @@ -10,7 +10,7 @@ HOMEPAGE="http://selfhtml.org" DEPEND="app-arch/unzip" SLOT="0" LICENSE="selfhtml" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 hppa mips ppc sparc x86" IUSE="" src_install() { |