mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/keybinder: Update HOMEPAGE and SRC_URI
SRC_URI set to mirror://gentoo/ for old releases, because upstream moved to github and old releases are no longer available. Signed-off-by: Sven Wegener <swegener@gentoo.org>
This commit is contained in:
@@ -9,8 +9,8 @@ PYTHON_DEPEND="python? 2:2.6"
|
||||
inherit eutils python
|
||||
|
||||
DESCRIPTION="A library for registering global keyboard shortcuts"
|
||||
HOMEPAGE="http://kaizer.se/wiki/keybinder/"
|
||||
SRC_URI="http://kaizer.se/publicfiles/${PN}/${P}.tar.gz"
|
||||
HOMEPAGE="https://github.com/engla/keybinder"
|
||||
SRC_URI="mirror://gentoo/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 )
|
||||
inherit eutils python-single-r1
|
||||
|
||||
DESCRIPTION="A library for registering global keyboard shortcuts"
|
||||
HOMEPAGE="http://kaizer.se/wiki/keybinder/"
|
||||
SRC_URI="http://kaizer.se/publicfiles/${PN}/${P}.tar.gz"
|
||||
HOMEPAGE="https://github.com/engla/keybinder"
|
||||
SRC_URI="mirror://gentoo/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -8,8 +8,8 @@ inherit eutils
|
||||
MY_P=${PN}-3.0-${PV}
|
||||
|
||||
DESCRIPTION="A library for registering global keyboard shortcuts"
|
||||
HOMEPAGE="http://kaizer.se/wiki/keybinder/"
|
||||
SRC_URI="http://kaizer.se/publicfiles/${PN}/${MY_P}.tar.gz"
|
||||
HOMEPAGE="https://github.com/engla/keybinder"
|
||||
SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="3"
|
||||
|
||||
Reference in New Issue
Block a user