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 F31441395E1 for ; Sun, 30 Oct 2016 20:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E80A8E0D05; Sun, 30 Oct 2016 20:05:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE8F9E0D05 for ; Sun, 30 Oct 2016 20:05:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D84C83413DB for ; Sun, 30 Oct 2016 20:05:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 161BA24BC for ; Sun, 30 Oct 2016 20:05: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: <1477857870.4052c6742f98a31ccaa205f0a317dee33b443e62.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/urjtag/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/urjtag/urjtag-0.10-r1.ebuild dev-embedded/urjtag/urjtag-9999.ebuild X-VCS-Directories: dev-embedded/urjtag/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 4052c6742f98a31ccaa205f0a317dee33b443e62 X-VCS-Branch: master Date: Sun, 30 Oct 2016 20:05: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-Archives-Salt: bb8ec780-22a9-4b41-9903-b983fcff4e8d X-Archives-Hash: ee47f1d188e5d0da3ea5a88b23f6d17e commit: 4052c6742f98a31ccaa205f0a317dee33b443e62 Author: Sven Wegener gentoo org> AuthorDate: Mon Oct 3 11:16:50 2016 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sun Oct 30 20:04:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4052c674 dev-embedded/urjtag: Update SourceForge GIT URLs Package-Manager: portage-2.3.0 dev-embedded/urjtag/urjtag-0.10-r1.ebuild | 4 ++-- dev-embedded/urjtag/urjtag-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-embedded/urjtag/urjtag-0.10-r1.ebuild b/dev-embedded/urjtag/urjtag-0.10-r1.ebuild index 40d1c68..4709c80 100644 --- a/dev-embedded/urjtag/urjtag-0.10-r1.ebuild +++ b/dev-embedded/urjtag/urjtag-0.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ EAPI="5" inherit eutils multilib if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://urjtag.git.sourceforge.net/gitroot/urjtag/urjtag" + EGIT_REPO_URI="git://git.code.sf.net/p/urjtag/git" inherit git-r3 autotools S=${WORKDIR}/${P}/${PN} else diff --git a/dev-embedded/urjtag/urjtag-9999.ebuild b/dev-embedded/urjtag/urjtag-9999.ebuild index 2ed38f5..b64895f 100644 --- a/dev-embedded/urjtag/urjtag-9999.ebuild +++ b/dev-embedded/urjtag/urjtag-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ EAPI="5" inherit eutils multilib if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://urjtag.git.sourceforge.net/gitroot/urjtag/urjtag" + EGIT_REPO_URI="git://git.code.sf.net/p/urjtag/git" inherit git-r3 autotools S=${WORKDIR}/${P}/${PN} else