summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-03-20 10:08:24 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-03-20 10:25:14 +0200
commit57ff17bef15b550017e20e0b161256339d872c6f (patch)
tree4378c728692b13f7a590d1a031932e07c39daf37 /net-analyzer
parentmedia-video/qmplay2: drop 19.12.19, 20.05.02 (diff)
downloadgentoo-57ff17bef15b550017e20e0b161256339d872c6f.tar.gz
gentoo-57ff17bef15b550017e20e0b161256339d872c6f.tar.bz2
gentoo-57ff17bef15b550017e20e0b161256339d872c6f.zip
net-analyzer/hexinject: drop 1.5, 1.6
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/hexinject/Manifest1
-rw-r--r--net-analyzer/hexinject/hexinject-1.5.ebuild36
-rw-r--r--net-analyzer/hexinject/hexinject-1.6.ebuild34
3 files changed, 0 insertions, 71 deletions
diff --git a/net-analyzer/hexinject/Manifest b/net-analyzer/hexinject/Manifest
index dfec39c623d0..8edb0618ffb3 100644
--- a/net-analyzer/hexinject/Manifest
+++ b/net-analyzer/hexinject/Manifest
@@ -1,2 +1 @@
-DIST hexinject-1.5.tar.gz 14449 BLAKE2B e7c3fc34cce5b004622d6fe30584d90d8739fcc218d485317ddab178807caa4bf82e86b66f45df3311e05ca96c58aa9590108ffaa53c703feaafa64af8804e2e SHA512 cd145b6f2ae9d739effca03959fb474df11d28ff015c0e5bd1e30c341f60085154795f3c8a601b7241623944b3868b6fc9a3e1530a3aa4e7aaa2b3794a5aa34a
DIST hexinject-1.6.tar.gz 16876 BLAKE2B ac2951a5b4705ec84ed72fa5513e84b8bf031bd7e43b05c76fe83fc601cf3a245352afb0f226cc128bb028124ba898bc67394f2d839554ee01e25ee25c8f0c4d SHA512 7432122a7ca42b7ac066cc55daec2d4a656b08e0f390db1a49f626181080d07687026d04a150573e3341e4e76f87a20b6466deddcc9d022e7d66fadcb8dac1ad
diff --git a/net-analyzer/hexinject/hexinject-1.5.ebuild b/net-analyzer/hexinject/hexinject-1.5.ebuild
deleted file mode 100644
index b33f5f0bda0c..000000000000
--- a/net-analyzer/hexinject/hexinject-1.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Network packet sniffer and injector"
-HOMEPAGE="http://hexinject.sourceforge.net/"
-SRC_URI="http://downloads.sourceforge.net/project/${PN}/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+tools experimental"
-
-DEPEND="net-libs/libpcap"
-RDEPEND="${DEPEND}
- experimental? ( dev-lang/tcl )"
-
-S="${WORKDIR}/${PN}"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.5-fix-build-system.patch )
-
-src_prepare() {
- default
- append-cflags -std=gnu89
- tc-export CC
-}
-
-src_install() {
- dobin hexinject
- use tools && dobin hex2raw prettypacket
- use experimental && dobin packets.tcl
- einstalldocs
-}
diff --git a/net-analyzer/hexinject/hexinject-1.6.ebuild b/net-analyzer/hexinject/hexinject-1.6.ebuild
deleted file mode 100644
index 5d8011ced352..000000000000
--- a/net-analyzer/hexinject/hexinject-1.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Network packet sniffer and injector"
-HOMEPAGE="http://hexinject.sourceforge.net/"
-SRC_URI="http://downloads.sourceforge.net/project/${PN}/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+tools experimental"
-
-DEPEND="net-libs/libpcap"
-RDEPEND="${DEPEND}
- experimental? ( dev-lang/tcl )"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- default
- append-cflags -std=gnu89
- tc-export CC
-}
-
-src_install() {
- dobin hexinject
- use tools && dobin hex2raw prettypacket
- use experimental && dobin packets.tcl
- einstalldocs
-}