summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2005-03-30 16:45:41 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2005-03-30 16:45:41 +0000
commit46e0e384c92f064849ef7e41cfa8cbbde01ecdc2 (patch)
tree9102fc2af3facd049a0308ddc9f155eb9ff6afd4 /gnustep-apps
parentStable on ppc. (diff)
downloadgentoo-2-46e0e384c92f064849ef7e41cfa8cbbde01ecdc2.tar.gz
gentoo-2-46e0e384c92f064849ef7e41cfa8cbbde01ecdc2.tar.bz2
gentoo-2-46e0e384c92f064849ef7e41cfa8cbbde01ecdc2.zip
Original package import
(Portage version: 2.0.51.19)
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/price/ChangeLog10
-rw-r--r--gnustep-apps/price/Manifest4
-rw-r--r--gnustep-apps/price/files/digest-price-0.51
-rw-r--r--gnustep-apps/price/metadata.xml11
-rw-r--r--gnustep-apps/price/price-0.5.ebuild21
5 files changed, 47 insertions, 0 deletions
diff --git a/gnustep-apps/price/ChangeLog b/gnustep-apps/price/ChangeLog
new file mode 100644
index 000000000000..0d5b3aa3e439
--- /dev/null
+++ b/gnustep-apps/price/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for gnustep-apps/price
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/price/ChangeLog,v 1.1 2005/03/30 16:45:41 fafhrd Exp $
+
+*price-0.5 (24 Mar 2005)
+
+ 24 Mar 2005; Armando Di Cianno <fafhrd@gentoo.org> +metadata.xml,
+ +price-0.5.ebuild:
+ Original package import
+
diff --git a/gnustep-apps/price/Manifest b/gnustep-apps/price/Manifest
new file mode 100644
index 000000000000..081b4d4e7f8e
--- /dev/null
+++ b/gnustep-apps/price/Manifest
@@ -0,0 +1,4 @@
+MD5 f1aaa57ac069bf0fb5a51efd99510516 metadata.xml 590
+MD5 1848125a544c4cce35b2b0d5ce4a48e0 price-0.5.ebuild 458
+MD5 f58dde42837d9ba2afcf983e2446c0e8 ChangeLog 261
+MD5 8508a85f5521178c49bfdca4f9715026 files/digest-price-0.5 63
diff --git a/gnustep-apps/price/files/digest-price-0.5 b/gnustep-apps/price/files/digest-price-0.5
new file mode 100644
index 000000000000..ff234d2022a7
--- /dev/null
+++ b/gnustep-apps/price/files/digest-price-0.5
@@ -0,0 +1 @@
+MD5 1de2d4278a355a930819c5fe1db7ab90 PRICE-gs-0.5.tar.gz 75581
diff --git a/gnustep-apps/price/metadata.xml b/gnustep-apps/price/metadata.xml
new file mode 100644
index 000000000000..5f8c1c621abd
--- /dev/null
+++ b/gnustep-apps/price/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>
+PRICE, which stands for Precision Raster Image Convolution Engine, aims to be a high quality Image filtering, enhancing and manipulation program. It is written in Objective-C and AppKit, so being designed for Cocoa and GNUstep, it should be portable to OpenSTEP (I hope so, currently I don't have the computers to do the porting).
+</longdescription>
+</pkgmetadata>
diff --git a/gnustep-apps/price/price-0.5.ebuild b/gnustep-apps/price/price-0.5.ebuild
new file mode 100644
index 000000000000..fceb686462ce
--- /dev/null
+++ b/gnustep-apps/price/price-0.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/price/price-0.5.ebuild,v 1.1 2005/03/30 16:45:41 fafhrd Exp $
+
+inherit gnustep
+
+S=${WORKDIR}/PRICE-gs-pc4
+
+DESCRIPTION="Precision Raster Image Convolution Engine"
+HOMEPAGE="http://price.sourceforge.net/"
+SRC_URI="mirror://sourceforge/price/PRICE-gs-${PV}.tar.gz"
+KEYWORDS="~ppc"
+SLOT="0"
+LICENSE="GPL-2"
+
+IUSE="${IUSE}"
+DEPEND="${GS_DEPEND}"
+RDEPEND="${GS_RDEPEND}"
+
+egnustep_install_domain "Local"
+