From 8480e537bdacd750e68ff0a5c49893ef036d12c3 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sun, 21 Aug 2016 10:48:07 +0000 Subject: dev-embedded/sdcc: Update SourceForge SVN URLs Package-Manager: portage-2.2.28 --- dev-embedded/sdcc/sdcc-2.9.0.ebuild | 4 ++-- dev-embedded/sdcc/sdcc-3.5.0.ebuild | 4 ++-- dev-embedded/sdcc/sdcc-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-embedded/sdcc') diff --git a/dev-embedded/sdcc/sdcc-2.9.0.ebuild b/dev-embedded/sdcc/sdcc-2.9.0.ebuild index f4753392fbd1..1da475d79881 100644 --- a/dev-embedded/sdcc/sdcc-2.9.0.ebuild +++ b/dev-embedded/sdcc/sdcc-2.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI="2" inherit eutils if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="https://svn.code.sourceforge.net/p/sdcc/code/trunk/sdcc" + ESVN_REPO_URI="https://svn.code.sf.net/p/sdcc/code/trunk/sdcc" inherit subversion autotools docs_compile() { return 0; } else diff --git a/dev-embedded/sdcc/sdcc-3.5.0.ebuild b/dev-embedded/sdcc/sdcc-3.5.0.ebuild index 6091311f02e3..52a611f8dcb0 100644 --- a/dev-embedded/sdcc/sdcc-3.5.0.ebuild +++ b/dev-embedded/sdcc/sdcc-3.5.0.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$ @@ -7,7 +7,7 @@ EAPI="5" inherit eutils toolchain-funcs if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="https://svn.code.sourceforge.net/p/sdcc/code/trunk/sdcc" + ESVN_REPO_URI="https://svn.code.sf.net/p/sdcc/code/trunk/sdcc" inherit subversion docs_compile() { return 0; } else diff --git a/dev-embedded/sdcc/sdcc-9999.ebuild b/dev-embedded/sdcc/sdcc-9999.ebuild index 6091311f02e3..52a611f8dcb0 100644 --- a/dev-embedded/sdcc/sdcc-9999.ebuild +++ b/dev-embedded/sdcc/sdcc-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$ @@ -7,7 +7,7 @@ EAPI="5" inherit eutils toolchain-funcs if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="https://svn.code.sourceforge.net/p/sdcc/code/trunk/sdcc" + ESVN_REPO_URI="https://svn.code.sf.net/p/sdcc/code/trunk/sdcc" inherit subversion docs_compile() { return 0; } else -- cgit v1.2.3-65-gdbad