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 8DAFA1382C5 for ; Fri, 26 Jun 2020 08:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA021E08F0; Fri, 26 Jun 2020 08:28:12 +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 B2824E08F0 for ; Fri, 26 Jun 2020 08:28:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8618A34F11D for ; Fri, 26 Jun 2020 08:28:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FEFD2A4 for ; Fri, 26 Jun 2020 08:28:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1593160077.e2636325cf5df4dd39dd95ab793f3d635917c0da.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/azpainter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/azpainter/azpainter-2.1.6.ebuild X-VCS-Directories: media-gfx/azpainter/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e2636325cf5df4dd39dd95ab793f3d635917c0da X-VCS-Branch: master Date: Fri, 26 Jun 2020 08:28:09 +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: 403926d3-9e89-450e-ac37-fcf21a68814a X-Archives-Hash: 6890fbe3247a21e77ef5d9d7a7e325ad commit: e2636325cf5df4dd39dd95ab793f3d635917c0da Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Jun 26 08:27:57 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Jun 26 08:27:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2636325 media-gfx/azpainter: fix dead link Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> media-gfx/azpainter/azpainter-2.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/azpainter/azpainter-2.1.6.ebuild b/media-gfx/azpainter/azpainter-2.1.6.ebuild index 1176940..9ce319e 100644 --- a/media-gfx/azpainter/azpainter-2.1.6.ebuild +++ b/media-gfx/azpainter/azpainter-2.1.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="Full color painting software for Linux for illustration drawing" -HOMEPAGE="http://azsky2.html.xdomain.jp/linux/azpainter.html https://github.com/Symbian9/azpainter" +HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html https://github.com/Symbian9/azpainter" SRC_URI="https://github.com/Symbian9/azpainter/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-3" 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 4E2CA1382C5 for ; Fri, 26 Jun 2020 08:28:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86BA4E08E2; Fri, 26 Jun 2020 08:28:05 +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 6D9D8E08E2 for ; Fri, 26 Jun 2020 08:28:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2832334F11D for ; Fri, 26 Jun 2020 08:28:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C452C2A4 for ; Fri, 26 Jun 2020 08:28:02 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1593160077.e2636325cf5df4dd39dd95ab793f3d635917c0da.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/azpainter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/azpainter/azpainter-2.1.6.ebuild X-VCS-Directories: media-gfx/azpainter/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e2636325cf5df4dd39dd95ab793f3d635917c0da X-VCS-Branch: dev Date: Fri, 26 Jun 2020 08:28:02 +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: 190f1205-d664-4ec8-adeb-a1b95caf36fc X-Archives-Hash: aa25e3f0456f0c70b093f838d1ced3ed Message-ID: <20200626082802.vox2-h-InvaGKSfN7omPSEoJXH4aG4mtQoAGprIgqE0@z> commit: e2636325cf5df4dd39dd95ab793f3d635917c0da Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Jun 26 08:27:57 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Jun 26 08:27:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2636325 media-gfx/azpainter: fix dead link Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> media-gfx/azpainter/azpainter-2.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/azpainter/azpainter-2.1.6.ebuild b/media-gfx/azpainter/azpainter-2.1.6.ebuild index 1176940..9ce319e 100644 --- a/media-gfx/azpainter/azpainter-2.1.6.ebuild +++ b/media-gfx/azpainter/azpainter-2.1.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="Full color painting software for Linux for illustration drawing" -HOMEPAGE="http://azsky2.html.xdomain.jp/linux/azpainter.html https://github.com/Symbian9/azpainter" +HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html https://github.com/Symbian9/azpainter" SRC_URI="https://github.com/Symbian9/azpainter/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-3"