Portage is a package management system used by Gentoo Linux
# ChangeLog for app-doc/howto-html
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/ChangeLog,v 1.30 2007/10/29 17:02:36 armin76 Exp $
29 Oct 2007; Raúl Porcel
-howto-html-20050504.ebuild, -howto-html-20070202.ebuild,
howto-html-20070811.ebuild:
Stable on all, remove old
24 Oct 2007; Jeroen Roovers
Stable for HPPA too.
04 Oct 2007; Ferris McCormick
howto-html-20070811.ebuild:
Sparc stable (bookkeeping; documentation only).
03 Oct 2007; Tom Gall
stable on ppc64
03 Sep 2007; Ryan Hill
files/digest-howto-html-20050504, Manifest:
Fix digest.
15 Aug 2007; Tobias Scherbaum
howto-html-20070202.ebuild:
ppc stable, bug #188490
15 Aug 2007; Jeroen Roovers
Stable for HPPA (bug #188490).
14 Aug 2007; Markus Rothe
Stable on ppc64; bug #188490
11 Aug 2007; Steve Dibb
amd64 stable, bug 188490
*howto-html-20070811 (11 Aug 2007)
11 Aug 2007; Ryan Hill
Version bump.
15 Jul 2007; Ryan Hill
Take maintainership.
15 Jul 2007; Christian Heim
Assigning app-doc/howto-html to m-needed, as beu is being retired (#66608).
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
*howto-html-20070202 (03 Feb 2007)
03 Feb 2007; Elfyn McBratney
Version bump.
*howto-html-20061210 (11 Dec 2006)
11 Dec 2006; Elfyn McBratney
howto-html-20050504.ebuild, +howto-html-20061210.ebuild:
Update metadata.xml; Quote ${D} / cosmetic. Bump version.
*howto-html-20050504 (05 May 2005)
05 May 2005; Mike Frysinger
-howto-html-20040317.ebuild, +howto-html-20050504.ebuild:
Version bump #91368 by Josh Nichols.
29 Aug 2004;
added amd64 keyword because it doesn't need any compilation
07 Jun 2004; Daniel Black
howto-html-20040317.ebuild:
QA - IUSE fix
*howto-html-20040317 (17 Mar 2004)
17 Mar 2004; Mike Frysinger
Version bump #44240 by Jaco Kroon.
*howto-html-20031006 (06 Oct 2003)
06 Oct 2003; Heinrich Wendel
howto-html-20031006.ebuild:
version bump
06 Dec 2002; Rodney Rees
*howto-html-20021121 (25 Nov 2002)
25 Nov 2002; Dan Armak
A new version from this date.
# /space/gentoo/cvsroot/gentoo-x86/app-doc/howto-html/ChangeLog,v 1.2 2002/07/05 06:59:30 seemant Exp
*howto-html-20020328 (4 Jul 2002)
21 Sep 2002; Mike Frysinger
Updated the LICENSE var to cover LDP license
20 Jul 2002; Doug Goldstein
Added missing KEYWORDS, SLOT
4 Jul 2002; Seemant Kulleen
howto-html-20020328.ebuild files/digest-howto-html-20020328 :
Version bump.
*howto-html-20010823 (1 Feb 2002)
20 Jul 2002; Doug Goldstein
Adding missing KEYWORDS, SLOT, LICENSE
1 Feb 2002; G.Bevin
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
DIST Linux-html-HOWTOs-20070811.tar.bz2 16538116 RMD160 cdd94d5a6a6a61175eb67116b97a72dfc587a671 SHA1 a675911026be837a70ad47a29d850c5481199bef SHA256 216f134857a60d29787fd15a11dfa9284c452828742bf3b0ae615f1db76847cc
EBUILD howto-html-20070811.ebuild 719 RMD160 ca92136489f1b61bf2c65491f95a43c5905f1cd8 SHA1 1574b8d4f6306e2bdbfeb081b42b778f6b4b38fc SHA256 30f4a9bd3ce3db2c586849a22d65c7f7db3c739ecf4c1b55587ef279825dacb2
MISC ChangeLog 4010 RMD160 0cd29705f01b64a3b0be01e6cd46ce393068f559 SHA1 ba25463510a07e48652319af867551297381e4e5 SHA256 51ac2510aabac748ffc499e816897d45f7d16e3a3b0bbb67955fad473b5b283c
MISC metadata.xml 253 RMD160 b096274af87f9c103c75a962caafb7119d8806ce SHA1 12215f17ab0f6da7874825f25053cfd2a974a03b SHA256 360fc3b66d6f2c93018d2e4dc3bed95a8f078fd6097e15c2e42552fe4fa2bdc6
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20070811.ebuild,v 1.6 2007/10/29 17:02:37 armin76 Exp $
# Download from
# www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/Linux-html-HOWTOs-${PV}.tar.bz2
# and mirror it.
DESCRIPTION="The LDP howtos, html format"
HOMEPAGE="http://www.tldp.org/"
SRC_URI="mirror://gentoo/Linux-html-HOWTOs-${PV}.tar.bz2"
LICENSE="GPL-2 LDP"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
RESTRICT="strip binchecks"
S=${WORKDIR}/HOWTO
src_install() {
insinto /usr/share/doc/howto/html
doins -r * || die
}