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
commit07f327ab75b650a2d001b5d0a100fa1b2b2a1b36 (patch)
treeb7fef5bbd8dd4733381e3e5182a2a56f0e575669 /app-text/pdf2html/pdf2html-1.4.ebuild
parentMarked stable on x86 (Manifest recommit) (diff)
downloadgentoo-2-07f327ab75b650a2d001b5d0a100fa1b2b2a1b36.tar.gz
gentoo-2-07f327ab75b650a2d001b5d0a100fa1b2b2a1b36.tar.bz2
gentoo-2-07f327ab75b650a2d001b5d0a100fa1b2b2a1b36.zip
Fixed missing IUSE
Diffstat (limited to 'app-text/pdf2html/pdf2html-1.4.ebuild')
-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