diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-08-11 19:13:52 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-08-11 19:13:52 +0000 |
commit | 8bc7101a8ca0fb926efb757a5669e8b659972f79 (patch) | |
tree | 049f916bb70a798480f677bc70fbc7df758ffe88 /app-doc/howto-html | |
parent | Stable on ppc (diff) | |
download | gentoo-2-8bc7101a8ca0fb926efb757a5669e8b659972f79.tar.gz gentoo-2-8bc7101a8ca0fb926efb757a5669e8b659972f79.tar.bz2 gentoo-2-8bc7101a8ca0fb926efb757a5669e8b659972f79.zip |
Version bump.
(Portage version: 2.1.3.4)
Diffstat (limited to 'app-doc/howto-html')
-rw-r--r-- | app-doc/howto-html/ChangeLog | 7 | ||||
-rw-r--r-- | app-doc/howto-html/files/digest-howto-html-20070811 | 3 | ||||
-rw-r--r-- | app-doc/howto-html/howto-html-20070811.ebuild (renamed from app-doc/howto-html/howto-html-20061210.ebuild) | 16 |
3 files changed, 18 insertions, 8 deletions
diff --git a/app-doc/howto-html/ChangeLog b/app-doc/howto-html/ChangeLog index 81d2421250ab..96e1006fe535 100644 --- a/app-doc/howto-html/ChangeLog +++ b/app-doc/howto-html/ChangeLog @@ -1,6 +1,11 @@ # 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.20 2007/07/15 19:56:22 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/ChangeLog,v 1.21 2007/08/11 19:13:52 dirtyepic Exp $ + +*howto-html-20070811 (11 Aug 2007) + + 11 Aug 2007; Ryan Hill <dirtyepic@gentoo.org> +howto-html-20070811.ebuild: + Version bump. 15 Jul 2007; Ryan Hill <dirtyepic@gentoo.org> metadata.xml: Take maintainership. diff --git a/app-doc/howto-html/files/digest-howto-html-20070811 b/app-doc/howto-html/files/digest-howto-html-20070811 new file mode 100644 index 000000000000..e66595a6b966 --- /dev/null +++ b/app-doc/howto-html/files/digest-howto-html-20070811 @@ -0,0 +1,3 @@ +MD5 3dea0433f71fee1a907773c5b7455053 Linux-html-HOWTOs-20070811.tar.bz2 16538116 +RMD160 cdd94d5a6a6a61175eb67116b97a72dfc587a671 Linux-html-HOWTOs-20070811.tar.bz2 16538116 +SHA256 216f134857a60d29787fd15a11dfa9284c452828742bf3b0ae615f1db76847cc Linux-html-HOWTOs-20070811.tar.bz2 16538116 diff --git a/app-doc/howto-html/howto-html-20061210.ebuild b/app-doc/howto-html/howto-html-20070811.ebuild index ddb116aab172..ee2e5e8ed736 100644 --- a/app-doc/howto-html/howto-html-20061210.ebuild +++ b/app-doc/howto-html/howto-html-20070811.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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-20061210.ebuild,v 1.1 2006/12/11 03:08:22 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20070811.ebuild,v 1.1 2007/08/11 19:13:52 dirtyepic Exp $ -# Grab and rename this file: -# http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/Linux-html-HOWTOs.tar.bz2 +# 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/" @@ -14,10 +15,11 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" +RESTRICT="strip binchecks" + 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" + insinto /usr/share/doc/howto/html + doins -r * || die } |