diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-04-26 12:27:10 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-04-26 12:27:10 +0000 |
commit | b29546e2a905f75eecb6894952f07bc581575312 (patch) | |
tree | cee5ffd6a99c726afa0214bd85bf8b5e9053a17a /app-text/texi2html | |
parent | Remove accidental dependency on mozilla-launcher (until m-l is updated to wor... (diff) | |
download | gentoo-2-b29546e2a905f75eecb6894952f07bc581575312.tar.gz gentoo-2-b29546e2a905f75eecb6894952f07bc581575312.tar.bz2 gentoo-2-b29546e2a905f75eecb6894952f07bc581575312.zip |
Marked stable on x86
Diffstat (limited to 'app-text/texi2html')
-rw-r--r-- | app-text/texi2html/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.64-r1.ebuild | 11 | ||||
-rw-r--r-- | app-text/texi2html/texi2html-1.64.ebuild | 12 |
3 files changed, 14 insertions, 15 deletions
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 <obz@gentoo.org> texi2html-1.64-r1.ebuild, + texi2html-1.64.ebuild: + Marked stable on x86 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> 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" |