diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-08-02 17:42:50 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-08-02 17:42:50 +0000 |
commit | 327dd6b08ea1bd8d6276878c1ab01c8f71d46be4 (patch) | |
tree | 5e894696c71af7c5ea5f3158c6958c0f1670a485 /app-text/texi2html/texi2html-1.64.ebuild | |
parent | Initial ebuild to support media-video/vls. (diff) | |
download | gentoo-2-327dd6b08ea1bd8d6276878c1ab01c8f71d46be4.tar.gz gentoo-2-327dd6b08ea1bd8d6276878c1ab01c8f71d46be4.tar.bz2 gentoo-2-327dd6b08ea1bd8d6276878c1ab01c8f71d46be4.zip |
Repoman fixes
Diffstat (limited to 'app-text/texi2html/texi2html-1.64.ebuild')
-rw-r--r-- | app-text/texi2html/texi2html-1.64.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/texi2html/texi2html-1.64.ebuild b/app-text/texi2html/texi2html-1.64.ebuild index 10f44c52ba52..2a19a69aa6d3 100644 --- a/app-text/texi2html/texi2html-1.64.ebuild +++ b/app-text/texi2html/texi2html-1.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64.ebuild,v 1.3 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.64.ebuild,v 1.4 2002/08/02 17:42:50 phoenix Exp $ S=${WORKDIR}/${P} @@ -9,6 +9,9 @@ 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/" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND="virtual/glibc >=sys-devel/perl-5.6.1" |