summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-04 18:58:42 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-04 19:15:19 -0400
commitcd5778e739bfd469b5ca270d824663d394c5e7ca (patch)
tree8f948a07e6ff452858d835eacd374ba8e1fdf908 /app-editors/nano/nano-9999.ebuild
parentdev-vcs/cvs-fast-export: bump. (diff)
downloadgentoo-cd5778e739bfd469b5ca270d824663d394c5e7ca.tar.gz
gentoo-cd5778e739bfd469b5ca270d824663d394c5e7ca.tar.bz2
gentoo-cd5778e739bfd469b5ca270d824663d394c5e7ca.zip
app-editors/nano: switch to git
Diffstat (limited to 'app-editors/nano/nano-9999.ebuild')
-rw-r--r--app-editors/nano/nano-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild
index 58fa18e0fffb..50acfae93bdd 100644
--- a/app-editors/nano/nano-9999.ebuild
+++ b/app-editors/nano/nano-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$
@@ -6,8 +6,8 @@ EAPI="5"
inherit eutils flag-o-matic
if [[ ${PV} == "9999" ]] ; then
- ESVN_REPO_URI="svn://svn.savannah.gnu.org/nano/trunk/nano"
- inherit subversion autotools
+ EGIT_REPO_URI="git://git.sv.gnu.org/nano.git"
+ inherit git-r3 autotools
else
MY_P=${PN}-${PV/_}
SRC_URI="http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz"