From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-908911-garchives=archives.gentoo.org@lists.gentoo.org>
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 A6A5E1395E2
	for <garchives@archives.gentoo.org>; Sun, 30 Oct 2016 20:05:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B64B5E0CE0;
	Sun, 30 Oct 2016 20:05:16 +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 9F882E0CDF
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Oct 2016 20:05:16 +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 CB1FA341026
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Oct 2016 20:05:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 042C624A7
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Oct 2016 20:05:13 +0000 (UTC)
From: "Sven Wegener" <swegener@gentoo.org>
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" <swegener@gentoo.org>
Message-ID: <1477857861.9579e9656423f17d9912652950fb5398c2408cc4.swegener@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dosbox/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-emulation/dosbox/dosbox-9999.ebuild
X-VCS-Directories: games-emulation/dosbox/
X-VCS-Committer: swegener
X-VCS-Committer-Name: Sven Wegener
X-VCS-Revision: 9579e9656423f17d9912652950fb5398c2408cc4
X-VCS-Branch: master
Date: Sun, 30 Oct 2016 20:05:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: a5bda599-d486-4d42-8a3f-b7f57f4f802e
X-Archives-Hash: 278481e0c879d4e3e1f5c09a92845846

commit:     9579e9656423f17d9912652950fb5398c2408cc4
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 10:48:29 2016 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 20:04:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9579e965

games-emulation/dosbox: Update SourceForge SVN URLs

Package-Manager: portage-2.2.28

 games-emulation/dosbox/dosbox-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/dosbox/dosbox-9999.ebuild b/games-emulation/dosbox/dosbox-9999.ebuild
index d362814..4ea5725 100644
--- a/games-emulation/dosbox/dosbox-9999.ebuild
+++ b/games-emulation/dosbox/dosbox-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 
 if [[ ${PV} = 9999 ]]; then
-	ESVN_REPO_URI="https://dosbox.svn.sourceforge.net/svnroot/dosbox/dosbox/trunk"
+	ESVN_REPO_URI="https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk"
 	inherit subversion
 else
 	SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz"