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 6DE81139694 for ; Sun, 30 Jul 2017 09:38:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A960C1FC2A1; Sun, 30 Jul 2017 09:38:17 +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 6F0E51FC29E for ; Sun, 30 Jul 2017 09:38:17 +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 A168B341A47 for ; Sun, 30 Jul 2017 09:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D707C74D4 for ; Sun, 30 Jul 2017 09:38:12 +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: <1501407482.f3de90ad225142a483dda92c75c55ef2c08487f1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-2.2.4.ebuild media-gfx/darktable/darktable-2.2.5.ebuild media-gfx/darktable/darktable-9999.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f3de90ad225142a483dda92c75c55ef2c08487f1 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:38:12 +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: 3e4878e0-adcb-4baa-ab9a-7a781f62abfa X-Archives-Hash: 52ce4173dc2b2c90c25a34e80bd64dc8 commit: f3de90ad225142a483dda92c75c55ef2c08487f1 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 16:27:19 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:38:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3de90ad media-gfx/darktable: use HTTPS for GitHub and HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.3 media-gfx/darktable/darktable-2.2.4.ebuild | 2 +- media-gfx/darktable/darktable-2.2.5.ebuild | 2 +- media-gfx/darktable/darktable-9999.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/darktable/darktable-2.2.4.ebuild b/media-gfx/darktable/darktable-2.2.4.ebuild index fb0fe222ff1..6c47755767e 100644 --- a/media-gfx/darktable/darktable-2.2.4.ebuild +++ b/media-gfx/darktable/darktable-2.2.4.ebuild @@ -10,7 +10,7 @@ MY_PV="${PV/_/}" MY_P="${P/_/.}" DESCRIPTION="A virtual lighttable and darkroom for photographers" -HOMEPAGE="http://www.darktable.org/" +HOMEPAGE="https://www.darktable.org/" SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${MY_PV}/${MY_P}.tar.xz doc? ( https://github.com/darktable-org/${PN}/releases/download/release-${DOC_PV}/${PN}-usermanual.pdf -> ${PN}-usermanual-${DOC_PV}.pdf )" diff --git a/media-gfx/darktable/darktable-2.2.5.ebuild b/media-gfx/darktable/darktable-2.2.5.ebuild index ce3aaad04ef..0cbe1a38708 100644 --- a/media-gfx/darktable/darktable-2.2.5.ebuild +++ b/media-gfx/darktable/darktable-2.2.5.ebuild @@ -10,7 +10,7 @@ MY_PV="${PV/_/}" MY_P="${P/_/.}" DESCRIPTION="A virtual lighttable and darkroom for photographers" -HOMEPAGE="http://www.darktable.org/" +HOMEPAGE="https://www.darktable.org/" SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${MY_PV}/${MY_P}.tar.xz doc? ( https://github.com/darktable-org/${PN}/releases/download/release-${DOC_PV}/${PN}-usermanual.pdf -> ${PN}-usermanual-${DOC_PV}.pdf )" diff --git a/media-gfx/darktable/darktable-9999.ebuild b/media-gfx/darktable/darktable-9999.ebuild index 245e18c4c66..295cc2e5bad 100644 --- a/media-gfx/darktable/darktable-9999.ebuild +++ b/media-gfx/darktable/darktable-9999.ebuild @@ -5,10 +5,10 @@ EAPI=6 inherit cmake-utils flag-o-matic toolchain-funcs gnome2-utils fdo-mime git-r3 pax-utils eutils versionator -EGIT_REPO_URI="git://github.com/darktable-org/darktable.git" +EGIT_REPO_URI="https://github.com/darktable-org/${PN}.git" DESCRIPTION="A virtual lighttable and darkroom for photographers" -HOMEPAGE="http://www.darktable.org/" +HOMEPAGE="https://www.darktable.org/" LICENSE="GPL-3 CC-BY-3.0" SLOT="0"