From b29546e2a905f75eecb6894952f07bc581575312 Mon Sep 17 00:00:00 2001 From: Mike Gardiner Date: Mon, 26 Apr 2004 12:27:10 +0000 Subject: Marked stable on x86 --- app-text/texi2html/ChangeLog | 6 +++++- app-text/texi2html/texi2html-1.64-r1.ebuild | 11 ++++------- app-text/texi2html/texi2html-1.64.ebuild | 12 +++++------- 3 files changed, 14 insertions(+), 15 deletions(-) (limited to 'app-text/texi2html') diff --git a/app-text/texi2html/ChangeLog b/app-text/texi2html/ChangeLog index 10483abc4a02..8c9c04bf356e 100644 --- a/app-text/texi2html/ChangeLog +++ b/app-text/texi2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texi2html # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.11 2004/02/17 21:24:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.12 2004/04/26 12:27:10 obz Exp $ + + 26 Apr 2004; Mike Gardiner texi2html-1.64-r1.ebuild, + texi2html-1.64.ebuild: + Marked stable on x86 17 Feb 2004; Aron Griffis texi2html-1.64-r1.ebuild: stable on alpha and ia64 diff --git a/app-text/texi2html/texi2html-1.64-r1.ebuild b/app-text/texi2html/texi2html-1.64-r1.ebuild index 1bc9a185b0f4..8dbfafa0a4f7 100644 --- a/app-text/texi2html/texi2html-1.64-r1.ebuild +++ b/app-text/texi2html/texi2html-1.64-r1.ebuild @@ -1,24 +1,21 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64-r1.ebuild,v 1.2 2004/02/17 21:24:50 agriffis Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64-r1.ebuild,v 1.3 2004/04/26 12:27:10 obz Exp $ inherit alternatives DESCRIPTION="Perl script that converts Texinfo to HTML" HOMEPAGE="http://www.mathematik.uni-kl.de/~obachman/Texi2html/" SRC_URI="http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/${P}.tar.gz" +LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa ~amd64 ia64" +KEYWORDS="x86 ~ppc ~sparc alpha ~hppa ~amd64 ia64" SLOT="0" -LICENSE="GPL-2" +IUSE="" DEPEND="virtual/glibc >=dev-lang/perl-5.6.1" -S=${WORKDIR}/${P} - src_compile() { econf --program-suffix=-${PV} || die "Configuration Failed" diff --git a/app-text/texi2html/texi2html-1.64.ebuild b/app-text/texi2html/texi2html-1.64.ebuild index e42191e703e5..cfe88cb22929 100644 --- a/app-text/texi2html/texi2html-1.64.ebuild +++ b/app-text/texi2html/texi2html-1.64.ebuild @@ -1,17 +1,15 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64.ebuild,v 1.15 2003/09/05 22:37:22 msterret Exp $ - -S=${WORKDIR}/${P} +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64.ebuild,v 1.16 2004/04/26 12:27:10 obz Exp $ DESCRIPTION="Perl script that converts Texinfo to HTML" - SRC_URI="http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/${P}.tar.gz" - HOMEPAGE="http://www.mathematik.uni-kl.de/~obachman/Texi2html/" +LICENSE="GPL-2" + KEYWORDS="x86 ppc sparc alpha hppa amd64" SLOT="0" -LICENSE="GPL-2" +IUSE="" DEPEND="virtual/glibc >=dev-lang/perl-5.6.1" -- cgit v1.2.3-65-gdbad