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 3ED5E13997D for ; Fri, 15 Nov 2019 09:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48406E0856; Fri, 15 Nov 2019 09:31:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 26C3FE0856 for ; Fri, 15 Nov 2019 09:31:44 +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 2E3EE34CB79 for ; Fri, 15 Nov 2019 09:31:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6D11824 for ; Fri, 15 Nov 2019 09:31:40 +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: <1573810283.e98cbd121b28f2c0da0934307f8dd17038f9e30d.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: e98cbd121b28f2c0da0934307f8dd17038f9e30d X-VCS-Branch: master Date: Fri, 15 Nov 2019 09:31:40 +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: d91d9569-08dd-43b7-9131-d33ec2c0eab9 X-Archives-Hash: e0fb8d9261fddd2cbc9e9b3523087c4c commit: e98cbd121b28f2c0da0934307f8dd17038f9e30d Author: Sven Wegener gentoo org> AuthorDate: Fri Nov 15 09:11:26 2019 +0000 Commit: Sven Wegener gentoo org> CommitDate: Fri Nov 15 09:31:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98cbd12 dev-embedded/libjaylink: Update EGIT_REPO_URI and HOMEPAGE Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Sven Wegener gentoo.org> dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 4 ++-- dev-embedded/libjaylink/libjaylink-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild index 0c4c432dba6..ce269daa603 100644 --- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild +++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,7 +6,7 @@ EAPI="6" inherit autotools eutils DESCRIPTION="Library to access J-Link devices" -HOMEPAGE="http://git.zapb.de/libjaylink.git" +HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink" SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz" diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild index 769110a222f..494be90f48a 100644 --- a/dev-embedded/libjaylink/libjaylink-9999.ebuild +++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -EGIT_REPO_URI="git://git.zapb.de/libjaylink.git" +EGIT_REPO_URI="https://gitlab.zapb.de/zapb/libjaylink.git" inherit git-r3 autotools eutils DESCRIPTION="Library to access J-Link devices" -HOMEPAGE="http://git.zapb.de/libjaylink.git" +HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink" LICENSE="GPL-2" SLOT="0"