diff options
author | Elfyn McBratney <beu@gentoo.org> | 2006-12-11 03:08:22 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2006-12-11 03:08:22 +0000 |
commit | b6b0afa526e4ac6201af72d1d749562a6a97d860 (patch) | |
tree | 747292b24969d131667a42dbebd69b799c091544 /app-doc | |
parent | Mask app-doc/howto-html-20061210 until it has propagated to distfile mirrors. (diff) | |
download | gentoo-2-b6b0afa526e4ac6201af72d1d749562a6a97d860.tar.gz gentoo-2-b6b0afa526e4ac6201af72d1d749562a6a97d860.tar.bz2 gentoo-2-b6b0afa526e4ac6201af72d1d749562a6a97d860.zip |
Update metadata.xml; Quote ${D} / cosmetic. Bump version.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/howto-html/ChangeLog | 10 | ||||
-rw-r--r-- | app-doc/howto-html/files/digest-howto-html-20061210 | 3 | ||||
-rw-r--r-- | app-doc/howto-html/howto-html-20050504.ebuild | 6 | ||||
-rw-r--r-- | app-doc/howto-html/howto-html-20061210.ebuild | 23 | ||||
-rw-r--r-- | app-doc/howto-html/metadata.xml | 1 |
5 files changed, 37 insertions, 6 deletions
diff --git a/app-doc/howto-html/ChangeLog b/app-doc/howto-html/ChangeLog index 5b4dc158fb7a..9715eeb37d65 100644 --- a/app-doc/howto-html/ChangeLog +++ b/app-doc/howto-html/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-doc/howto-html -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/ChangeLog,v 1.15 2005/05/05 03:38:43 vapier Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/ChangeLog,v 1.16 2006/12/11 03:08:22 beu Exp $ + +*howto-html-20061210 (11 Dec 2006) + + 11 Dec 2006; Elfyn McBratney <beu@gentoo.org> metadata.xml, + howto-html-20050504.ebuild, +howto-html-20061210.ebuild: + Update metadata.xml; Quote ${D} / cosmetic. Bump version. *howto-html-20050504 (05 May 2005) diff --git a/app-doc/howto-html/files/digest-howto-html-20061210 b/app-doc/howto-html/files/digest-howto-html-20061210 new file mode 100644 index 000000000000..668d2456853d --- /dev/null +++ b/app-doc/howto-html/files/digest-howto-html-20061210 @@ -0,0 +1,3 @@ +MD5 c47f3041570922b1511fa34c2ed77c62 Linux-html-HOWTOs-20061210.tar.bz2 16349058 +RMD160 b1ffd8f1a45aade648d8e8af4e2c577374988764 Linux-html-HOWTOs-20061210.tar.bz2 16349058 +SHA256 0b299e45f43948d5c0362cd76a4ae488695196d9bef7ba22f485a3c84b0017a7 Linux-html-HOWTOs-20061210.tar.bz2 16349058 diff --git a/app-doc/howto-html/howto-html-20050504.ebuild b/app-doc/howto-html/howto-html-20050504.ebuild index e28514f27ccc..d720bbb344d8 100644 --- a/app-doc/howto-html/howto-html-20050504.ebuild +++ b/app-doc/howto-html/howto-html-20050504.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20050504.ebuild,v 1.1 2005/05/05 03:38:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20050504.ebuild,v 1.2 2006/12/11 03:08:22 beu Exp $ # Grab and rename this file: # http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/Linux-html-HOWTOs.tar.bz2 @@ -19,5 +19,5 @@ S=${WORKDIR}/HOWTO src_install() { dodir /usr/share/doc/howto/html dosym howto /usr/share/doc/HOWTO - cp -R * ${D}/usr/share/doc/howto/html || die + cp -R * "${D}"/usr/share/doc/howto/html || die "cp failed" } diff --git a/app-doc/howto-html/howto-html-20061210.ebuild b/app-doc/howto-html/howto-html-20061210.ebuild new file mode 100644 index 000000000000..ddb116aab172 --- /dev/null +++ b/app-doc/howto-html/howto-html-20061210.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20061210.ebuild,v 1.1 2006/12/11 03:08:22 beu Exp $ + +# Grab and rename this file: +# http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/Linux-html-HOWTOs.tar.bz2 + +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 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +S=${WORKDIR}/HOWTO + +src_install() { + dodir /usr/share/doc/howto/html + dosym howto /usr/share/doc/HOWTO + cp -R * "${D}"/usr/share/doc/howto/html || die "cp failed" +} diff --git a/app-doc/howto-html/metadata.xml b/app-doc/howto-html/metadata.xml index c7e2a1ca1aa4..0f15e0e1ed63 100644 --- a/app-doc/howto-html/metadata.xml +++ b/app-doc/howto-html/metadata.xml @@ -4,6 +4,5 @@ <herd>no-herd</herd> <maintainer> <email>beu@gentoo.org</email> - <description>This package lacks a primary herd or maintainer.</description> </maintainer> </pkgmetadata> |