diff options
author | David Holm <dholm@gentoo.org> | 2005-07-19 16:43:40 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-19 16:43:40 +0000 |
commit | fa4d3dca1097ff125a7ecb7395c2899d0f93bc9c (patch) | |
tree | f3a9c6edb983bea86e5fb9e3c6c1ce6262324d9e | |
parent | Fix bug #99531 (compilation fails if gtk-doc is not installed) (diff) | |
download | gentoo-2-fa4d3dca1097ff125a7ecb7395c2899d0f93bc9c.tar.gz gentoo-2-fa4d3dca1097ff125a7ecb7395c2899d0f93bc9c.tar.bz2 gentoo-2-fa4d3dca1097ff125a7ecb7395c2899d0f93bc9c.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | net-analyzer/traceproto/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/traceproto/traceproto-1.1.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/traffic-vis/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/traffic-vis/traffic-vis-0.35.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/ttt/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ttt/ttt-1.8.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/xprobe/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/xprobe/xprobe-0.2.2.ebuild | 4 |
8 files changed, 24 insertions, 12 deletions
diff --git a/net-analyzer/traceproto/ChangeLog b/net-analyzer/traceproto/ChangeLog index bab1bf3654bc..ea96744e06d3 100644 --- a/net-analyzer/traceproto/ChangeLog +++ b/net-analyzer/traceproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/traceproto # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/ChangeLog,v 1.1 2005/01/31 10:39:56 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/ChangeLog,v 1.2 2005/07/19 16:38:48 dholm Exp $ + + 19 Jul 2005; David Holm <dholm@gentoo.org> traceproto-1.1.1.ebuild: + Added to ~ppc. *traceproto-1.1.1 (31 Jan 2005) diff --git a/net-analyzer/traceproto/traceproto-1.1.1.ebuild b/net-analyzer/traceproto/traceproto-1.1.1.ebuild index e7b298b1a5cb..d464b4a320f5 100644 --- a/net-analyzer/traceproto/traceproto-1.1.1.ebuild +++ b/net-analyzer/traceproto/traceproto-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.1.ebuild,v 1.1 2005/01/31 10:39:56 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.1.ebuild,v 1.2 2005/07/19 16:38:48 dholm Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc ~x86" IUSE="debug ncurses" RDEPEND=">=net-libs/libnet-1.1.0 diff --git a/net-analyzer/traffic-vis/ChangeLog b/net-analyzer/traffic-vis/ChangeLog index 7c9275bb9c31..b1b31633cac3 100644 --- a/net-analyzer/traffic-vis/ChangeLog +++ b/net-analyzer/traffic-vis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/traffic-vis # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traffic-vis/ChangeLog,v 1.10 2005/01/29 05:12:52 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traffic-vis/ChangeLog,v 1.11 2005/07/19 16:40:04 dholm Exp $ + + 19 Jul 2005; David Holm <dholm@gentoo.org> traffic-vis-0.35.ebuild: + Added to ~ppc. 29 Jan 2005; Daniel Black <dragonheart@gentoo.org> traffic-vis-0.35.ebuild: changed net-libs/libpcap depend to virtual/libcap diff --git a/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild b/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild index d7aecd25e462..326db831e316 100644 --- a/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild +++ b/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild,v 1.10 2005/01/29 05:12:52 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild,v 1.11 2005/07/19 16:40:04 dholm Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.mindrot.org/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="~amd64 ~ppc x86" IUSE="gif" DEPEND="virtual/libc diff --git a/net-analyzer/ttt/ChangeLog b/net-analyzer/ttt/ChangeLog index c03e70c9a535..d41036b3918d 100644 --- a/net-analyzer/ttt/ChangeLog +++ b/net-analyzer/ttt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ttt # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ChangeLog,v 1.8 2005/05/15 00:27:53 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ChangeLog,v 1.9 2005/07/19 16:41:39 dholm Exp $ + + 19 Jul 2005; David Holm <dholm@gentoo.org> ttt-1.8.1.ebuild: + Added to ~ppc. 14 May 2005; Marcelo Goes <vanquirius@gentoo.org> ttt-1.8.1.ebuild: Marked x86 stable. diff --git a/net-analyzer/ttt/ttt-1.8.1.ebuild b/net-analyzer/ttt/ttt-1.8.1.ebuild index 4aae398ff572..33e7502d4574 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 # 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.2 2005/05/15 00:27:53 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ttt-1.8.1.ebuild,v 1.3 2005/07/19 16:41:39 dholm Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.csl.sony.co.jp/person/kjc/kjc/software.html" SLOT="0" LICENSE="BSD" -KEYWORDS="x86" +KEYWORDS="~ppc x86" IUSE="ipv6" DEPEND="virtual/libc diff --git a/net-analyzer/xprobe/ChangeLog b/net-analyzer/xprobe/ChangeLog index 1edfc48b909b..36d86da658b4 100644 --- a/net-analyzer/xprobe/ChangeLog +++ b/net-analyzer/xprobe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/xprobe # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.14 2005/05/14 21:51:37 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.15 2005/07/19 16:43:40 dholm Exp $ + + 19 Jul 2005; David Holm <dholm@gentoo.org> xprobe-0.2.2.ebuild: + Added to ~ppc. 14 May 2005; Marcelo Goes <vanquirius@gentoo.org> -files/xprobe-0.0.2-gentoo.patch, xprobe-0.2.2.ebuild: diff --git a/net-analyzer/xprobe/xprobe-0.2.2.ebuild b/net-analyzer/xprobe/xprobe-0.2.2.ebuild index 2fe170c23081..6d3aeee455c3 100644 --- a/net-analyzer/xprobe/xprobe-0.2.2.ebuild +++ b/net-analyzer/xprobe/xprobe-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.2.2.ebuild,v 1.4 2005/05/14 21:51:37 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.2.2.ebuild,v 1.5 2005/07/19 16:43:40 dholm Exp $ # This is new xprobe, so called xprobe2, due to xprobe1 being obsoleted. # xprobe 2 has different approach to operating system fingerprinting. @@ -11,7 +11,7 @@ DESCRIPTION="Active OS fingerprinting tool - this is Xprobe2" SRC_URI="mirror://sourceforge/${PN}/${PN}2-${PV}.tar.gz" HOMEPAGE="http://www.sys-security.com/index.php?page=xprobe" -KEYWORDS="x86 ~sparc" +KEYWORDS="~ppc ~sparc x86" SLOT="0" LICENSE="GPL-2" IUSE="" |