From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7829C139894 for ; Mon, 24 Aug 2015 12:32:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74B9414040; Mon, 24 Aug 2015 12:32:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 169EB14040 for ; Mon, 24 Aug 2015 12:32:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F76234073B for ; Mon, 24 Aug 2015 12:32:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 601B2161 for ; Mon, 24 Aug 2015 12:32:06 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440419525.19aa31c41287579b1efd8652f12cd7ff238e85c4.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild X-VCS-Directories: xfce-extra/xfce4-vala/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 19aa31c41287579b1efd8652f12cd7ff238e85c4 X-VCS-Branch: master Date: Mon, 24 Aug 2015 12:32:06 +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: 1678b6d9-7182-4116-a771-8a596ce74e59 X-Archives-Hash: 7581c0ef59b7c97c8ef136c561414b5b commit: 19aa31c41287579b1efd8652f12cd7ff238e85c4 Author: Justin Lecher gentoo org> AuthorDate: Mon Aug 24 12:22:13 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Aug 24 12:32:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19aa31c4 Convert all URIs for wiki.xfce.org to https Signed-off-by: Justin Lecher gentoo.org> xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild | 2 +- xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild index bd49af0..8100273 100644 --- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild +++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r1.ebuild @@ -10,7 +10,7 @@ VALA_USE_DEPEND=vapigen inherit xfconf vala DESCRIPTION="Vala bindings for the Xfce desktop environment" -HOMEPAGE="http://wiki.xfce.org/vala-bindings" +HOMEPAGE="https://wiki.xfce.org/vala-bindings" SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="LGPL-2.1" diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild index 62e810f..e8b7182 100644 --- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild +++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3.ebuild @@ -10,7 +10,7 @@ VALA_USE_DEPEND=vapigen inherit xfconf vala DESCRIPTION="Vala bindings for the Xfce desktop environment" -HOMEPAGE="http://wiki.xfce.org/vala-bindings" +HOMEPAGE="https://wiki.xfce.org/vala-bindings" SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="LGPL-2.1"