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 | 62b256ae5163eb3ab465e4ffb3e46426cc800d77 (patch) | |
tree | 443f15d6904d8e01b79576b680da58ae0fa0df5d /app-text/texi2html/texi2html-1.64-r1.ebuild | |
parent | Remove accidental dependency on mozilla-launcher (until m-l is updated to wor... (diff) | |
download | historical-62b256ae5163eb3ab465e4ffb3e46426cc800d77.tar.gz historical-62b256ae5163eb3ab465e4ffb3e46426cc800d77.tar.bz2 historical-62b256ae5163eb3ab465e4ffb3e46426cc800d77.zip |
Marked stable on x86
Diffstat (limited to 'app-text/texi2html/texi2html-1.64-r1.ebuild')
-rw-r--r-- | app-text/texi2html/texi2html-1.64-r1.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
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" |