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.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.ebuild')
-rw-r--r-- | app-text/texi2html/texi2html-1.64.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
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" |