diff options
author | Sebastian Pipping <sping@gentoo.org> | 2015-03-30 19:18:14 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2015-03-30 19:18:14 +0000 |
commit | 08d31f3489bd83257f0b5d69fc9e914796f4c51f (patch) | |
tree | 5013a25ca2aaa6c6f12af20e6bf0b3a142b65d5f /dev-vcs/svn2git/svn2git-0_pre20100303.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-08d31f3489bd83257f0b5d69fc9e914796f4c51f.tar.gz gentoo-2-08d31f3489bd83257f0b5d69fc9e914796f4c51f.tar.bz2 gentoo-2-08d31f3489bd83257f0b5d69fc9e914796f4c51f.zip |
dev-vcs/svn2git: Upstream moved to GitHub now (bug #544844)
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Diffstat (limited to 'dev-vcs/svn2git/svn2git-0_pre20100303.ebuild')
-rw-r--r-- | dev-vcs/svn2git/svn2git-0_pre20100303.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild b/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild index 159feb74913e..c86fce79c287 100644 --- a/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild +++ b/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild,v 1.7 2015/03/30 14:54:59 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild,v 1.8 2015/03/30 19:18:14 sping Exp $ EAPI="2" @@ -8,9 +8,9 @@ inherit qt4-r2 [ "$PV" == "9999" ] && inherit git DESCRIPTION="Importer for one time conversion from svn to git" -HOMEPAGE="http://gitorious.org/svn2git/svn2git" +HOMEPAGE="https://github.com/svn-all-fast-export/svn2git" if [ "$PV" == "9999" ]; then - EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git" + EGIT_REPO_URI="https://github.com/svn-all-fast-export/svn2git.git" KEYWORDS="" else SRC_URI="https://www.hartwork.org/public/${P}.tar.gz" |