diff options
author | 2006-01-21 17:34:48 +0000 | |
---|---|---|
committer | 2006-01-21 17:34:48 +0000 | |
commit | 70cc5d7e6be9c9471d032ca508069e4e55c6c216 (patch) | |
tree | 3e890eb7f6408dd458d22366285f3339a9aadcd9 /net-misc/putty | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-70cc5d7e6be9c9471d032ca508069e4e55c6c216.tar.gz gentoo-2-70cc5d7e6be9c9471d032ca508069e4e55c6c216.tar.bz2 gentoo-2-70cc5d7e6be9c9471d032ca508069e4e55c6c216.zip |
remove x11 dep
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/putty/putty-0.57.ebuild | 4 | ||||
-rw-r--r-- | net-misc/putty/putty-0.58.ebuild | 9 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index 3249dee91bee..27438c7c52af 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/putty -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.30 2005/09/16 03:16:35 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.31 2006/01/21 17:34:48 taviso Exp $ + + 21 Jan 2006; Tavis Ormandy <taviso@gentoo.org> putty-0.58.ebuild: + remove virtual/x11 dep 15 Sep 2005; Aron Griffis <agriffis@gentoo.org> putty-0.58.ebuild: Mark 0.58 stable on alpha diff --git a/net-misc/putty/putty-0.57.ebuild b/net-misc/putty/putty-0.57.ebuild index 816a7a03054f..20d44df9137c 100644 --- a/net-misc/putty/putty-0.57.ebuild +++ b/net-misc/putty/putty-0.57.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.57.ebuild,v 1.7 2005/08/21 18:21:24 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.57.ebuild,v 1.8 2006/01/21 17:34:48 taviso Exp $ inherit eutils diff --git a/net-misc/putty/putty-0.58.ebuild b/net-misc/putty/putty-0.58.ebuild index c68a05f6a36c..e81ce209d4db 100644 --- a/net-misc/putty/putty-0.58.ebuild +++ b/net-misc/putty/putty-0.58.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.58.ebuild,v 1.6 2005/09/16 03:16:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.58.ebuild,v 1.7 2006/01/21 17:34:48 taviso Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -13,11 +13,12 @@ SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86" IUSE="doc gtk ipv6" -RDEPEND="gtk? ( =x11-libs/gtk+-1.2* virtual/x11 )" +RDEPEND="gtk? ( =x11-libs/gtk+-1.2* )" DEPEND="${RDEPEND} dev-lang/perl" src_compile() { - use gtk || local ptargets="puttygen plink pscp psftp" + use gtk && unset ptargets || local ptargets="puttygen plink pscp psftp" + cd ${S}/unix append-flags '-I.././' '-I../charset/' '-I../unix/' |