Portage is a package management system used by Gentoo Linux
# ChangeLog for app-doc/selfhtml
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.18 2008/05/29 06:12:08 phreak Exp $
29 May 2008; Christian Heim
Removing Lars Weiler (Pylon) from metadata.xml (as per #215644). Assigning
to maintainer-needed.
21 Apr 2007; Lars Weiler
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)
02 Mar 2007; Lars Weiler
Version bump.
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
28 May 2006; Lars Weiler
Stable on all given arches, as there is a simple copy only during installation.
04 Feb 2006; Diego Pettenò
Drop GNUish cp -d call.
*selfhtml-8.1.1 (18 Dec 2005)
18 Dec 2005; Lars Weiler
Minor Version bump. Thanks to Christian Seiler in Bug #113404.
16 Dec 2005; Diego Pettenò
Remove GNUish cp -a call. Bug #103487.
23 Aug 2005; Lars Weiler
Removing old versions. Changing the cp as suggested in bug #103487.
*selfhtml-8.1 (27 Mar 2005)
27 Mar 2005; Lars Weiler
Version bump. Thanks to Henryk Plötz for the reminder. See bug #86588
05 Nov 2004; Lars Weiler
Added app-arch/unzip to DEPEND, bug #69831.
27 Sep 2004;
added amd64
20 Jul 2004; Lars Weiler
The HOMEPAGE has changed.
*selfhtml-8.0-r1 (08 Mar 2004)
08 Mar 2004; Lars Weiler
selfhtml-8.0-r1.ebuild:
SELFHTML 8.0 with errata-pack 1 (therefore the initial ebuild is named -r1)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST selfhtml812.zip 8435931 RMD160 d6b96916e2a28c2e1efa5c5d4e101b6cc4fa1318 SHA1 b5cc097ea1f74b65165d426f39ee2d3b81e2c84b SHA256 6b848e8018df76f2ba3dba6635ce186e587cc8d7bbf83cef4afdb5eb0c200891
EBUILD selfhtml-8.1.2.ebuild 647 RMD160 d0ceb6911e0999bd51021aaf4dbe3c54f4060149 SHA1 b24878048034953cba421bacc417faff7cfcccb5 SHA256 440654ed67c496fed8b7e14dab7bd79857541f27f41576db958cdf352a5ed447
MISC ChangeLog 2125 RMD160 21da2cf042fefe5604a65e18d83bd8b094759c6b SHA1 5f7e3ff2cb6aaf9fd29c457ffc12b695196e4faa SHA256 4adb860b5981aa3bf7e701206819b4c7a5561931f12dd2a11beb3eec9f6b980b
MISC metadata.xml 290 RMD160 b9b86283c09349c8827faef7d3ef5f724a248e77 SHA1 ae1c8e62d75c94ff50b8a5391afb6008460963aa SHA256 380e26e9262298b9cb31e863a9ab641f6fbdc8c50bda2cf2e47fd399f9cb5e85
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkg+ST4ACgkQyuNVb5qfaOazkACgvUlmrzBrjnl3nLEPoR3wxPCG
FM8AnRDEHJbCBQ/U5+BXcwIo7YWpLk/n
=XFr/
-----END PGP SIGNATURE-----
# 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.2 2007/04/21 23:11:19 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/${PN}${PV//\./}.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}
}