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 1916A138332 for ; Thu, 26 Apr 2018 07:50:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4242CE0801; Thu, 26 Apr 2018 07:50:17 +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 1F15DE0801 for ; Thu, 26 Apr 2018 07:50:16 +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 6A0D3335C79 for ; Thu, 26 Apr 2018 07:50:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7EE128C for ; Thu, 26 Apr 2018 07:50:08 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1524729000.d661526654f34d955ae948724bf1e1178a1266a6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/libinput-gestures/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/libinput-gestures/libinput-gestures-2.31.ebuild x11-misc/libinput-gestures/libinput-gestures-9999.ebuild X-VCS-Directories: x11-misc/libinput-gestures/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d661526654f34d955ae948724bf1e1178a1266a6 X-VCS-Branch: master Date: Thu, 26 Apr 2018 07:50:08 +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: c4bceab1-a692-49df-93a6-1d93db06da9c X-Archives-Hash: 6e7fc65f28975daad619a60d7a81ae20 commit: d661526654f34d955ae948724bf1e1178a1266a6 Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 19 13:55:25 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 26 07:50:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6615266 x11-misc/libinput-gestures: Fixed HOMEPAGE variable. Package-Manager: Portage-2.3.30, Repoman-2.3.9 x11-misc/libinput-gestures/libinput-gestures-2.31.ebuild | 2 +- x11-misc/libinput-gestures/libinput-gestures-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.31.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.31.ebuild index a9187de1a09..abfc20a7424 100644 --- a/x11-misc/libinput-gestures/libinput-gestures-2.31.ebuild +++ b/x11-misc/libinput-gestures/libinput-gestures-2.31.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit python-single-r1 DESCRIPTION="Actions gestures on your touchpad using libinput" -HOMEPAGE="https://github.com/bulletmark/${PN}" +HOMEPAGE="https://github.com/bulletmark/libinput-gestures" SRC_URI="https://github.com/bulletmark/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild index 17387ae8a39..23897423933 100644 --- a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild +++ b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit git-r3 python-single-r1 DESCRIPTION="Actions gestures on your touchpad using libinput" -HOMEPAGE="https://github.com/bulletmark/${PN}" +HOMEPAGE="https://github.com/bulletmark/libinput-gestures" EGIT_REPO_URI="https://github.com/bulletmark/${PN}.git" SRC_URI=""