diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-07-16 04:01:26 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-07-16 04:01:26 +0000 |
commit | 292632acc4750e41de86df906d52e2b6a73cfed2 (patch) | |
tree | 3903ee721e206573199202735f6f3e7287215e53 /app-text/latex2html | |
parent | Fixes compile error. #4912. Thanks to Roman Weber (diff) | |
download | gentoo-2-292632acc4750e41de86df906d52e2b6a73cfed2.tar.gz gentoo-2-292632acc4750e41de86df906d52e2b6a73cfed2.tar.bz2 gentoo-2-292632acc4750e41de86df906d52e2b6a73cfed2.zip |
Added KEYWORDS
Diffstat (limited to 'app-text/latex2html')
-rw-r--r-- | app-text/latex2html/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/latex2html/latex2html-2000.1b.ebuild | 4 | ||||
-rw-r--r-- | app-text/latex2html/latex2html-2002.1.ebuild | 1 | ||||
-rw-r--r-- | app-text/latex2html/latex2html-2002.ebuild | 4 |
4 files changed, 10 insertions, 5 deletions
diff --git a/app-text/latex2html/ChangeLog b/app-text/latex2html/ChangeLog index 480a9890c964..f5c0323a7583 100644 --- a/app-text/latex2html/ChangeLog +++ b/app-text/latex2html/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-text/latex2html # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/ChangeLog,v 1.3 2002/06/18 22:01:49 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/ChangeLog,v 1.4 2002/07/16 03:57:21 owen Exp $ *latex2html-2002.1 (18 Jun 2002) + 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : + + Added KEYWORDS. + 18 Jun 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : New version (2002-1). Also fixes #3437 (fail on missing /usr/share/latex2html diff --git a/app-text/latex2html/latex2html-2000.1b.ebuild b/app-text/latex2html/latex2html-2000.1b.ebuild index 8c6982de2bb6..74f20d4d4966 100644 --- a/app-text/latex2html/latex2html-2000.1b.ebuild +++ b/app-text/latex2html/latex2html-2000.1b.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra <tadpol@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/latex2html-2000.1b.ebuild,v 1.4 2002/04/27 09:22:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/latex2html-2000.1b.ebuild,v 1.5 2002/07/16 03:57:21 owen Exp $ #darn weird naming... MY_P=${PN}-2K.1beta @@ -11,7 +11,7 @@ SRC_URI="http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/${MY_P}.tar.gz" HOMEPAGE="http://www.latex2html.org" DEPEND="virtual/glibc" - +KEYWORDS="x86 ppc" RDEPEND="sys-devel/perl app-text/ghostscript media-libs/netpbm diff --git a/app-text/latex2html/latex2html-2002.1.ebuild b/app-text/latex2html/latex2html-2002.1.ebuild index 3708e38db1da..3a3ad9ee2820 100644 --- a/app-text/latex2html/latex2html-2002.1.ebuild +++ b/app-text/latex2html/latex2html-2002.1.ebuild @@ -10,6 +10,7 @@ SRC_URI="http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/${P}.tar.gz" HOMEPAGE="http://www.latex2html.org" DEPEND="virtual/glibc" +KEYWORDS="x86 ppc" RDEPEND="app-text/ghostscript app-text/tetex diff --git a/app-text/latex2html/latex2html-2002.ebuild b/app-text/latex2html/latex2html-2002.ebuild index 5154801abaed..f9bf38e1924b 100644 --- a/app-text/latex2html/latex2html-2002.ebuild +++ b/app-text/latex2html/latex2html-2002.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra <tadpol@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/latex2html-2002.ebuild,v 1.1 2002/04/27 09:22:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/latex2html-2002.ebuild,v 1.2 2002/07/16 03:57:21 owen Exp $ S=${WORKDIR}/${P} DESCRIPTION="LATEX2HTML is a convertor written in Perl that converts LATEX documents to HTML." SRC_URI="http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/${P}.tar.gz" HOMEPAGE="http://www.latex2html.org" - +KEYWORDS="x86 ppc" DEPEND="virtual/glibc" RDEPEND="app-text/ghostscript |