summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-libs/pdfkit/pdfkit-0.8-r3.ebuild')
-rw-r--r--gnustep-libs/pdfkit/pdfkit-0.8-r3.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/gnustep-libs/pdfkit/pdfkit-0.8-r3.ebuild b/gnustep-libs/pdfkit/pdfkit-0.8-r3.ebuild
deleted file mode 100644
index a53a49f664a9..000000000000
--- a/gnustep-libs/pdfkit/pdfkit-0.8-r3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/pdfkit/pdfkit-0.8-r3.ebuild,v 1.3 2006/01/28 18:10:51 blubb Exp $
-
-inherit gnustep
-
-S=${WORKDIR}/${PN/pdfk/PDFK}
-
-DESCRIPTION="PDFKit is a framework that supports rendering of PDF content in GNUstep applications"
-HOMEPAGE="http://home.gna.org/gsimageapps/"
-SRC_URI="http://download.gna.org/gsimageapps/${P/pdfk/PDFK}.tar.bz2"
-LICENSE="GPL-2"
-KEYWORDS="~ppc ~x86"
-SLOT="0"
-
-IUSE=""
-DEPEND="${GS_DEPEND}
- !gnustep-libs/imagekits"
-RDEPEND="${GS_RDEPEND}
- !gnustep-libs/imagekits"
-
-egnustep_install_domain "System"
-
-src_unpack()
-{
- unpack ${A}
- cd ${S}
- ( cd xpdf/xpdf-3.00/xpdf; epatch ${FILESDIR}/xpdf-3.00-CESA-2004-007.diff )
- ( cd xpdf/xpdf-3.00/goo; epatch ${FILESDIR}/xpdf-goo-sizet.patch )
- ( cd xpdf/xpdf-3.00/xpdf; epatch ${FILESDIR}/xpdf-3.00pl2.patch )
-}