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:
Sven Wegener
2015-12-13 21:51:59 +00:00
parent 677212666f
commit 8e8c7d2cad
3 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"