diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-12-01 10:24:11 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-12-01 10:24:11 +0000 |
commit | 2a652cdac99b3916a354924817ec6828c0a4b7ed (patch) | |
tree | 8a562a940458285fa503bdd5a3c78824f857ba2d /net-analyzer/tcpflow | |
parent | Force in-source build due to build system modifying sources. (diff) | |
download | gentoo-2-2a652cdac99b3916a354924817ec6828c0a4b7ed.tar.gz gentoo-2-2a652cdac99b3916a354924817ec6828c0a4b7ed.tar.bz2 gentoo-2-2a652cdac99b3916a354924817ec6828c0a4b7ed.zip |
Remove old.
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-analyzer/tcpflow')
-rw-r--r-- | net-analyzer/tcpflow/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/tcpflow/tcpflow-1.0.6.ebuild | 22 | ||||
-rw-r--r-- | net-analyzer/tcpflow/tcpflow-1.2.6.ebuild | 23 | ||||
-rw-r--r-- | net-analyzer/tcpflow/tcpflow-1.2.7.ebuild | 23 | ||||
-rw-r--r-- | net-analyzer/tcpflow/tcpflow-1.2.8.ebuild | 23 | ||||
-rw-r--r-- | net-analyzer/tcpflow/tcpflow-1.2.9.ebuild | 23 |
6 files changed, 6 insertions, 115 deletions
diff --git a/net-analyzer/tcpflow/ChangeLog b/net-analyzer/tcpflow/ChangeLog index 4398827dc874..1d0e7e25bb02 100644 --- a/net-analyzer/tcpflow/ChangeLog +++ b/net-analyzer/tcpflow/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/tcpflow # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/ChangeLog,v 1.46 2012/11/20 20:11:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/ChangeLog,v 1.47 2012/12/01 10:24:11 radhermit Exp $ + + 01 Dec 2012; Tim Harder <radhermit@gentoo.org> -tcpflow-1.0.6.ebuild, + -tcpflow-1.2.6.ebuild, -tcpflow-1.2.7.ebuild, -tcpflow-1.2.8.ebuild, + -tcpflow-1.2.9.ebuild: + Remove old. 20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tcpflow-1.3.0.ebuild: Stable for x86, wrt bug #441434 diff --git a/net-analyzer/tcpflow/tcpflow-1.0.6.ebuild b/net-analyzer/tcpflow/tcpflow-1.0.6.ebuild deleted file mode 100644 index 280f4299d643..000000000000 --- a/net-analyzer/tcpflow/tcpflow-1.0.6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-1.0.6.ebuild,v 1.3 2012/01/28 15:11:23 phajdan.jr Exp $ - -EAPI="4" - -DESCRIPTION="A tool for monitoring, capturing and storing TCP connections flows" -HOMEPAGE="http://afflib.org/" -SRC_URI="http://afflib.org/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos" -SLOT="0" -IUSE="test" - -RDEPEND="net-libs/libpcap" -DEPEND="${RDEPEND} - test? ( sys-apps/coreutils )" - -src_prepare() { - sed -i -e 's:`md5 -q \(.*\)`:`md5sum \1 | cut -f1 -d" "`:' tests/*.sh || die -} diff --git a/net-analyzer/tcpflow/tcpflow-1.2.6.ebuild b/net-analyzer/tcpflow/tcpflow-1.2.6.ebuild deleted file mode 100644 index aba4f4243ea3..000000000000 --- a/net-analyzer/tcpflow/tcpflow-1.2.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-1.2.6.ebuild,v 1.4 2012/06/09 06:32:44 jdhore Exp $ - -EAPI="4" - -DESCRIPTION="A tool for monitoring, capturing and storing TCP connections flows" -HOMEPAGE="https://github.com/simsong/tcpflow" -SRC_URI="mirror://github/simsong/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos" -SLOT="0" -IUSE="test" - -RDEPEND="net-libs/libpcap - sys-libs/zlib" -DEPEND="${RDEPEND} - test? ( sys-apps/coreutils )" - -src_prepare() { - sed -i -e 's:`md5 -q \(.*\)`:`md5sum \1 | cut -f1 -d" "`:' tests/*.sh || die -} diff --git a/net-analyzer/tcpflow/tcpflow-1.2.7.ebuild b/net-analyzer/tcpflow/tcpflow-1.2.7.ebuild deleted file mode 100644 index f3becad59c8f..000000000000 --- a/net-analyzer/tcpflow/tcpflow-1.2.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-1.2.7.ebuild,v 1.1 2012/06/04 09:37:43 radhermit Exp $ - -EAPI="4" - -DESCRIPTION="A tool for monitoring, capturing and storing TCP connections flows" -HOMEPAGE="https://github.com/simsong/tcpflow" -SRC_URI="mirror://github/simsong/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" -SLOT="0" -IUSE="test" - -RDEPEND="net-libs/libpcap - sys-libs/zlib" -DEPEND="${RDEPEND} - test? ( sys-apps/coreutils )" - -src_prepare() { - sed -i -e 's:`md5 -q \(.*\)`:`md5sum \1 | cut -f1 -d" "`:' tests/*.sh || die -} diff --git a/net-analyzer/tcpflow/tcpflow-1.2.8.ebuild b/net-analyzer/tcpflow/tcpflow-1.2.8.ebuild deleted file mode 100644 index 30d6e336f539..000000000000 --- a/net-analyzer/tcpflow/tcpflow-1.2.8.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-1.2.8.ebuild,v 1.1 2012/08/01 18:45:12 jer Exp $ - -EAPI="4" - -DESCRIPTION="A tool for monitoring, capturing and storing TCP connections flows" -HOMEPAGE="https://github.com/simsong/tcpflow" -SRC_URI="mirror://github/simsong/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" -SLOT="0" -IUSE="test" - -RDEPEND="net-libs/libpcap - sys-libs/zlib" -DEPEND="${RDEPEND} - test? ( sys-apps/coreutils )" - -src_prepare() { - sed -i -e 's:`md5 -q \(.*\)`:`md5sum \1 | cut -f1 -d" "`:' tests/*.sh || die -} diff --git a/net-analyzer/tcpflow/tcpflow-1.2.9.ebuild b/net-analyzer/tcpflow/tcpflow-1.2.9.ebuild deleted file mode 100644 index 3a0d0d1995a4..000000000000 --- a/net-analyzer/tcpflow/tcpflow-1.2.9.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-1.2.9.ebuild,v 1.1 2012/08/20 02:04:47 radhermit Exp $ - -EAPI="4" - -DESCRIPTION="A tool for monitoring, capturing and storing TCP connections flows" -HOMEPAGE="https://github.com/simsong/tcpflow" -SRC_URI="mirror://github/simsong/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" -SLOT="0" -IUSE="test" - -RDEPEND="net-libs/libpcap - sys-libs/zlib" -DEPEND="${RDEPEND} - test? ( sys-apps/coreutils )" - -src_prepare() { - sed -i -e 's:`md5 -q \(.*\)`:`md5sum \1 | cut -f1 -d" "`:' tests/*.sh || die -} |