diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /gnustep-apps/gspdf | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'gnustep-apps/gspdf')
-rw-r--r-- | gnustep-apps/gspdf/Manifest | 2 | ||||
-rw-r--r-- | gnustep-apps/gspdf/gspdf-0.4.ebuild | 19 | ||||
-rw-r--r-- | gnustep-apps/gspdf/gspdf-0.5.ebuild | 20 | ||||
-rw-r--r-- | gnustep-apps/gspdf/metadata.xml | 6 |
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> |