summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2004-04-26 11:55:56 +0000
committerMike Gardiner <obz@gentoo.org>2004-04-26 11:55:56 +0000
commit98ff1ce970c20ecbf604ce13d027c004afbe7365 (patch)
tree22d30889c17222e491a7f908c0f63ba0b262a855 /app-text/pdf2html
parentMarked stable on x86 (diff)
downloadhistorical-98ff1ce970c20ecbf604ce13d027c004afbe7365.tar.gz
historical-98ff1ce970c20ecbf604ce13d027c004afbe7365.tar.bz2
historical-98ff1ce970c20ecbf604ce13d027c004afbe7365.zip
Fixed missing IUSE
Diffstat (limited to 'app-text/pdf2html')
-rw-r--r--app-text/pdf2html/pdf2html-1.4.ebuild9
1 files changed, 5 insertions, 4 deletions
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