summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/gspdf')
-rw-r--r--gnustep-apps/gspdf/Manifest2
-rw-r--r--gnustep-apps/gspdf/gspdf-0.4.ebuild19
-rw-r--r--gnustep-apps/gspdf/gspdf-0.5.ebuild20
-rw-r--r--gnustep-apps/gspdf/metadata.xml6
4 files changed, 47 insertions, 0 deletions
diff --git a/gnustep-apps/gspdf/Manifest b/gnustep-apps/gspdf/Manifest
new file mode 100644
index 000000000000..760b4d0870a6
--- /dev/null
+++ b/gnustep-apps/gspdf/Manifest
@@ -0,0 +1,2 @@
+DIST GSPdf-0.4.tar.gz 42251 RMD160 c152bc1ac549fd07b6448154908b4394a7dc0f5d SHA1 4e4d5aa339bb0709d13735be21a8c55ddd29cd45 SHA256 22b84a573c5ef9f7409dbc834d37e1052675b09ff90127584ebca3fee560a8d6
+DIST GSPdf-0.5.tar.gz 44357 RMD160 e499aa802904855175a9fda1e06fed133f91eafc SHA1 eb20296a151ddaeb716aee502bd58e7fef536f94 SHA256 b85e2184e90a46aa054d1bf6577fb19f0c3bd953f0e4ff1b8656528d0dfcf88b
diff --git a/gnustep-apps/gspdf/gspdf-0.4.ebuild b/gnustep-apps/gspdf/gspdf-0.4.ebuild
new file mode 100644
index 000000000000..0f3c13ffc082
--- /dev/null
+++ b/gnustep-apps/gspdf/gspdf-0.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit eutils gnustep-2
+
+MY_PN=GSPdf
+DESCRIPTION="Postscript and Pdf Viewer using GhostScript"
+HOMEPAGE="http://gap.nongnu.org/gspdf/index.html"
+SRC_URI="http://savannah.nongnu.org/download/gap/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="app-text/ghostscript-gpl"
+
+S=${WORKDIR}/${MY_PN}-${PV}
diff --git a/gnustep-apps/gspdf/gspdf-0.5.ebuild b/gnustep-apps/gspdf/gspdf-0.5.ebuild
new file mode 100644
index 000000000000..df421ee9ef53
--- /dev/null
+++ b/gnustep-apps/gspdf/gspdf-0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+inherit eutils gnustep-2
+
+MY_PN=GSPdf
+DESCRIPTION="Postscript and Pdf Viewer using GhostScript"
+HOMEPAGE="http://gap.nongnu.org/gspdf/index.html"
+SRC_URI="http://savannah.nongnu.org/download/gap/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="app-text/ghostscript-gpl"
+
+S=${WORKDIR}/${MY_PN}-${PV}
diff --git a/gnustep-apps/gspdf/metadata.xml b/gnustep-apps/gspdf/metadata.xml
new file mode 100644
index 000000000000..162f2643c270
--- /dev/null
+++ b/gnustep-apps/gspdf/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnustep</herd>
+ <longdescription>GSPdf is a Pdf and PostScript file viewer. It is based on GhostScript which it calls at runtime to rasterize the pages.</longdescription>
+</pkgmetadata>