diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-10-22 05:18:11 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-10-22 05:18:11 +0000 |
commit | f6017c3289507071d15efb0d5a8e0fa9cc022e66 (patch) | |
tree | 141b1b7de9d4f8f2d3414b5ac61596dd25f2394a /gnustep-libs/pdfkit | |
parent | Added a check for livecd firmware tarball on disk. (diff) | |
download | historical-f6017c3289507071d15efb0d5a8e0fa9cc022e66.tar.gz historical-f6017c3289507071d15efb0d5a8e0fa9cc022e66.tar.bz2 historical-f6017c3289507071d15efb0d5a8e0fa9cc022e66.zip |
Added pdkit package; new gworkspace ebuild depends on pdfkit instead of imagekits; keyworded for ~ppc.
Diffstat (limited to 'gnustep-libs/pdfkit')
-rw-r--r-- | gnustep-libs/pdfkit/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-libs/pdfkit/Manifest | 2 | ||||
-rw-r--r-- | gnustep-libs/pdfkit/files/digest-pdfkit-0.8 | 1 | ||||
-rw-r--r-- | gnustep-libs/pdfkit/metadata.xml | 11 | ||||
-rw-r--r-- | gnustep-libs/pdfkit/pdfkit-0.8.ebuild | 21 |
5 files changed, 45 insertions, 0 deletions
diff --git a/gnustep-libs/pdfkit/ChangeLog b/gnustep-libs/pdfkit/ChangeLog new file mode 100644 index 000000000000..3d2703e570fa --- /dev/null +++ b/gnustep-libs/pdfkit/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for gnustep-libs/pdfkit +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/pdfkit/ChangeLog,v 1.1 2004/10/22 05:18:11 fafhrd Exp $ + +*pdfkit-0.8 (21 Oct 2004) + + 21 Oct 2004; Armando Di Cianno <fafhrd@gentoo.org> +metadata.xml, + +pdfkit-0.8.ebuild: + New package; keyworded for ~ppc. + diff --git a/gnustep-libs/pdfkit/Manifest b/gnustep-libs/pdfkit/Manifest new file mode 100644 index 000000000000..4780f6d3d6e6 --- /dev/null +++ b/gnustep-libs/pdfkit/Manifest @@ -0,0 +1,2 @@ +MD5 cf486c23aa61e1a44c91f00ab8ac406c pdfkit-0.8.ebuild 484 +MD5 41964a8057a8059f88f443baffe84f44 files/digest-pdfkit-0.8 64 diff --git a/gnustep-libs/pdfkit/files/digest-pdfkit-0.8 b/gnustep-libs/pdfkit/files/digest-pdfkit-0.8 new file mode 100644 index 000000000000..2256fc733979 --- /dev/null +++ b/gnustep-libs/pdfkit/files/digest-pdfkit-0.8 @@ -0,0 +1 @@ +MD5 75a0a437f2e9aa82ecf2189a67a67b35 PDFKit-0.8.tar.bz2 1735057 diff --git a/gnustep-libs/pdfkit/metadata.xml b/gnustep-libs/pdfkit/metadata.xml new file mode 100644 index 000000000000..436211bf4c70 --- /dev/null +++ b/gnustep-libs/pdfkit/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnustep</herd> +<maintainer> + <email>fafhrd@gentoo.org</email> +</maintainer> +<longdescription> +PDFKit is a framework that supports rendering of PDF content in GNUstep applications. +</longdescription> +</pkgmetadata> diff --git a/gnustep-libs/pdfkit/pdfkit-0.8.ebuild b/gnustep-libs/pdfkit/pdfkit-0.8.ebuild new file mode 100644 index 000000000000..3e11ba0c32a9 --- /dev/null +++ b/gnustep-libs/pdfkit/pdfkit-0.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/pdfkit/pdfkit-0.8.ebuild,v 1.1 2004/10/22 05:18:11 fafhrd 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" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND} + !gnustep-libs/imagekits" +RDEPEND="${GS_RDEPEND} + !gnustep-libs/imagekits" + |