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 69BB813835A for ; Sat, 23 Jan 2021 10:35:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BFE9E0BDF; Sat, 23 Jan 2021 10:35:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 63F98E0BDF for ; Sat, 23 Jan 2021 10:35:50 +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 3A179340DCC for ; Sat, 23 Jan 2021 10:35:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B41CD3A6 for ; Sat, 23 Jan 2021 10:35:46 +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: <1611398099.f0666007163f1333d927f89f8f62852ff7e67b52.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/pikopixel/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/pikopixel/Manifest gnustep-apps/pikopixel/pikopixel-1.0_beta10.ebuild X-VCS-Directories: gnustep-apps/pikopixel/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: f0666007163f1333d927f89f8f62852ff7e67b52 X-VCS-Branch: master Date: Sat, 23 Jan 2021 10:35:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 41db80c9-2709-4fcd-84e7-a862d6c485db X-Archives-Hash: 9cd2980735af8dc21cef8131a78065d0 commit: f0666007163f1333d927f89f8f62852ff7e67b52 Author: Bernard Cafarelli gentoo org> AuthorDate: Sat Jan 23 10:34:52 2021 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sat Jan 23 10:34:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0666007 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 gentoo.org> gnustep-apps/pikopixel/Manifest | 1 + gnustep-apps/pikopixel/pikopixel-1.0_beta10.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/gnustep-apps/pikopixel/Manifest b/gnustep-apps/pikopixel/Manifest index 0bb2edf1084..b30894d2cbf 100644 --- a/gnustep-apps/pikopixel/Manifest +++ b/gnustep-apps/pikopixel/Manifest @@ -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 diff --git a/gnustep-apps/pikopixel/pikopixel-1.0_beta10.ebuild b/gnustep-apps/pikopixel/pikopixel-1.0_beta10.ebuild new file mode 100644 index 00000000000..1606e061208 --- /dev/null +++ b/gnustep-apps/pikopixel/pikopixel-1.0_beta10.ebuild @@ -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}