diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-20 18:57:01 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-20 18:57:01 +0000 |
commit | d1b871e84a622915ebf248f5bd6617136b3a042f (patch) | |
tree | 00a2edca165867dce7ffda28cd962d88dc172862 /app-text/info2html | |
parent | trailing whitespace foo :/ (diff) | |
download | historical-d1b871e84a622915ebf248f5bd6617136b3a042f.tar.gz historical-d1b871e84a622915ebf248f5bd6617136b3a042f.tar.bz2 historical-d1b871e84a622915ebf248f5bd6617136b3a042f.zip |
Stable on alpha.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-text/info2html')
-rw-r--r-- | app-text/info2html/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/info2html/Manifest | 18 | ||||
-rw-r--r-- | app-text/info2html/info2html-1.4-r1.ebuild | 4 |
3 files changed, 21 insertions, 7 deletions
diff --git a/app-text/info2html/ChangeLog b/app-text/info2html/ChangeLog index e769be1a4f3c..87e1bd376e00 100644 --- a/app-text/info2html/ChangeLog +++ b/app-text/info2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/info2html # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.11 2005/05/20 09:43:00 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.12 2005/05/20 18:57:01 kloeri Exp $ + + 20 May 2005; Bryan Østergaard <kloeri@gentoo.org> + info2html-1.4-r1.ebuild: + Stable on alpha. 20 May 2005; Michael Hanselmann <hansmi@gentoo.org> info2html-1.4-r1.ebuild: diff --git a/app-text/info2html/Manifest b/app-text/info2html/Manifest index 1d8ff26a72fb..22adf39d68aa 100644 --- a/app-text/info2html/Manifest +++ b/app-text/info2html/Manifest @@ -1,8 +1,18 @@ -MD5 eafa1ecfc60df568a5b4f1b26bf2341e info2html-1.4-r1.ebuild 992 -MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 -MD5 3b67e938732bb20e8ed1747d6fb461b1 ChangeLog 1373 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 40cd11cbe9e2a2153fe072576628d791 ChangeLog 1473 MD5 98979dcc8f89c84051f9957afd8d481a info2html-1.4.ebuild 947 +MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 +MD5 9b90fbd21dea330658d1721f13255cfa info2html-1.4-r1.ebuild 991 +MD5 495fd408850958212ae70b35f3b8129b files/info2html-gentoo.patch 1767 MD5 4b9f64ddf8e7ef3c725fc1f785c69456 files/digest-info2html-1.4 60 MD5 cc6a82ee8361bbdc4e94d4f39feb5896 files/info2html-xss.patch 1730 -MD5 495fd408850958212ae70b35f3b8129b files/info2html-gentoo.patch 1767 MD5 4b9f64ddf8e7ef3c725fc1f785c69456 files/digest-info2html-1.4-r1 60 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCjjMYKf2g/qXtneoRAll5AJ4r7/tzgMsM48tjU8or3DU1JaCDCACcDfSL +vyUNTXTAkfOF/UI02sEzsl0= +=EF2T +-----END PGP SIGNATURE----- diff --git a/app-text/info2html/info2html-1.4-r1.ebuild b/app-text/info2html/info2html-1.4-r1.ebuild index aeca144bca58..b4c8aee9554e 100644 --- a/app-text/info2html/info2html-1.4-r1.ebuild +++ b/app-text/info2html/info2html-1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4-r1.ebuild,v 1.3 2005/05/20 09:43:00 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4-r1.ebuild,v 1.4 2005/05/20 18:57:01 kloeri Exp $ inherit eutils webapp-apache @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/info2html/${P}.tgz" LICENSE="freedist" SLOT="0" IUSE="" -KEYWORDS="~alpha hppa sparc x86 ~amd64" +KEYWORDS="alpha ~amd64 hppa sparc x86" DEPEND="dev-lang/perl" |