diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2006-01-21 17:34:48 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2006-01-21 17:34:48 +0000 |
commit | 8be32406c4656273b3146ba1e003fa9057c5b18f (patch) | |
tree | 20d266026688f9562092db00857327573d57fe8e /net-misc | |
parent | Fixed DEPEND for modular X. (diff) | |
download | historical-8be32406c4656273b3146ba1e003fa9057c5b18f.tar.gz historical-8be32406c4656273b3146ba1e003fa9057c5b18f.tar.bz2 historical-8be32406c4656273b3146ba1e003fa9057c5b18f.zip |
remove x11 dep
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/putty/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/putty/Manifest | 6 | ||||
-rw-r--r-- | net-misc/putty/putty-0.57.ebuild | 4 | ||||
-rw-r--r-- | net-misc/putty/putty-0.58.ebuild | 9 |
4 files changed, 15 insertions, 11 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/Manifest b/net-misc/putty/Manifest index e4a5b68266f9..4ef0b6eec9d8 100644 --- a/net-misc/putty/Manifest +++ b/net-misc/putty/Manifest @@ -1,7 +1,7 @@ +MD5 85b9a9c4f85e7e143c38cedc2975ac60 putty-0.58.ebuild 1559 +MD5 386769057a8a51bcf40750feb0545a3d putty-0.57.ebuild 1820 +MD5 015c8f54173088ee76d2adcea1230bcb ChangeLog 4123 MD5 a95f430323d2b9413a9ae45efb4d616c metadata.xml 549 -MD5 f8055c420e2b54d2f78282bda83302a6 ChangeLog 4031 -MD5 4a383beb375f4954b2af0c9d53acfc22 putty-0.57.ebuild 1820 -MD5 bcab81a96ca9ada6ae9d34713b83fe06 putty-0.58.ebuild 1554 MD5 3a07269379d199e6363fbe0250c5899a files/digest-putty-0.57 63 MD5 7c38293f57fa00b6d687477113f0625b files/digest-putty-0.58 63 MD5 4f674a5fd23877ac6d76c6d9baa33041 files/putty-ut_time.patch 824 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/' |