Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/pikopixel/
Date: Mon, 15 Oct 2018 17:30:02
Message-Id: 1539624573.cfb7d18f6714b7c56d5b3aaba016fe3ce80c6d38.voyageur@gentoo
1 commit: cfb7d18f6714b7c56d5b3aaba016fe3ce80c6d38
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 17:29:22 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 17:29:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb7d18f
7
8 gnustep-apps/pikopixel: revision bump to get beta9d version
9
10 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 .../pikopixel/pikopixel-1.0_beta9-r4.ebuild | 22 ++++++++++++++++++++++
14 1 file changed, 22 insertions(+)
15
16 diff --git a/gnustep-apps/pikopixel/pikopixel-1.0_beta9-r4.ebuild b/gnustep-apps/pikopixel/pikopixel-1.0_beta9-r4.ebuild
17 new file mode 100644
18 index 00000000000..08e8ec01360
19 --- /dev/null
20 +++ b/gnustep-apps/pikopixel/pikopixel-1.0_beta9-r4.ebuild
21 @@ -0,0 +1,22 @@
22 +# Copyright 1999-2018 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +inherit gnustep-2
27 +
28 +MY_P=${PN//p/P}.Sources.${PV/_beta/-b}c
29 +DESCRIPTION="a free application for drawing & editing pixel-art images"
30 +HOMEPAGE="http://twilightedge.com/mac/pikopixel/"
31 +# Web hosting wants a proper User-Agent
32 +#SRC_URI="http://twilightedge.com/downloads/${MY_P}.tar.gz"
33 +SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz"
34 +
35 +LICENSE="AGPL-3+"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE=""
39 +
40 +DEPEND=">=virtual/gnustep-back-0.25.0"
41 +RDEPEND="${DEPEND}"
42 +
43 +S=${WORKDIR}/${MY_P}/${PN//p/P}