diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-19 07:57:43 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-19 07:57:43 +0000 |
commit | 0f21bae895f916d273f49693ca0537f03616b9c1 (patch) | |
tree | 88f1a9eff01fb0c50b96790f017c6876d76fac0d /net-misc/putty | |
parent | punt http://gnu.inetbridge.net/ mirror since it returns 301/200 http status c... (diff) | |
download | gentoo-2-0f21bae895f916d273f49693ca0537f03616b9c1.tar.gz gentoo-2-0f21bae895f916d273f49693ca0537f03616b9c1.tar.bz2 gentoo-2-0f21bae895f916d273f49693ca0537f03616b9c1.zip |
x11-misc/pssh moved to net-misc/
(Portage version: 2.2.0_alpha10_p22/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/putty/putty-0.60.ebuild | 6 | ||||
-rw-r--r-- | net-misc/putty/putty-0.60_p20100131.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index 55f393b48d76..89d155e3bf6d 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/putty -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.48 2010/02/08 21:11:26 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.49 2011/01/19 07:57:43 xarthisius Exp $ + + 19 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> putty-0.60.ebuild, + putty-0.60_p20100131.ebuild: + x11-misc/pssh moved to net-misc/ 08 Feb 2010; Jeroen Roovers <jer@gentoo.org> putty-0.60_p20100131.ebuild: Depend on virtual/krb5, not just mit-krb5 thanks to Martin Mokrejš (bug diff --git a/net-misc/putty/putty-0.60.ebuild b/net-misc/putty/putty-0.60.ebuild index e77cb27b8123..097230a8d7f6 100644 --- a/net-misc/putty/putty-0.60.ebuild +++ b/net-misc/putty/putty-0.60.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.60.ebuild,v 1.9 2009/08/18 15:22:47 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.60.ebuild,v 1.10 2011/01/19 07:57:43 xarthisius Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 ppc sparc x86" IUSE="doc gtk ipv6" RDEPEND="gtk? ( =x11-libs/gtk+-1.2* ) - !x11-terms/pssh" + !net-misc/pssh" DEPEND="${RDEPEND} dev-lang/perl" src_compile() { diff --git a/net-misc/putty/putty-0.60_p20100131.ebuild b/net-misc/putty/putty-0.60_p20100131.ebuild index e47621552a42..c5f0f14f0b4a 100644 --- a/net-misc/putty/putty-0.60_p20100131.ebuild +++ b/net-misc/putty/putty-0.60_p20100131.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.60_p20100131.ebuild,v 1.4 2010/02/08 21:11:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.60_p20100131.ebuild,v 1.5 2011/01/19 07:57:43 xarthisius Exp $ EAPI="2" @@ -18,7 +18,7 @@ IUSE="doc ipv6 kerberos" RDEPEND=" x11-libs/gtk+:2 kerberos? ( virtual/krb5 ) - !x11-terms/pssh + !net-misc/pssh " DEPEND="${RDEPEND} dev-lang/perl" |