diff options
-rw-r--r-- | dev-db/tora/tora-3.0.0_pre20140929-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/tora/tora-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/tora/tora-3.0.0_pre20140929-r1.ebuild b/dev-db/tora/tora-3.0.0_pre20140929-r1.ebuild index 4114d4b1feee..3c193077b772 100644 --- a/dev-db/tora/tora-3.0.0_pre20140929-r1.ebuild +++ b/dev-db/tora/tora-3.0.0_pre20140929-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$ @@ -7,7 +7,7 @@ EAPI=5 inherit cmake-utils eutils if [[ ${PV} == 9999 ]]; then - ESVN_REPO_URI="https://tora.svn.sourceforge.net/svnroot/tora/trunk/tora" + ESVN_REPO_URI="https://svn.code.sf.net/p/tora/code/trunk/tora" inherit subversion SRC_URI="" else diff --git a/dev-db/tora/tora-9999.ebuild b/dev-db/tora/tora-9999.ebuild index 80e45b5a8159..6970c22b8bac 100644 --- a/dev-db/tora/tora-9999.ebuild +++ b/dev-db/tora/tora-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 cmake-utils eutils if [[ ${PV} == 9999 ]]; then - ESVN_REPO_URI="https://tora.svn.sourceforge.net/svnroot/tora/trunk/tora" + ESVN_REPO_URI="https://svn.code.sf.net/p/tora/code/trunk/tora" inherit subversion SRC_URI="" else |