diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-11-15 13:38:10 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-11-15 13:38:10 +0000 |
commit | f2fa692fa96279e5add90258b617b60e87b50e4d (patch) | |
tree | 3ead8380d9a628549427f0de67566b918b88ca22 /net-misc/putty | |
parent | Version bump. Remove some old ebuilds (diff) | |
download | gentoo-2-f2fa692fa96279e5add90258b617b60e87b50e4d.tar.gz gentoo-2-f2fa692fa96279e5add90258b617b60e87b50e4d.tar.bz2 gentoo-2-f2fa692fa96279e5add90258b617b60e87b50e4d.zip |
Move to git repo.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/putty/putty-9999.ebuild | 12 |
2 files changed, 9 insertions, 8 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index 4c4707c46d7e..52f2770be436 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/putty # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.104 2014/11/04 10:00:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.105 2014/11/15 13:38:10 jer Exp $ + + 15 Nov 2014; Jeroen Roovers <jer@gentoo.org> putty-9999.ebuild: + Move to git repo. 04 Nov 2014; Jeroen Roovers <jer@gentoo.org> -putty-0.63-r1.ebuild, -putty-0.63_p20140416.ebuild, -putty-0.63_p20140820.ebuild: 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 } |