Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libhid/
Date: Mon, 28 Oct 2019 20:15:30
Message-Id: 1572293700.1d92337a716f22f62593f6b74d5cb747b09f05f2.jstein@gentoo
1 commit: 1d92337a716f22f62593f6b74d5cb747b09f05f2
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 28 20:14:18 2019 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 20:15:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d92337a
7
8 dev-libs/libhid: Fix SRC_URI
9
10 Debian provides a mirror on https://alioth-archive.debian.org/...
11 Closes: https://bugs.gentoo.org/698798
12 Package-Manager: Portage-2.3.78, Repoman-2.3.17
13 Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
14
15 dev-libs/libhid/libhid-0.2.16-r4.ebuild | 6 ++++--
16 1 file changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/libhid/libhid-0.2.16-r4.ebuild b/dev-libs/libhid/libhid-0.2.16-r4.ebuild
19 index 473d2bf3bf4..5ea43579a71 100644
20 --- a/dev-libs/libhid/libhid-0.2.16-r4.ebuild
21 +++ b/dev-libs/libhid/libhid-0.2.16-r4.ebuild
22 @@ -6,8 +6,8 @@ PYTHON_COMPAT=( python2_7 )
23 inherit autotools eutils python-single-r1
24
25 DESCRIPTION="Provides a generic and flexible way to access and interact with USB HID devices"
26 -HOMEPAGE="http://libhid.alioth.debian.org/"
27 -SRC_URI="http://beta.magicaltux.net/${P}.tar.gz"
28 +HOMEPAGE="hhttps://wiki.gentoo.org/wiki/No_homepage"
29 +SRC_URI="https://alioth-archive.debian.org/releases/${PN}/${PN}/${PV}/${P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"
33 @@ -18,11 +18,13 @@ RDEPEND="
34 python? ( ${PYTHON_DEPS} )
35 virtual/libusb:0
36 "
37 +
38 DEPEND="
39 ${RDEPEND}
40 doc? ( app-doc/doxygen )
41 python? ( dev-lang/swig )
42 "
43 +
44 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
45
46 src_prepare() {