From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1752138334 for ; Mon, 15 Oct 2018 17:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D723E07D4; Mon, 15 Oct 2018 17:30:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BA38E07D4 for ; Mon, 15 Oct 2018 17:30:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 707BF335C5B for ; Mon, 15 Oct 2018 17:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D4B93D6 for ; Mon, 15 Oct 2018 17:29:57 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1539624573.cfb7d18f6714b7c56d5b3aaba016fe3ce80c6d38.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/pikopixel/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/pikopixel/pikopixel-1.0_beta9-r4.ebuild X-VCS-Directories: gnustep-apps/pikopixel/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: cfb7d18f6714b7c56d5b3aaba016fe3ce80c6d38 X-VCS-Branch: master Date: Mon, 15 Oct 2018 17:29:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dea05f69-a944-4bff-aca9-8948e682c8a2 X-Archives-Hash: 698ce98b39a5992399eb8f4b769fb0d8 commit: cfb7d18f6714b7c56d5b3aaba016fe3ce80c6d38 Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Oct 15 17:29:22 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Oct 15 17:29:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb7d18f gnustep-apps/pikopixel: revision bump to get beta9d version Signed-off-by: Bernard Cafarelli gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../pikopixel/pikopixel-1.0_beta9-r4.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnustep-apps/pikopixel/pikopixel-1.0_beta9-r4.ebuild b/gnustep-apps/pikopixel/pikopixel-1.0_beta9-r4.ebuild new file mode 100644 index 00000000000..08e8ec01360 --- /dev/null +++ b/gnustep-apps/pikopixel/pikopixel-1.0_beta9-r4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 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}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}