Portage is a package management system used by Gentoo Linux
# ChangeLog for app-doc/howto-pdf
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-pdf/ChangeLog,v 1.17 2007/08/11 19:18:07 dirtyepic Exp $
*howto-pdf-20070811 (11 Aug 2007)
11 Aug 2007; Ryan Hill
+howto-pdf-20070811.ebuild:
Version bump.
22 Mar 2007; Raúl Porcel
+howto-pdf-20070322.ebuild:
Version bump
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
*howto-pdf-20050504 (05 May 2005)
05 May 2005; Mike Frysinger
-howto-pdf-20040317.ebuild, +howto-pdf-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-pdf-20040317.ebuild:
QA - IUSE fix
*howto-pdf-20040317 (17 Mar 2004)
17 Mar 2004; Mike Frysinger
Version bump #44240 by Jaco Kroon.
*howto-pdf-20031006 (06 Oct 2003)
06 Oct 2003; Heinrich Wendel
howto-pdf-20031006.ebuild:
version bump
06 Dec 2002; Rodney Rees
*howto-pdf-20021121 (25 Nov 2002)
25 Nov 2002; Dan Armak
A new version from this date.
*howto-pdf-20020328 (5 Jul 2002)
20 Jul 2002; Doug Goldstein
Added missing KEYWORDS, SLOT
5 Jul 2002; Seemant Kulleen
files/digest-howto-pdf-20020328 :
Version bump.
*howto-pdf-20010824 (1 Feb 2002)
20 Jul 2002; Doug Goldstein
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-pdf-HOWTOs-20070322.tar.bz2 51417982 RMD160 eb97c7fb341d174782e35ad18b5377722852e336 SHA1 1f9a30a69a4d306408f898a10cc95cdcf6173043 SHA256 6c75e21be9094402fe233acc54c28262ee194127bbb4e191b859335dee147b71
DIST Linux-pdf-HOWTOs-20070811.tar.bz2 52425158 RMD160 a2e07161b29912477b17393b3ad9c60f7d25b6c3 SHA1 f7ebc43287c31008582c482d7f68a85db6f9f57e SHA256 f4010b53f1a3b2be7c0b6e32843fcdb436c30507c68fa3bbda9bb36dec119ae1
EBUILD howto-pdf-20070322.ebuild 579 RMD160 c973fe455f3af868c7820053f5f79e042d553817 SHA1 4c99f5a8cc65e0f1bf47b2ea7d5ef405134f8b43 SHA256 1c55d37983f93d13ffa435200206ada96531cd1082289aea9fc4d25525dd2b0f
EBUILD howto-pdf-20070811.ebuild 711 RMD160 4822f7c023b2a82dde635eb8d030d998b5fa37fa SHA1 137e00e4b57a82b4a76d6cb5371743b42107bdb9 SHA256 a5691de62290602fb28e67e4fff260e8533c32cf2e67dea8994a4828c5b2da73
MISC ChangeLog 2314 RMD160 9b67976fd879fe0e8e0d1c5cc0b66aa421ae55ba SHA1 29d9c94f4414faba728bc7e824baed4e7b1ae01c SHA256 71ecf41fdfeef31fdb5c3907d01eb98de99fba1c936f8fb9e9c792711084ed7c
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-pdf/howto-pdf-20070322.ebuild,v 1.1 2007/03/22 18:58:26 armin76 Exp $
DESCRIPTION="The LDP howtos, pdf format"
HOMEPAGE="http://www.tldp.org/"
SRC_URI="mirror://gentoo/Linux-pdf-HOWTOs-${PV}.tar.bz2"
LICENSE="GPL-2 LDP"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
IUSE=""
S=${WORKDIR}
src_install() {
insinto /usr/share/doc/howto/pdf
doins * || die
dosym howto /usr/share/doc/HOWTO
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-pdf/howto-pdf-20070811.ebuild,v 1.1 2007/08/11 19:18:07 dirtyepic Exp $
# Download from
# www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/pdf/Linux-pdf-HOWTOs-${PV}.tar.bz2
# and mirror it.
DESCRIPTION="The LDP howtos, pdf format"
HOMEPAGE="http://www.tldp.org/"
SRC_URI="mirror://gentoo/Linux-pdf-HOWTOs-${PV}.tar.bz2"
LICENSE="GPL-2 LDP"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
RESTRICT="strip binchecks"
S=${WORKDIR}
src_install() {
insinto /usr/share/doc/howto/pdf
doins -r * || die
}