diff options
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/traceproto/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/traceproto/traceproto-1.1.1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/traceproto/ChangeLog b/net-analyzer/traceproto/ChangeLog index 124080f60ecf..11346e365208 100644 --- a/net-analyzer/traceproto/ChangeLog +++ b/net-analyzer/traceproto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/traceproto -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/ChangeLog,v 1.5 2006/12/17 16:40:17 cedk Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/ChangeLog,v 1.6 2007/03/22 14:43:13 vanquirius Exp $ + + 22 Mar 2007; Marcelo Goes <vanquirius@gentoo.org> traceproto-1.1.1.ebuild, + traceproto-1.1.2_beta1.ebuild: + Mark 1.1.1 and 1.1.2_beta1 x86 stable. *traceproto-1.1.2_beta1 (17 Dec 2006) diff --git a/net-analyzer/traceproto/traceproto-1.1.1.ebuild b/net-analyzer/traceproto/traceproto-1.1.1.ebuild index 8dfe37e3da78..2715fc5f84c0 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-2006 Gentoo Foundation +# Copyright 1999-2007 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.4 2006/02/17 16:23:58 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.1.ebuild,v 1.5 2007/03/22 14:43:13 vanquirius Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="debug ncurses" RDEPEND=">=net-libs/libnet-1.1.0 diff --git a/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild b/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild index 570242e9214e..33231af6f25e 100644 --- a/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild +++ b/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild,v 1.1 2006/12/17 16:40:17 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.2_beta1.ebuild,v 1.2 2007/03/22 14:43:13 vanquirius Exp $ inherit eutils autotools @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="debug ncurses" RDEPEND=">=net-libs/libnet-1.1.0 |