diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-20 09:43:00 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-20 09:43:00 +0000 |
commit | 8fc85f9321ac4df8538e164d6f8017190f05e46d (patch) | |
tree | e63d233de1654739284af003fc2fa98bda9335b0 /app-text | |
parent | rev bump (diff) | |
download | historical-8fc85f9321ac4df8538e164d6f8017190f05e46d.tar.gz historical-8fc85f9321ac4df8538e164d6f8017190f05e46d.tar.bz2 historical-8fc85f9321ac4df8538e164d6f8017190f05e46d.zip |
Stable on hppa.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text')
-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, 11 insertions, 17 deletions
diff --git a/app-text/info2html/ChangeLog b/app-text/info2html/ChangeLog index 996718ea8d30..e769be1a4f3c 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.10 2005/05/16 15:33:08 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.11 2005/05/20 09:43:00 hansmi Exp $ + + 20 May 2005; Michael Hanselmann <hansmi@gentoo.org> + info2html-1.4-r1.ebuild: + Stable on hppa. 16 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> info2html-1.4-r1.ebuild: diff --git a/app-text/info2html/Manifest b/app-text/info2html/Manifest index cacf9c63b335..1d8ff26a72fb 100644 --- a/app-text/info2html/Manifest +++ b/app-text/info2html/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 52a43405b7a5502c76e21d8aa38bab02 ChangeLog 1275 -MD5 98979dcc8f89c84051f9957afd8d481a info2html-1.4.ebuild 947 +MD5 eafa1ecfc60df568a5b4f1b26bf2341e info2html-1.4-r1.ebuild 992 MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 -MD5 792116321e88e2c18170a85544ec378e info2html-1.4-r1.ebuild 995 +MD5 3b67e938732bb20e8ed1747d6fb461b1 ChangeLog 1373 +MD5 98979dcc8f89c84051f9957afd8d481a info2html-1.4.ebuild 947 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 -MD5 cc6a82ee8361bbdc4e94d4f39feb5896 files/info2html-xss.patch 1730 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFCiL1FKRy60XGEcJIRAivPAJ0Qdp88jTT/ndWsHgNo1oaqdmIi8wCfU2jb -1r4nsyRhZhvv2v9Cgrlt/BI= -=LBMl ------END PGP SIGNATURE----- diff --git a/app-text/info2html/info2html-1.4-r1.ebuild b/app-text/info2html/info2html-1.4-r1.ebuild index e79996ffbfb9..aeca144bca58 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.2 2005/05/16 15:33:08 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4-r1.ebuild,v 1.3 2005/05/20 09:43:00 hansmi 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 hppa sparc x86 ~amd64" DEPEND="dev-lang/perl" |