Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
Date: Sun, 27 Sep 2020 19:01:17
Message-Id: 1601233264.5c9d28a33fa90b213f267075d688a737f864754d.swegener@gentoo
1 commit: 5c9d28a33fa90b213f267075d688a737f864754d
2 Author: Koen Zandberg <koen <AT> bergzand <DOT> net>
3 AuthorDate: Mon Aug 3 17:49:24 2020 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 19:01:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9d28a3
7
8 dev-embedded/libjaylink: Update EGIT_REPO_URI and HOMEPAGE
9
10 Repo moved again, this time to
11 https://gitlab.zapb.de/libjaylink/libjaylink
12
13 Closes: https://bugs.gentoo.org/729318
14 Closes: https://github.com/gentoo/gentoo/pull/16985
15 Package-Manager: Portage-2.3.99, Repoman-2.3.23
16 Signed-off-by: Koen Zandberg <koen <AT> bergzand.net>
17 [swegener <AT> gentoo.org: also apply to non-live-ebuild]
18 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
19
20 dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 4 ++--
21 dev-embedded/libjaylink/libjaylink-9999.ebuild | 4 ++--
22 2 files changed, 4 insertions(+), 4 deletions(-)
23
24 diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
25 index 1f202d8baeb..93c619b44c8 100644
26 --- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
27 +++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
28 @@ -6,9 +6,9 @@ EAPI="6"
29 inherit autotools eutils ltprune
30
31 DESCRIPTION="Library to access J-Link devices"
32 -HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink"
33 +HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
34
35 -SRC_URI="https://gitlab.zapb.de/zapb/libjaylink/-/archive/${PV}/${P}.tar.bz2"
36 +SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40
41 diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
42 index 3f1f59b950a..d3b0e28e8e2 100644
43 --- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
44 +++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
45 @@ -3,12 +3,12 @@
46
47 EAPI="5"
48
49 -EGIT_REPO_URI="https://gitlab.zapb.de/zapb/libjaylink.git"
50 +EGIT_REPO_URI="https://gitlab.zapb.de/libjaylink/libjaylink.git"
51
52 inherit git-r3 autotools eutils ltprune
53
54 DESCRIPTION="Library to access J-Link devices"
55 -HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink"
56 +HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
57
58 LICENSE="GPL-2"
59 SLOT="0"