From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D01E138359 for ; Sun, 27 Sep 2020 19:01:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF987E0798; Sun, 27 Sep 2020 19:01:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A067E0798 for ; Sun, 27 Sep 2020 19:01:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B95B4335CEC for ; Sun, 27 Sep 2020 19:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4685B365 for ; Sun, 27 Sep 2020 19:01:14 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1601233264.5c9d28a33fa90b213f267075d688a737f864754d.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/libjaylink/libjaylink-0.1.0.ebuild dev-embedded/libjaylink/libjaylink-9999.ebuild X-VCS-Directories: dev-embedded/libjaylink/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 5c9d28a33fa90b213f267075d688a737f864754d X-VCS-Branch: master Date: Sun, 27 Sep 2020 19:01:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 935050ec-91d0-455b-8d28-40b6025f85f9 X-Archives-Hash: b99eb8d83f8f0e17dddf533f5dc5c397 commit: 5c9d28a33fa90b213f267075d688a737f864754d Author: Koen Zandberg bergzand net> AuthorDate: Mon Aug 3 17:49:24 2020 +0000 Commit: Sven Wegener gentoo 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 bergzand.net> [swegener gentoo.org: also apply to non-live-ebuild] Signed-off-by: Sven Wegener 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"