diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-30 16:45:41 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-30 16:45:41 +0000 |
commit | 696876a975008cc9ce8f2d5568ddb6fefc1d9181 (patch) | |
tree | 6e8ea09feb4935fa9f2a11263e1baea111f540bd /gnustep-apps/price | |
parent | Stable on ppc. (diff) | |
download | historical-696876a975008cc9ce8f2d5568ddb6fefc1d9181.tar.gz historical-696876a975008cc9ce8f2d5568ddb6fefc1d9181.tar.bz2 historical-696876a975008cc9ce8f2d5568ddb6fefc1d9181.zip |
Original package import
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'gnustep-apps/price')
-rw-r--r-- | gnustep-apps/price/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-apps/price/Manifest | 4 | ||||
-rw-r--r-- | gnustep-apps/price/files/digest-price-0.5 | 1 | ||||
-rw-r--r-- | gnustep-apps/price/metadata.xml | 11 | ||||
-rw-r--r-- | gnustep-apps/price/price-0.5.ebuild | 21 |
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..4cca74cfd86d --- /dev/null +++ b/gnustep-apps/price/Manifest @@ -0,0 +1,4 @@ +MD5 f1aaa57ac069bf0fb5a51efd99510516 metadata.xml 590 +MD5 4a406294b28c96906675054184db95ed price-0.5.ebuild 555 +MD5 40bd20fe3e9f81103088f8ee4144c230 ChangeLog 351 +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" + |