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 A57A51396D1 for ; Wed, 16 Aug 2017 07:16:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9784CE0E67; Wed, 16 Aug 2017 07:16:50 +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 71ABDE0E5E for ; Wed, 16 Aug 2017 07:16:50 +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 9994E3417D0 for ; Wed, 16 Aug 2017 07:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 116CD7852 for ; Wed, 16 Aug 2017 07:16:47 +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: <1502867683.8eb107596db2e63bd3b017217ddfa0f5bea93d1b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xpyb/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xpyb/xpyb-1.3.1-r3.ebuild X-VCS-Directories: x11-libs/xpyb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8eb107596db2e63bd3b017217ddfa0f5bea93d1b X-VCS-Branch: master Date: Wed, 16 Aug 2017 07:16:47 +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: 4b32e64d-2518-4729-883e-dc7c55adc805 X-Archives-Hash: 4f749de7cb221e978c39787bee4b8a51 commit: 8eb107596db2e63bd3b017217ddfa0f5bea93d1b Author: David Hicks hicks id au> AuthorDate: Mon Jul 31 11:14:00 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 16 07:14:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb10759 x11-libs/xpyb: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 x11-libs/xpyb/xpyb-1.3.1-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild b/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild index a9b11cd1af1..64d7a33b7da 100644 --- a/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild +++ b/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ AUTOTOOLS_AUTORECONF=1 inherit flag-o-matic xorg-2 python-r1 -#EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/xpyb" +#EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/xpyb.git" SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2" DESCRIPTION="XCB-based Python bindings for the X Window System" HOMEPAGE="https://xcb.freedesktop.org/"