commit: 5c9d28a33fa90b213f267075d688a737f864754d Author: Koen Zandberg <koen <AT> bergzand <DOT> net> AuthorDate: Mon Aug 3 17:49:24 2020 +0000 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org> CommitDate: Sun Sep 27 19:01:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9d28a3
dev-embedded/libjaylink: Update EGIT_REPO_URI and HOMEPAGE Repo moved again, this time to https://gitlab.zapb.de/libjaylink/libjaylink Closes: https://bugs.gentoo.org/729318 Closes: https://github.com/gentoo/gentoo/pull/16985 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Koen Zandberg <koen <AT> bergzand.net> [swegener <AT> gentoo.org: also apply to non-live-ebuild] Signed-off-by: Sven Wegener <swegener <AT> gentoo.org> dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 4 ++-- dev-embedded/libjaylink/libjaylink-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild index 1f202d8baeb..93c619b44c8 100644 --- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild +++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild @@ -6,9 +6,9 @@ EAPI="6" inherit autotools eutils ltprune DESCRIPTION="Library to access J-Link devices" -HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink" +HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink" -SRC_URI="https://gitlab.zapb.de/zapb/libjaylink/-/archive/${PV}/${P}.tar.bz2" +SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild index 3f1f59b950a..d3b0e28e8e2 100644 --- a/dev-embedded/libjaylink/libjaylink-9999.ebuild +++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild @@ -3,12 +3,12 @@ EAPI="5" -EGIT_REPO_URI="https://gitlab.zapb.de/zapb/libjaylink.git" +EGIT_REPO_URI="https://gitlab.zapb.de/libjaylink/libjaylink.git" inherit git-r3 autotools eutils ltprune DESCRIPTION="Library to access J-Link devices" -HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink" +HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink" LICENSE="GPL-2" SLOT="0"
