summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/pdftohtml/pdftohtml-0.36-r1.ebuild')
-rw-r--r--app-text/pdftohtml/pdftohtml-0.36-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-text/pdftohtml/pdftohtml-0.36-r1.ebuild b/app-text/pdftohtml/pdftohtml-0.36-r1.ebuild
deleted file mode 100644
index 2b2c09742db7..000000000000
--- a/app-text/pdftohtml/pdftohtml-0.36-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/pdftohtml-0.36-r1.ebuild,v 1.3 2005/02/04 22:59:28 hansmi Exp $
-
-inherit eutils
-
-DESCRIPTION="pdftohtml is a utility which converts PDF files into HTML and XML formats"
-HOMEPAGE="http://pdftohtml.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc ppc ~amd64 ppc64"
-IUSE=""
-DEPEND="virtual/libc sys-devel/gcc"
-RDEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- EPATCH_OPTS="-d ${S}/xpdf -p0" epatch ${FILESDIR}/xpdf-CESA-2004-007-xpdf2-newer.diff
- EPATCH_OPTS="-d ${S} -p1" epatch ${FILESDIR}/xpdf-goo-sizet.patch
- EPATCH_OPTS="-d ${S} -p1" epatch ${FILESDIR}/xpdf2-underflow.patch
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dobin pdftohtml
- dodoc AUTHORS BUGS CHANGES COPYING README pdf2xml.dtd
-}