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: Fri, 15 Nov 2019 09:31:45
Message-Id: 1573810283.e98cbd121b28f2c0da0934307f8dd17038f9e30d.swegener@gentoo
1 commit: e98cbd121b28f2c0da0934307f8dd17038f9e30d
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 09:11:26 2019 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 09:31:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98cbd12
7
8 dev-embedded/libjaylink: Update EGIT_REPO_URI and HOMEPAGE
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
12
13 dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 4 ++--
14 dev-embedded/libjaylink/libjaylink-9999.ebuild | 6 +++---
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
18 index 0c4c432dba6..ce269daa603 100644
19 --- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
20 +++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -6,7 +6,7 @@ EAPI="6"
28 inherit autotools eutils
29
30 DESCRIPTION="Library to access J-Link devices"
31 -HOMEPAGE="http://git.zapb.de/libjaylink.git"
32 +HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink"
33
34 SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
35
36
37 diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
38 index 769110a222f..494be90f48a 100644
39 --- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
40 +++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
41 @@ -1,14 +1,14 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="5"
47
48 -EGIT_REPO_URI="git://git.zapb.de/libjaylink.git"
49 +EGIT_REPO_URI="https://gitlab.zapb.de/zapb/libjaylink.git"
50
51 inherit git-r3 autotools eutils
52
53 DESCRIPTION="Library to access J-Link devices"
54 -HOMEPAGE="http://git.zapb.de/libjaylink.git"
55 +HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink"
56
57 LICENSE="GPL-2"
58 SLOT="0"