diff options
-rw-r--r-- | net-analyzer/tcpslice/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/tcpslice/tcpslice-1.2_alpha2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-analyzer/tcpslice/ChangeLog b/net-analyzer/tcpslice/ChangeLog index 4f3ad876c463..995d99742fc1 100644 --- a/net-analyzer/tcpslice/ChangeLog +++ b/net-analyzer/tcpslice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/tcpslice # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/ChangeLog,v 1.14 2007/03/20 19:50:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/ChangeLog,v 1.15 2007/07/02 14:43:23 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> + tcpslice-1.1_alpha3.ebuild, tcpslice-1.2_alpha2.ebuild: + (QA) RESTRICT clean up. 20 Mar 2007; Raúl Porcel <armin76@gentoo.org> tcpslice-1.2_alpha2.ebuild: x86 stable diff --git a/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild b/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild index 41ff031632f4..a4c4b2dc055e 100644 --- a/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild +++ b/net-analyzer/tcpslice/tcpslice-1.1_alpha3.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/tcpslice/tcpslice-1.1_alpha3.ebuild,v 1.11 2006/02/20 19:45:02 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild,v 1.12 2007/07/02 14:43:23 peper Exp $ inherit eutils @@ -12,7 +12,7 @@ DESCRIPTION="Tcpslice is a program for extracting portions of packet-trace files HOMEPAGE="http://www.tcpdump.org/" SRC_URI="mirror://debian/pool/main/t/tcpslice/tcpslice_1.1a3.orig.tar.gz mirror://debian/pool/main/t/tcpslice/tcpslice_1.1a3-1.1.diff.gz" -RESTRICT="nomirror" +RESTRICT="mirror" LICENSE="BSD" SLOT="0" diff --git a/net-analyzer/tcpslice/tcpslice-1.2_alpha2.ebuild b/net-analyzer/tcpslice/tcpslice-1.2_alpha2.ebuild index 86aff1a0084c..977a68bb1fb6 100644 --- a/net-analyzer/tcpslice/tcpslice-1.2_alpha2.ebuild +++ b/net-analyzer/tcpslice/tcpslice-1.2_alpha2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/tcpslice-1.2_alpha2.ebuild,v 1.4 2007/03/20 19:50:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/tcpslice-1.2_alpha2.ebuild,v 1.5 2007/07/02 14:43:23 peper Exp $ inherit eutils versionator @@ -10,7 +10,7 @@ DESCRIPTION="Tcpslice is a program for extracting portions of packet-trace files HOMEPAGE="http://www.tcpdump.org/" SRC_URI="mirror://debian/pool/main/t/tcpslice/${MY_P}.orig.tar.gz mirror://debian/pool/main/t/tcpslice/${MY_P}-4.diff.gz" -RESTRICT="nomirror" +RESTRICT="mirror" LICENSE="BSD" SLOT="0" |