diff options
author | 2005-04-21 20:22:40 +0000 | |
---|---|---|
committer | 2005-04-21 20:22:40 +0000 | |
commit | 4a3d84188ce5392914dd6c33b8316f41b4ba47c8 (patch) | |
tree | 33984f7182659cebc9beca30b32418b8ef411562 /app-text/info2html | |
parent | stable amd64 (diff) | |
download | gentoo-2-4a3d84188ce5392914dd6c33b8316f41b4ba47c8.tar.gz gentoo-2-4a3d84188ce5392914dd6c33b8316f41b4ba47c8.tar.bz2 gentoo-2-4a3d84188ce5392914dd6c33b8316f41b4ba47c8.zip |
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/info2html')
-rw-r--r-- | app-text/info2html/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/info2html/info2html-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/info2html/ChangeLog b/app-text/info2html/ChangeLog index 1b5f1b8af270..e9e9884c544a 100644 --- a/app-text/info2html/ChangeLog +++ b/app-text/info2html/ChangeLog @@ -1,6 +1,9 @@ # 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.7 2005/01/01 16:21:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.8 2005/04/21 20:22:40 blubb Exp $ + + 21 Apr 2005; Simon Stelling <blubb@gentoo.org> info2html-1.4.ebuild: + stable on amd64 21 Nov 2004; Karol Wojtaszek <sekretarz@gentoo.org> info2html-1.4.ebuild: Added to ~amd64, bug #71902 diff --git a/app-text/info2html/info2html-1.4.ebuild b/app-text/info2html/info2html-1.4.ebuild index 448429df9d96..af00dbecdfd2 100644 --- a/app-text/info2html/info2html-1.4.ebuild +++ b/app-text/info2html/info2html-1.4.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.ebuild,v 1.9 2005/01/01 16:21:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4.ebuild,v 1.10 2005/04/21 20:22:40 blubb 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" |