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 503341396D0 for ; Wed, 6 Sep 2017 21:00:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED501E0EE3; Wed, 6 Sep 2017 21:00:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CE9E6E0EE3 for ; Wed, 6 Sep 2017 21:00:27 +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 198BB340BEA for ; Wed, 6 Sep 2017 21:00:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 665CF8E44 for ; Wed, 6 Sep 2017 21:00:23 +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: <1504731565.41af2c22fc9bd9631eea718ce7d45c35e5d5617b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/motif/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/motif/motif-2.3.6-r1.ebuild x11-libs/motif/motif-2.3.7.ebuild X-VCS-Directories: x11-libs/motif/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 41af2c22fc9bd9631eea718ce7d45c35e5d5617b X-VCS-Branch: master Date: Wed, 6 Sep 2017 21:00:23 +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: f510d274-97fe-4aa9-8683-53d55d90f797 X-Archives-Hash: 86840293384ec579e037e91c1af10d68 commit: 41af2c22fc9bd9631eea718ce7d45c35e5d5617b Author: Francesco Turco fastmail fm> AuthorDate: Sun Sep 3 16:44:21 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 6 20:59:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41af2c22 x11-libs/motif: use HTTPS for links to dev.gentoo.org x11-libs/motif/motif-2.3.6-r1.ebuild | 2 +- x11-libs/motif/motif-2.3.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/motif/motif-2.3.6-r1.ebuild b/x11-libs/motif/motif-2.3.6-r1.ebuild index 96363a510e8..7ffa37ea148 100644 --- a/x11-libs/motif/motif-2.3.6-r1.ebuild +++ b/x11-libs/motif/motif-2.3.6-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="The Motif user interface component toolkit" HOMEPAGE="https://sourceforge.net/projects/motif/ http://motif.ics.com/" SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}.tar.gz - http://dev.gentoo.org/~ulm/distfiles/${P}-patches-2.tar.xz" + https://dev.gentoo.org/~ulm/distfiles/${P}-patches-2.tar.xz" LICENSE="LGPL-2.1+ MIT" SLOT="0" diff --git a/x11-libs/motif/motif-2.3.7.ebuild b/x11-libs/motif/motif-2.3.7.ebuild index da93f81efcf..ec09b059040 100644 --- a/x11-libs/motif/motif-2.3.7.ebuild +++ b/x11-libs/motif/motif-2.3.7.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="The Motif user interface component toolkit" HOMEPAGE="https://sourceforge.net/projects/motif/ http://motif.ics.com/" SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}.tar.gz - http://dev.gentoo.org/~ulm/distfiles/${PN}-2.3.6-patches-2.tar.xz" + https://dev.gentoo.org/~ulm/distfiles/${PN}-2.3.6-patches-2.tar.xz" LICENSE="LGPL-2.1+ MIT" SLOT="0"