diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2016-02-17 11:01:57 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2016-02-17 11:39:52 +0100 |
commit | 345619e3722d1a9cf3835721b7c2af5ac51dbf2a (patch) | |
tree | c0f54eae4a405b64ccd15656c2ccd94f7b606e6b /gnustep-apps/price/price-1.3.0.ebuild | |
parent | gnustep-base.eclass: add default in src_prepare (EAPI6) (diff) | |
download | gentoo-345619e3722d1a9cf3835721b7c2af5ac51dbf2a.tar.gz gentoo-345619e3722d1a9cf3835721b7c2af5ac51dbf2a.tar.bz2 gentoo-345619e3722d1a9cf3835721b7c2af5ac51dbf2a.zip |
gnustep-apps/price: version bump
Package-Manager: portage-2.2.27
Diffstat (limited to 'gnustep-apps/price/price-1.3.0.ebuild')
-rw-r--r-- | gnustep-apps/price/price-1.3.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnustep-apps/price/price-1.3.0.ebuild b/gnustep-apps/price/price-1.3.0.ebuild new file mode 100644 index 000000000000..f7558df79a94 --- /dev/null +++ b/gnustep-apps/price/price-1.3.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +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} |