diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-11-27 09:39:08 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-27 09:39:08 -0500 |
commit | da78219d750c83726c368dd56db0b8ccf2a139a3 (patch) | |
tree | cbc38d60432a3150feccba391cefc6b78c1def78 /net-analyzer/sflowtool | |
parent | net-analyzer/netwatch: drop old (diff) | |
download | gentoo-da78219d750c83726c368dd56db0b8ccf2a139a3.tar.gz gentoo-da78219d750c83726c368dd56db0b8ccf2a139a3.tar.bz2 gentoo-da78219d750c83726c368dd56db0b8ccf2a139a3.zip |
net-analyzer/sflowtool: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/sflowtool')
-rw-r--r-- | net-analyzer/sflowtool/Manifest | 5 | ||||
-rw-r--r-- | net-analyzer/sflowtool/sflowtool-3.34.ebuild | 19 | ||||
-rw-r--r-- | net-analyzer/sflowtool/sflowtool-3.41.ebuild | 25 | ||||
-rw-r--r-- | net-analyzer/sflowtool/sflowtool-5.02.ebuild | 24 | ||||
-rw-r--r-- | net-analyzer/sflowtool/sflowtool-5.04.ebuild | 24 | ||||
-rw-r--r-- | net-analyzer/sflowtool/sflowtool-5.05.ebuild | 24 |
6 files changed, 0 insertions, 121 deletions
diff --git a/net-analyzer/sflowtool/Manifest b/net-analyzer/sflowtool/Manifest index 598b4a6ff155..6f5c278eb1ff 100644 --- a/net-analyzer/sflowtool/Manifest +++ b/net-analyzer/sflowtool/Manifest @@ -1,6 +1 @@ -DIST sflowtool-3.34.tar.gz 171613 BLAKE2B 70e55777253af2055f7de57da53bde8f63b6ee79fcd0db7545bbaabf024ea3baf933beb0a62c9a29b073b34f3471faf47ceaca6664d873fe5d91a3fe73b76f54 SHA512 4fd551fc1e03f68c886bf3effaab466c4470f1e3878ed5b94fd5152e81c076b56a6901df878edc95850522cf70458c6c9c4130c12ff071739b1da4725ae1e777 -DIST sflowtool-3.41.tar.gz 187119 BLAKE2B 3ba9d1baf8da4be14361ce82f7a783d7d1dde10264f123688703c4a41eb316d8d917f98150bb64562c3398f49a4a083e35b56402e8e8ea0a140406923bfe0519 SHA512 8758bb7f2ad17db1c8d8c943093edde72efbd4411f8acbba2b97717e447df0b9e771a33307b9fa090da6ca12ba2dac69fd72787795aa878ad3c5d4148100c57d -DIST sflowtool-5.02.tar.gz 192907 BLAKE2B 100745fb7f4eb4e40edf93e66a0f3fb26e2cdc26d2d3808d6bf5fa4a92d2b973e6fd8947f39a1695898abf647f4012cbb1577af281f8b51fc6d008ed4643986e SHA512 9b2369c8d30b9cdcd1cdfca29e2f8405ac8ea3bba22243ce62d708f943b726865fbf6ba2eee2f0e00e5df1d1b6fd4977f636bbdbe9676424183e1f973bd64dde -DIST sflowtool-5.04.tar.gz 187733 BLAKE2B 8298bbbf23d2ce30b5954a73fc8fed9e9e3510e77d80e02cff9fdab2330260cd3960db76ed7c1e9266b47f964e5724eb2fef9dd89514d9abbbf050df28e1e133 SHA512 611c3c23ed7a586997b1622b4d1c48eb0e0784a0667e5f7d17f2862c071ff5a34a55c6e537eba99e1c281d9ab870c95c805b764122b623520c81870d730b1688 -DIST sflowtool-5.05.tar.gz 187876 BLAKE2B 895d9ff10cf7fbf7219d18849abe6ffbf6a0b00aba7f50e69beaa15a1dc7aae317bb879a2b4d50a4ad0e88bcb889e1f0f946e18d16f977eda63d5acd98ff5c98 SHA512 7089f075dda7571100aa41e1f016a83a3dba62392e251f4c3f9a1eef0f9f5c02b189ca12b0c3ac77add78b83ca5ecc70b39d7317cd5feea2b4f3580121206937 DIST sflowtool-5.06.tar.gz 78044 BLAKE2B db4a14d3e94660c803399f99b486bc04579b8dacf4e01f484ebeb31cbeec0ad279efdbd85b5a242a4dd9016e36428992344af50275dfd15c89b3337351d5fdb0 SHA512 365922e09544928bbf5893c04e05bc5b3d632290804711cc248d6bbd52c8ed30646bb9bdfd7b231a357f88bd5592473b95edff6ab3b50121809f909b4b65c7a2 diff --git a/net-analyzer/sflowtool/sflowtool-3.34.ebuild b/net-analyzer/sflowtool/sflowtool-3.34.ebuild deleted file mode 100644 index 96c9498e8607..000000000000 --- a/net-analyzer/sflowtool/sflowtool-3.34.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit flag-o-matic - -DESCRIPTION="sflowtool is a utility for collecting and processing sFlow data" -HOMEPAGE="http://www.inmon.com/technology/sflowTools.php" -SRC_URI="http://www.inmon.com/bin/${P}.tar.gz" - -LICENSE="inmon-sflow" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="debug" - -src_prepare() { - append-cppflags -DSPOOFSOURCE - use debug && append-cppflags -DDEBUG -} diff --git a/net-analyzer/sflowtool/sflowtool-3.41.ebuild b/net-analyzer/sflowtool/sflowtool-3.41.ebuild deleted file mode 100644 index 91200811c1aa..000000000000 --- a/net-analyzer/sflowtool/sflowtool-3.41.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit flag-o-matic - -DESCRIPTION="sflowtool is a utility for collecting and processing sFlow data" -HOMEPAGE=" - http://www.inmon.com/technology/sflowTools.php - https://github.com/sflow/sflowtool -" -SRC_URI="https://github.com/sflow/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="inmon-sflow" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug" - -src_prepare() { - default - - append-cppflags -DSPOOFSOURCE - - use debug && append-cppflags -DDEBUG -} diff --git a/net-analyzer/sflowtool/sflowtool-5.02.ebuild b/net-analyzer/sflowtool/sflowtool-5.02.ebuild deleted file mode 100644 index 820030971af1..000000000000 --- a/net-analyzer/sflowtool/sflowtool-5.02.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit flag-o-matic - -DESCRIPTION="sflowtool is a utility for collecting and processing sFlow data" -HOMEPAGE=" - https://inmon.com/technology/sflowTools.php - https://github.com/sflow/sflowtool -" -SRC_URI="https://github.com/sflow/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="inmon-sflow" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug" - -src_configure() { - append-cppflags -DSPOOFSOURCE - use debug && append-cppflags -DDEBUG - - default -} diff --git a/net-analyzer/sflowtool/sflowtool-5.04.ebuild b/net-analyzer/sflowtool/sflowtool-5.04.ebuild deleted file mode 100644 index 820030971af1..000000000000 --- a/net-analyzer/sflowtool/sflowtool-5.04.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit flag-o-matic - -DESCRIPTION="sflowtool is a utility for collecting and processing sFlow data" -HOMEPAGE=" - https://inmon.com/technology/sflowTools.php - https://github.com/sflow/sflowtool -" -SRC_URI="https://github.com/sflow/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="inmon-sflow" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug" - -src_configure() { - append-cppflags -DSPOOFSOURCE - use debug && append-cppflags -DDEBUG - - default -} diff --git a/net-analyzer/sflowtool/sflowtool-5.05.ebuild b/net-analyzer/sflowtool/sflowtool-5.05.ebuild deleted file mode 100644 index 5ed462acaf02..000000000000 --- a/net-analyzer/sflowtool/sflowtool-5.05.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit flag-o-matic - -DESCRIPTION="sflowtool is a utility for collecting and processing sFlow data" -HOMEPAGE=" - https://inmon.com/technology/sflowTools.php - https://github.com/sflow/sflowtool -" -SRC_URI="https://github.com/sflow/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="inmon-sflow" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug" - -src_configure() { - append-cppflags -DSPOOFSOURCE - use debug && append-cppflags -DDEBUG - - default -} |