Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
Date: Thu, 26 Dec 2019 11:05:32
Message-Id: 1577358323.c0777ce027f251bdaa1785cf2641e9d1e8504c5f.mgorny@gentoo
1 commit: c0777ce027f251bdaa1785cf2641e9d1e8504c5f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 11:03:17 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 11:05:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0777ce0
7
8 dev-libs/keybinder: Update URLs
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 4 ++--
13 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 6 +++---
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
17 index 9392d4f4061..711dd04ba10 100644
18 --- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
19 +++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
20 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
21 inherit python-single-r1
22
23 DESCRIPTION="A library for registering global keyboard shortcuts"
24 -HOMEPAGE="https://github.com/engla/keybinder"
25 -SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz"
26 +HOMEPAGE="https://github.com/kupferlauncher/keybinder"
27 +SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/v${PV}/${P}.tar.gz"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31
32 diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
33 index de5cd8598a0..a7830de1126 100644
34 --- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
35 +++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
36 @@ -1,12 +1,12 @@
37 -# Copyright 1999-2018 Gentoo Foundation
38 +# Copyright 1999-2019 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=6
42
43 MY_P=${PN}-3.0-${PV}
44 DESCRIPTION="A library for registering global keyboard shortcuts"
45 -HOMEPAGE="https://github.com/engla/keybinder"
46 -SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz"
47 +HOMEPAGE="https://github.com/kupferlauncher/keybinder"
48 +SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz"
49
50 LICENSE="MIT"
51 SLOT="3"