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.
gnustep-apps/pikopixel: 1.0_beta9 bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6
- Loading branch information
Showing
2 changed files
with
23 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,2 +1,3 @@ | ||
DIST PikoPixel.Sources.1.0-b7.zip 944683 BLAKE2B 18fada4f29b34f22ac4b263de9cc8621e904ee2ebf0da8826e681960c93aa4b85d6841843a6f7f8650fc8147187b7ef30cbfa74375488feb86bf2bda901d8385 SHA512 e1f2d30dc7a07e0dab5e78a88568816475060d2aac1676782a5aed2fd6037b8e3284196050fb496c6d09bfe8f6445bc6c6c1eab1145679616f2cd68ad56b03aa | ||
DIST PikoPixel.Sources.1.0-b8.tar.gz 538896 BLAKE2B 0ee4a75f62f6e5b20910bebadc856a095f06c6006bfd4cba84b7beb91a3d71a6cd3114647be8f45860b28d5638d611de91293bb969ed694e261fa447d2882620 SHA512 a106dc3443fef8f569633722c837a876b609c9bec7edda8189c5b6a6388fc4edeeb5eedaa9d72e3a89d13a74dd57c86184983cc10d7b8075b7284b8814e96784 | ||
DIST PikoPixel.Sources.1.0-b9.tar.gz 553186 BLAKE2B a774b96a60855c93f78d2c545fb256e12c47fc144b0a514209a4c822a47821db6c40348d8a8a46481386e21848dd468a76fd76bfc33e6a605499b2acae38a773 SHA512 ad7120080d77a3d05f9d0ad19bccdc2853c97951ce3b96f5ec91eeee12ee8e7ea41209fd4d59203f28191098cb5225abfccb2f5b7824a1cbd3ce39029b197fc6 |
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,22 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
inherit gnustep-2 | ||
|
||
MY_P=${PN//p/P}.Sources.${PV/_beta/-b} | ||
DESCRIPTION="a free application for drawing & editing pixel-art images" | ||
HOMEPAGE="http://twilightedge.com/mac/pikopixel/" | ||
# Web hosting wants a proper User-Agent | ||
#SRC_URI="http://twilightedge.com/downloads/${MY_P}.tar.gz" | ||
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz" | ||
|
||
LICENSE="AGPL-3+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=">=virtual/gnustep-back-0.25.0" | ||
RDEPEND="${DEPEND}" | ||
|
||
S=${WORKDIR}/${MY_P}/${PN//p/P} |