diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-04-26 11:55:56 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-04-26 11:55:56 +0000 |
commit | 98ff1ce970c20ecbf604ce13d027c004afbe7365 (patch) | |
tree | 22d30889c17222e491a7f908c0f63ba0b262a855 /app-text | |
parent | Marked stable on x86 (diff) | |
download | historical-98ff1ce970c20ecbf604ce13d027c004afbe7365.tar.gz historical-98ff1ce970c20ecbf604ce13d027c004afbe7365.tar.bz2 historical-98ff1ce970c20ecbf604ce13d027c004afbe7365.zip |
Fixed missing IUSE
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/noweb/noweb-2.9-r3.ebuild | 9 | ||||
-rw-r--r-- | app-text/pdf2html/pdf2html-1.4.ebuild | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/app-text/noweb/noweb-2.9-r3.ebuild b/app-text/noweb/noweb-2.9-r3.ebuild index 3e6cbb9f9d74..c734373a6812 100644 --- a/app-text/noweb/noweb-2.9-r3.ebuild +++ b/app-text/noweb/noweb-2.9-r3.ebuild @@ -1,23 +1,24 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/noweb-2.9-r3.ebuild,v 1.7 2004/02/09 08:33:16 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/noweb-2.9-r3.ebuild,v 1.8 2004/04/26 11:53:43 obz Exp $ inherit eutils S=${WORKDIR}/src #SRC_URI="ftp://ftp.dante.de/tex-archive/web/noweb/src.tar.gz" SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/noweb-src-${PV}.tar.gz" - HOMEPAGE="http://www.eecs.harvard.edu/~nr/noweb/" -SLOT="0" LICENSE="freedist" DESCRIPTION="a literate programming tool, lighter than web" +SLOT="0" +IUSE="" +KEYWORDS="x86 ppc sparc alpha amd64" + DEPEND="sys-devel/gcc virtual/tetex sys-apps/gawk sys-apps/debianutils" -KEYWORDS="x86 ppc sparc alpha amd64" src_unpack() { diff --git a/app-text/pdf2html/pdf2html-1.4.ebuild b/app-text/pdf2html/pdf2html-1.4.ebuild index e36b021ebcd6..07e89c733682 100644 --- a/app-text/pdf2html/pdf2html-1.4.ebuild +++ b/app-text/pdf2html/pdf2html-1.4.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.4 2004/03/22 16:16:25 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.5 2004/04/26 11:55:56 obz Exp $ inherit eutils -SLOT="0" - DESCRIPTION="Converts pdf files to html files" SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/pdf2html/${P}.tgz" HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/pdf2html/" +LICENSE="GPL-2" KEYWORDS="x86 ~alpha" -LICENSE="GPL-2" +IUSE="" +SLOT="0" + DEPEND=">=media-libs/libpng-1.2.5 virtual/ghostscript >=sys-libs/zlib-1.1.4 |