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 5E8611396D0 for ; Fri, 18 Aug 2017 15:24:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4FFFE0E1A; Fri, 18 Aug 2017 15:24:16 +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 8E2B9E0E0F for ; Fri, 18 Aug 2017 15:24:16 +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 A739A341953 for ; Fri, 18 Aug 2017 15:24:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C4E87A27 for ; Fri, 18 Aug 2017 15:24:14 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1503069844.1b1735423397262a82d1fb5df2ab122dc6e6b964.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qimageblitz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild X-VCS-Directories: media-libs/qimageblitz/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1b1735423397262a82d1fb5df2ab122dc6e6b964 X-VCS-Branch: master Date: Fri, 18 Aug 2017 15:24:14 +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: beb78f34-7caa-4f32-a856-8aeea3eb2e22 X-Archives-Hash: 4561e2aa209c2b56a9af52e74efaf6a2 commit: 1b1735423397262a82d1fb5df2ab122dc6e6b964 Author: Michael Palimaka gentoo org> AuthorDate: Fri Aug 18 15:23:09 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Aug 18 15:24:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b173542 media-libs/qimageblitz: use HTTPS Package-Manager: Portage-2.3.6, Repoman-2.3.3 media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild index 07394b12b7c..77f2455adfc 100644 --- a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild +++ b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="Graphical effect and filter library by KDE" HOMEPAGE="https://websvn.kde.org/trunk/kdesupport/qimageblitz/" -SRC_URI="http://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz" +SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz" LICENSE="GPL-2 LGPL-2" KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"