gnustep-apps/pikopixel: 1.0 beta10 bump

Try to fetch source directly from download host

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli 2021-01-23 11:34:52 +01:00
parent a360bb5c38
commit f066600716
No known key found for this signature in database
GPG Key ID: 00F7AB331B0F097F
2 changed files with 21 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST PikoPixel.Sources.1.0-b10.tar.gz 664582 BLAKE2B 8b05fdda15511d7e03257748d1e99dc2d80ae0da7474423983b9eb309f1d03acc202492ef81467a6cd42a416cb2bbe57ef818b6e9144c127f32c093e3c3de26d SHA512 45f3d347fee628ffea469d29273bb9d9ba8946fd5c2cece3fd7bac2fbfc2971a1ae2424f45609ec0236e1479aaa0e31ad84b299ab08470f85fa04ef72ab18255
DIST PikoPixel.Sources.1.0-b9c.tar.gz 566871 BLAKE2B 23b1213dcf553db58b65e2e3e3ad950a7fa55f0ffa288da7c5784bf42b3cdf0d280cc433e03e072dda05b2fd4c818fac28d8ea5e4697b80a40fc583dfb885794 SHA512 0fe4657303be5876229231d45ef8ddf8e04636a5e0137acacecedc634fc5bf52c5bbe3a4c901460cfe629fb545796e7ebf8badd9b19a09f642a77e0d8d17fc85

View File

@ -0,0 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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/"
SRC_URI="http://twilightedge.com/downloads/${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}