commit:     57ff17bef15b550017e20e0b161256339d872c6f
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 08:08:24 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 08:25:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ff17be

net-analyzer/hexinject: drop 1.5, 1.6

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-analyzer/hexinject/Manifest             |  1 -
 net-analyzer/hexinject/hexinject-1.5.ebuild | 36 -----------------------------
 net-analyzer/hexinject/hexinject-1.6.ebuild | 34 ---------------------------
 3 files changed, 71 deletions(-)

diff --git a/net-analyzer/hexinject/Manifest b/net-analyzer/hexinject/Manifest
index dfec39c623d..8edb0618ffb 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 b33f5f0bda0..00000000000
--- 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 5d8011ced35..00000000000
--- 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
-}

Reply via email to