diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /gnustep-apps/price | |
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/price')
-rw-r--r-- | gnustep-apps/price/Manifest | 2 | ||||
-rw-r--r-- | gnustep-apps/price/files/price-1.0.0-PRCustTraceEdges_include.patch | 20 | ||||
-rw-r--r-- | gnustep-apps/price/metadata.xml | 11 | ||||
-rw-r--r-- | gnustep-apps/price/price-1.1.0.ebuild | 20 | ||||
-rw-r--r-- | gnustep-apps/price/price-1.2.0.ebuild | 20 |
5 files changed, 73 insertions, 0 deletions
diff --git a/gnustep-apps/price/Manifest b/gnustep-apps/price/Manifest new file mode 100644 index 000000000000..ef8155940ff1 --- /dev/null +++ b/gnustep-apps/price/Manifest @@ -0,0 +1,2 @@ +DIST PRICE-1.1.0.tar.gz 253467 SHA256 01df4bfaa686bbaa01d8b5b23a14e9a53709a19fa2df448122850fd076111c9e +DIST PRICE-1.2.0.tar.gz 265584 SHA256 715dea82f69f2f7fa6ca46702b1c39646f1470c5f4aeaf0f88458816b8825fa2 SHA512 a8eca27c38afebd382d85ecb18003ad15ede16f7df057c3180cf0529473e884b0ddbfd143554407d07d10001d9a66621775be8d8db4a05febdfe430aa39f06b8 WHIRLPOOL c5745a850ab903e2d19da83266e69a89c60a6e90404d4249fee0f699a5cdf4c408196004511d3cc63a3f9ea1ef3d6a3a02f142695755fc4c3ace479c0f387dee diff --git a/gnustep-apps/price/files/price-1.0.0-PRCustTraceEdges_include.patch b/gnustep-apps/price/files/price-1.0.0-PRCustTraceEdges_include.patch new file mode 100644 index 000000000000..d071192ac892 --- /dev/null +++ b/gnustep-apps/price/files/price-1.0.0-PRCustTraceEdges_include.patch @@ -0,0 +1,20 @@ +--- PRCustTraceEdges.h 2008/08/21 21:31:07 1.9 ++++ PRCustTraceEdges.h 2011/04/06 12:59:03 1.10 +@@ -3,7 +3,7 @@ + // PRICE + // + // Created by Riccardo Mottola on Fri Mar 19 2004. +-// Copyright (c) 2004 Carduus. All rights reserved. ++// Copyright (c) 2004-2011 Carduus. All rights reserved. + // + // This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + // This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +@@ -11,7 +11,7 @@ + #import <AppKit/AppKit.h> + #import "PRProgressAction.h" + #import "PRImage.h" +- ++#import "PRMedian.h" + + @interface PRCustTraceEdges : PRProgressAction + { diff --git a/gnustep-apps/price/metadata.xml b/gnustep-apps/price/metadata.xml new file mode 100644 index 000000000000..6b14c2957bdd --- /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> + <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> + <upstream> + <remote-id type="sourceforge">price</remote-id> + </upstream> +</pkgmetadata> diff --git a/gnustep-apps/price/price-1.1.0.ebuild b/gnustep-apps/price/price-1.1.0.ebuild new file mode 100644 index 000000000000..f461617d3bbc --- /dev/null +++ b/gnustep-apps/price/price-1.1.0.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 gnustep-2 + +MY_P=PRICE-${PV} +DESCRIPTION="Precision Raster Image Convolution Engine" +HOMEPAGE="http://price.sourceforge.net/" +SRC_URI="mirror://sourceforge/price/${MY_P}.tar.gz" +KEYWORDS="amd64 ~ppc x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND=">=gnustep-base/gnustep-gui-0.13.0" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} diff --git a/gnustep-apps/price/price-1.2.0.ebuild b/gnustep-apps/price/price-1.2.0.ebuild new file mode 100644 index 000000000000..90abcc1b0222 --- /dev/null +++ b/gnustep-apps/price/price-1.2.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit gnustep-2 + +MY_P=PRICE-${PV} +DESCRIPTION="Precision Raster Image Convolution Engine" +HOMEPAGE="http://price.sourceforge.net/" +SRC_URI="mirror://sourceforge/price/${MY_P}.tar.gz" +KEYWORDS="amd64 ~ppc x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND=">=gnustep-base/gnustep-gui-0.13.0" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} |