diff options
Diffstat (limited to 'net-misc/putty/putty-9999.ebuild')
-rw-r--r-- | net-misc/putty/putty-9999.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild index d1b1e7670955..487b80087741 100644 --- a/net-misc/putty/putty-9999.ebuild +++ b/net-misc/putty/putty-9999.ebuild @@ -1,16 +1,14 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-9999.ebuild,v 1.1 2014/10/13 18:10:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-9999.ebuild,v 1.2 2014/11/15 13:38:10 jer Exp $ EAPI=5 -inherit autotools eutils gnome2-utils subversion toolchain-funcs +inherit autotools eutils gnome2-utils git-r3 toolchain-funcs DESCRIPTION="A Free Telnet/SSH Client" HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" -ESVN_REPO_URI="svn://svn.tartarus.org/sgt/putty" -SRC_URI=" - http://dev.gentoo.org/~jer/${PN}-icons.tar.bz2 -" +EGIT_REPO_URI="git://git.tartarus.org/simon/putty.git" +SRC_URI="http://dev.gentoo.org/~jer/${PN}-icons.tar.bz2" LICENSE="MIT" SLOT="0" @@ -34,7 +32,7 @@ DEPEND=" " src_unpack() { - subversion_src_unpack + git-r3_src_unpack default } |