diff options
author | 2018-06-05 14:50:29 +0200 | |
---|---|---|
committer | 2018-06-05 14:50:42 +0200 | |
commit | 02861691211171883872406f565bb6b8094f5f74 (patch) | |
tree | 83022b9495aab68360d4bf2a80440f91d94298a0 /gnustep-apps/pikopixel/pikopixel-1.0_beta9-r3.ebuild | |
parent | sys-kernel/gentoo-sources: Linux patch 4.16.14 (diff) | |
download | gentoo-02861691211171883872406f565bb6b8094f5f74.tar.gz gentoo-02861691211171883872406f565bb6b8094f5f74.tar.bz2 gentoo-02861691211171883872406f565bb6b8094f5f74.zip |
gnustep-apps/pikopixel: revision bump to get beta9c version
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'gnustep-apps/pikopixel/pikopixel-1.0_beta9-r3.ebuild')
-rw-r--r-- | gnustep-apps/pikopixel/pikopixel-1.0_beta9-r3.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnustep-apps/pikopixel/pikopixel-1.0_beta9-r3.ebuild b/gnustep-apps/pikopixel/pikopixel-1.0_beta9-r3.ebuild new file mode 100644 index 000000000000..641e11e784ea --- /dev/null +++ b/gnustep-apps/pikopixel/pikopixel-1.0_beta9-r3.ebuild @@ -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}c +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} |