diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-02-17 16:50:14 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-02-17 16:50:14 +0000 |
commit | 64a54b70349215fd64d2a16ac14646ea934dcb6c (patch) | |
tree | dc24c6741ab67b20d707c3c249bbf8a16f3ef4f8 /net-analyzer | |
parent | no need to bzip smallish patches (diff) | |
download | gentoo-2-64a54b70349215fd64d2a16ac14646ea934dcb6c.tar.gz gentoo-2-64a54b70349215fd64d2a16ac14646ea934dcb6c.tar.bz2 gentoo-2-64a54b70349215fd64d2a16ac14646ea934dcb6c.zip |
Removing virtual/libpcap wrt bug #117898 and porting to modular X
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ttt/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/ttt/ttt-1.8.1-r1.ebuild | 7 | ||||
-rw-r--r-- | net-analyzer/ttt/ttt-1.8.1.ebuild | 8 |
3 files changed, 12 insertions, 9 deletions
diff --git a/net-analyzer/ttt/ChangeLog b/net-analyzer/ttt/ChangeLog index be455e324dff..598c91afb385 100644 --- a/net-analyzer/ttt/ChangeLog +++ b/net-analyzer/ttt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/ttt # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ChangeLog,v 1.10 2006/01/19 02:07:40 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ChangeLog,v 1.11 2006/02/17 16:50:14 jokey Exp $ + + 17 Feb 2006; Markus Ullmann <jokey@gentoo.org> ttt-1.8.1.ebuild, + ttt-1.8.1-r1.ebuild: + Removing virtual/libpcap wrt bug #117898 and porting to modular X *ttt-1.8.1-r1 (19 Jan 2006) diff --git a/net-analyzer/ttt/ttt-1.8.1-r1.ebuild b/net-analyzer/ttt/ttt-1.8.1-r1.ebuild index 354626849c5f..9e6c2e134ad8 100644 --- a/net-analyzer/ttt/ttt-1.8.1-r1.ebuild +++ b/net-analyzer/ttt/ttt-1.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ttt-1.8.1-r1.ebuild,v 1.1 2006/01/19 02:07:40 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ttt-1.8.1-r1.ebuild,v 1.2 2006/02/17 16:50:14 jokey Exp $ inherit eutils @@ -17,9 +17,8 @@ DEPEND="virtual/libc dev-lang/tcl dev-lang/tk >=dev-tcltk/blt-2.4 - virtual/libpcap - || ( ( >=x11-libs/libXt-1.0.0 ) - virtual/x11 )" + net-libs/libpcap + || ( ( x11-libs/libXt x11-proto/xproto ) virtual/x11 )" src_unpack() { unpack ${A} diff --git a/net-analyzer/ttt/ttt-1.8.1.ebuild b/net-analyzer/ttt/ttt-1.8.1.ebuild index 33e7502d4574..8bbcbbff3b30 100644 --- a/net-analyzer/ttt/ttt-1.8.1.ebuild +++ b/net-analyzer/ttt/ttt-1.8.1.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-analyzer/ttt/ttt-1.8.1.ebuild,v 1.3 2005/07/19 16:41:39 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ttt-1.8.1.ebuild,v 1.4 2006/02/17 16:50:14 jokey Exp $ inherit eutils @@ -14,11 +14,11 @@ KEYWORDS="~ppc x86" IUSE="ipv6" DEPEND="virtual/libc - virtual/x11 + || ( ( x11-libs/libXt x11-proto/xproto ) virtual/x11 ) dev-lang/tcl dev-lang/tk >=dev-tcltk/blt-2.4 - virtual/libpcap" + net-libs/libpcap" src_unpack() { unpack ${A} |