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 D17501396D0 for ; Wed, 6 Sep 2017 21:00:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E944E0EB7; Wed, 6 Sep 2017 21:00:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F055DE0EB7 for ; Wed, 6 Sep 2017 21:00:24 +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 B3833340806 for ; Wed, 6 Sep 2017 21:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AC3A8E37 for ; Wed, 6 Sep 2017 21:00:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1504731527.5d52a295d717ed81a3f15c42f373e0fefd5473fe.mgorny@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_beta7.ebuild gnustep-apps/pikopixel/pikopixel-1.0_beta8.ebuild X-VCS-Directories: gnustep-apps/pikopixel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5d52a295d717ed81a3f15c42f373e0fefd5473fe X-VCS-Branch: master Date: Wed, 6 Sep 2017 21:00:22 +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: f4e0dd5f-8710-47b6-8da2-161b4b97847c X-Archives-Hash: 67a875ebe0dc5602febd14a3a2aa7459 commit: 5d52a295d717ed81a3f15c42f373e0fefd5473fe Author: Francesco Turco fastmail fm> AuthorDate: Sun Sep 3 16:15:15 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 6 20:58:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d52a295 gnustep-apps/pikopixel: use HTTPS for links to dev.gentoo.org gnustep-apps/pikopixel/pikopixel-1.0_beta7.ebuild | 2 +- gnustep-apps/pikopixel/pikopixel-1.0_beta8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnustep-apps/pikopixel/pikopixel-1.0_beta7.ebuild b/gnustep-apps/pikopixel/pikopixel-1.0_beta7.ebuild index d77f3088dfc..128dac8c436 100644 --- a/gnustep-apps/pikopixel/pikopixel-1.0_beta7.ebuild +++ b/gnustep-apps/pikopixel/pikopixel-1.0_beta7.ebuild @@ -9,7 +9,7 @@ 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}.zip" -SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${MY_P}.zip" +SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.zip" LICENSE="AGPL-3" SLOT="0" diff --git a/gnustep-apps/pikopixel/pikopixel-1.0_beta8.ebuild b/gnustep-apps/pikopixel/pikopixel-1.0_beta8.ebuild index 1ce6099ee4e..4feb595a1d0 100644 --- a/gnustep-apps/pikopixel/pikopixel-1.0_beta8.ebuild +++ b/gnustep-apps/pikopixel/pikopixel-1.0_beta8.ebuild @@ -9,7 +9,7 @@ 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="http://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz" LICENSE="AGPL-3+" SLOT="0"