summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-09-19 19:09:58 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2023-09-19 22:48:50 +0200
commit66159b378931dfcd61893536554178db92471270 (patch)
treefd0ea9a6a2e3e8d8e501c0a150ab20994875881a /gnustep-apps
parentgnustep-apps/preview: EAPI8 bump, fix HOMEPAGE (diff)
downloadgentoo-66159b378931dfcd61893536554178db92471270.tar.gz
gentoo-66159b378931dfcd61893536554178db92471270.tar.bz2
gentoo-66159b378931dfcd61893536554178db92471270.zip
gnustep-apps/price: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/price/price-1.3.0-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnustep-apps/price/price-1.3.0-r1.ebuild b/gnustep-apps/price/price-1.3.0-r1.ebuild
new file mode 100644
index 000000000000..b09d961a57f6
--- /dev/null
+++ b/gnustep-apps/price/price-1.3.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnustep-2
+
+MY_P=PRICE-${PV}
+DESCRIPTION="Precision Raster Image Convolution Engine"
+HOMEPAGE="https://price.sourceforge.net/"
+SRC_URI="mirror://sourceforge/price/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+SLOT="0"
+LICENSE="GPL-2+"
+
+DEPEND=">=gnustep-base/gnustep-gui-0.13.0"
+RDEPEND="${DEPEND}"