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 9DDA5138334 for ; Fri, 4 Jan 2019 13:02:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE527E09CA; Fri, 4 Jan 2019 13:02:36 +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 98FA3E09CA for ; Fri, 4 Jan 2019 13:02:36 +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 14BDF335CD9 for ; Fri, 4 Jan 2019 13:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF0064ED for ; Fri, 4 Jan 2019 13:02:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546606942.144205441119ced2e7feb55961018dbc7f6f42e3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/rawtherapee/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/rawtherapee/rawtherapee-5.5.ebuild X-VCS-Directories: media-gfx/rawtherapee/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 144205441119ced2e7feb55961018dbc7f6f42e3 X-VCS-Branch: master Date: Fri, 4 Jan 2019 13:02:32 +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: e625b313-1b22-4436-88fb-0510492da96d X-Archives-Hash: 1900f232b44eabca8b119b243b83cbd3 commit: 144205441119ced2e7feb55961018dbc7f6f42e3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 4 13:02:22 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 4 13:02:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14420544 media-gfx/rawtherapee: https Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-gfx/rawtherapee/rawtherapee-5.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/rawtherapee/rawtherapee-5.5.ebuild b/media-gfx/rawtherapee/rawtherapee-5.5.ebuild index 0a6873bf787..0994a1f97e0 100644 --- a/media-gfx/rawtherapee/rawtherapee-5.5.ebuild +++ b/media-gfx/rawtherapee/rawtherapee-5.5.ebuild @@ -7,8 +7,8 @@ inherit cmake-utils flag-o-matic gnome2-utils toolchain-funcs xdg-utils MY_P=${P/_rc/-rc} DESCRIPTION="A powerful cross-platform raw image processing program" -HOMEPAGE="http://www.rawtherapee.com/" -SRC_URI="http://rawtherapee.com/shared/source/${MY_P}.tar.xz" +HOMEPAGE="https://www.rawtherapee.com/" +SRC_URI="https://rawtherapee.com/shared/source/${MY_P}.tar.xz" LICENSE="GPL-3" SLOT="0"