forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: portage-2.2.27
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST PRICE-1.2.0.tar.gz 265584 SHA256 715dea82f69f2f7fa6ca46702b1c39646f1470c5f4aeaf0f88458816b8825fa2 SHA512 a8eca27c38afebd382d85ecb18003ad15ede16f7df057c3180cf0529473e884b0ddbfd143554407d07d10001d9a66621775be8d8db4a05febdfe430aa39f06b8 WHIRLPOOL c5745a850ab903e2d19da83266e69a89c60a6e90404d4249fee0f699a5cdf4c408196004511d3cc63a3f9ea1ef3d6a3a02f142695755fc4c3ace479c0f387dee | ||
DIST PRICE-1.3.0.tar.gz 275904 SHA256 464bca113731023b43949992456cfa054f2d0fa3e1c5e7b5ca399f3f6f0af49b SHA512 dd9530d4c953922a218847420052859cddf23db5513ed8e0e8215c06a5e8f877560bdd039e56e7f47c646d8d8456f335a336a696467b290b7e8376f6ffffd542 WHIRLPOOL 4c37ce3f80a5aa84ba1a40ad6dfb5d922b3fe5ef799c64d02f5978999cc7b8467e56cca05a7258b0204cb4a3b685521af1dabf1a76d5b4214c7de45888fc099b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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} |