diff options
Diffstat (limited to 'app-doc/howto-html-single')
-rw-r--r-- | app-doc/howto-html-single/ChangeLog | 8 | ||||
-rw-r--r-- | app-doc/howto-html-single/Manifest | 8 | ||||
-rw-r--r-- | app-doc/howto-html-single/files/digest-howto-html-single-20020328 | 1 | ||||
-rw-r--r-- | app-doc/howto-html-single/files/digest-howto-html-single-20031006 | 1 | ||||
-rw-r--r-- | app-doc/howto-html-single/howto-html-single-20031006.ebuild (renamed from app-doc/howto-html-single/howto-html-single-20020328.ebuild) | 7 |
5 files changed, 16 insertions, 9 deletions
diff --git a/app-doc/howto-html-single/ChangeLog b/app-doc/howto-html-single/ChangeLog index 01b1be94ac4f..cd4ae0ef70a8 100644 --- a/app-doc/howto-html-single/ChangeLog +++ b/app-doc/howto-html-single/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-doc/howto-html-single # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/ChangeLog,v 1.7 2003/02/12 03:37:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/ChangeLog,v 1.8 2003/10/06 13:16:45 lanius Exp $ + +*howto-html-single-20031006 (06 Oct 2003) + + 06 Oct 2003; Heinrich Wendel <lanius@gentoo.org> + howto-html-single-20020328.ebuild, howto-html-single-20031006.ebuild: + version bump 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-doc/howto-html-single/Manifest b/app-doc/howto-html-single/Manifest index 34c67cc30b62..596cbd71cc6f 100644 --- a/app-doc/howto-html-single/Manifest +++ b/app-doc/howto-html-single/Manifest @@ -1,5 +1,5 @@ -MD5 beb3df1232a727c8a1aeed1f4b2acb71 ChangeLog 1355 -MD5 44a735f2dfb56869de54df34cd786803 howto-html-single-20020328.ebuild 731 -MD5 34cc8e3f53273151bc2a84c6f3d7714f howto-html-single-20021121.ebuild 679 -MD5 62e4087ba4480dd9384e51cddd58b08a files/digest-howto-html-single-20020328 86 +MD5 e3cf205cad4865909a0211d42b653217 howto-html-single-20031006.ebuild 681 +MD5 f58935573e375f1b1a9da76e51f8a4e8 ChangeLog 1537 +MD5 b6ab7bf634595624c5a245233cee686f howto-html-single-20021121.ebuild 680 MD5 2e78109b996c01e2f20de2624b52e3ff files/digest-howto-html-single-20021121 87 +MD5 a1065400ddfcf581f88247a7cb7ea735 files/digest-howto-html-single-20031006 87 diff --git a/app-doc/howto-html-single/files/digest-howto-html-single-20020328 b/app-doc/howto-html-single/files/digest-howto-html-single-20020328 deleted file mode 100644 index 48ce21e1c7e8..000000000000 --- a/app-doc/howto-html-single/files/digest-howto-html-single-20020328 +++ /dev/null @@ -1 +0,0 @@ -MD5 4947627aefc1f9d701c34a99aae127d7 Linux-html-single-HOWTOs-20020328.tar.gz 6709123 diff --git a/app-doc/howto-html-single/files/digest-howto-html-single-20031006 b/app-doc/howto-html-single/files/digest-howto-html-single-20031006 new file mode 100644 index 000000000000..d79802a8c1ba --- /dev/null +++ b/app-doc/howto-html-single/files/digest-howto-html-single-20031006 @@ -0,0 +1 @@ +MD5 2e22f57bdea6592d6a5211aef10ee119 Linux-html-single-HOWTOs-20031006.tar.bz2 7649743 diff --git a/app-doc/howto-html-single/howto-html-single-20020328.ebuild b/app-doc/howto-html-single/howto-html-single-20031006.ebuild index 0aa0dd3da096..3392453324a4 100644 --- a/app-doc/howto-html-single/howto-html-single-20020328.ebuild +++ b/app-doc/howto-html-single/howto-html-single-20031006.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20020328.ebuild,v 1.10 2003/02/13 06:35:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20031006.ebuild,v 1.1 2003/10/06 13:16:45 lanius Exp $ MY_P="Linux-html-single-HOWTOs-${PV}" S=${WORKDIR} + DESCRIPTION="The LDP howtos, html single-page format." -SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${MY_P}.tar.gz" +SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" HOMEPAGE="http://www.linuxdoc.org" SLOT="0" LICENSE="GPL-2 LDP" -KEYWORDS="x86 ppc sparc " +KEYWORDS="~x86 ~ppc ~sparc" src_install() { dodir /usr/share/doc/howto |