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 7448C1396D0 for ; Thu, 17 Aug 2017 17:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C0CA1FC03C; Thu, 17 Aug 2017 17:06:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DBD1A1FC002 for ; Thu, 17 Aug 2017 17:06:05 +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 0A0F03418AB for ; Thu, 17 Aug 2017 17:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BD14791E for ; Thu, 17 Aug 2017 17:06:02 +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: <1502989483.6a0ecf247db50569f93497bd2c7f733af0f89062.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libevdev/libevdev-1.5.6.ebuild dev-libs/libevdev/libevdev-1.5.7.ebuild X-VCS-Directories: dev-libs/libevdev/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6a0ecf247db50569f93497bd2c7f733af0f89062 X-VCS-Branch: master Date: Thu, 17 Aug 2017 17:06:02 +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: 9e9e55f0-9ec9-495f-9dc8-1a099ef1fdbe X-Archives-Hash: affd749df463ac32f4faa399e349b397 commit: 6a0ecf247db50569f93497bd2c7f733af0f89062 Author: David Hicks hicks id au> AuthorDate: Mon Jul 31 13:17:21 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 17 17:04:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0ecf24 dev-libs/libevdev: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-libs/libevdev/libevdev-1.5.6.ebuild | 4 ++-- dev-libs/libevdev/libevdev-1.5.7.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/libevdev/libevdev-1.5.6.ebuild b/dev-libs/libevdev/libevdev-1.5.6.ebuild index aa26eb071b4..500573be140 100644 --- a/dev-libs/libevdev/libevdev-1.5.6.ebuild +++ b/dev-libs/libevdev/libevdev-1.5.6.ebuild @@ -7,14 +7,14 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit python-any-r1 xorg-2 -EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}.git" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/libevdev.git" DESCRIPTION="Handler library for evdev events" if [[ ${PV} == 9999* ]] ; then SRC_URI="" else - SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" + SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz" fi RESTRICT="test" # Tests need to run as root. diff --git a/dev-libs/libevdev/libevdev-1.5.7.ebuild b/dev-libs/libevdev/libevdev-1.5.7.ebuild index e02ea1ad7b5..0bb3a1d6721 100644 --- a/dev-libs/libevdev/libevdev-1.5.7.ebuild +++ b/dev-libs/libevdev/libevdev-1.5.7.ebuild @@ -7,14 +7,14 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit python-any-r1 xorg-2 -EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}.git" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/libevdev.git" DESCRIPTION="Handler library for evdev events" if [[ ${PV} == 9999* ]] ; then SRC_URI="" else - SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" + SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz" fi RESTRICT="test" # Tests need to run as root.