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 9BDB2138334 for ; Thu, 26 Dec 2019 11:05:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4B56E0CF3; Thu, 26 Dec 2019 11:05:30 +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 BD24AE0CF3 for ; Thu, 26 Dec 2019 11:05:30 +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 A915F34DB92 for ; Thu, 26 Dec 2019 11:05:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F176A74 for ; Thu, 26 Dec 2019 11:05:26 +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: <1577358323.c0777ce027f251bdaa1785cf2641e9d1e8504c5f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/keybinder/keybinder-0.3.1-r201.ebuild dev-libs/keybinder/keybinder-0.3.2-r300.ebuild X-VCS-Directories: dev-libs/keybinder/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c0777ce027f251bdaa1785cf2641e9d1e8504c5f X-VCS-Branch: master Date: Thu, 26 Dec 2019 11:05:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d731dda-9d27-4791-be74-bac4293147ad X-Archives-Hash: 727bbbc8be1522430f7171cadd78fc1b commit: c0777ce027f251bdaa1785cf2641e9d1e8504c5f Author: Michał Górny gentoo org> AuthorDate: Thu Dec 26 11:03:17 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 26 11:05:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0777ce0 dev-libs/keybinder: Update URLs Signed-off-by: Michał Górny gentoo.org> dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 4 ++-- dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild index 9392d4f4061..711dd04ba10 100644 --- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild +++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 DESCRIPTION="A library for registering global keyboard shortcuts" -HOMEPAGE="https://github.com/engla/keybinder" -SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz" +HOMEPAGE="https://github.com/kupferlauncher/keybinder" +SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild index de5cd8598a0..a7830de1126 100644 --- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild +++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 MY_P=${PN}-3.0-${PV} DESCRIPTION="A library for registering global keyboard shortcuts" -HOMEPAGE="https://github.com/engla/keybinder" -SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz" +HOMEPAGE="https://github.com/kupferlauncher/keybinder" +SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="3"