commit:     a33e471e81728f82bc4c3519f46d9333615b9459
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 15:48:29 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 15:59:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33e471e

net-libs/libcrafter: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-libs/libcrafter/Manifest                       |  2 --
 net-libs/libcrafter/libcrafter-0.3.ebuild          | 37 --------------------
 .../libcrafter/libcrafter-0.3_p20171019.ebuild     | 40 ----------------------
 3 files changed, 79 deletions(-)

diff --git a/net-libs/libcrafter/Manifest b/net-libs/libcrafter/Manifest
index 9768703da88..d9200c7225c 100644
--- a/net-libs/libcrafter/Manifest
+++ b/net-libs/libcrafter/Manifest
@@ -1,3 +1 @@
-DIST libcrafter-0.3.tar.gz 104051 BLAKE2B 
6349c260d32ab6f270c05c156dbcf7cf20e85808ce7b8df8747fa9d6e1d413f96c12ff55b3c227952b348f2654cde81b5ca73753da61a9593c3c1699ed96bd7d
 SHA512 
7c396ba942b304dddfaa569adb44697f75568d3ef2ed48dda758e281f3b7c172439309033bbf5498069a4a61a952f93e41af99b129ce874ce76b5ec08da58116
-DIST libcrafter-0.3_p20171019.tar.xz 90152 BLAKE2B 
4837a98a45ecdf924a63e916fd2cfdd481624c0cb5b673e0b43eaace328cbcb761ac2d09c50242602730ec2c69ceb8836b7092cbd286c887819db2095ceba749
 SHA512 
eb53ed641abbce3555f6b7bc3756bc9dc45068bf58320ba0f78dbcefc04cbfe669b12625c81a185fa377bf89e8453b52e0f9bef5c9e1ebfae34bc56eca090438
 DIST libcrafter-1.0.tar.gz 116514 BLAKE2B 
6f7adee30b1f7be1bf03fedd39deb53ddc7284934f908ebb056726c31adcaa133405a13c06fa6d35b066992e5ccf24eb971d46a44dcad6932009c1d35fc0c0f7
 SHA512 
146f34831bf26047be06a0dea406ed0495990fd4256c598b5a4ddea4ab8cc6635dbbe98010cb73ada94ec6bd8be65cdcb3489de7dd9b961711707047f94fb48d

diff --git a/net-libs/libcrafter/libcrafter-0.3.ebuild 
b/net-libs/libcrafter/libcrafter-0.3.ebuild
deleted file mode 100644
index 45d2b5b2d45..00000000000
--- a/net-libs/libcrafter/libcrafter-0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils ltprune
-
-DESCRIPTION="A high level C++ network packet sniffing and crafting library"
-HOMEPAGE="https://github.com/pellegre/libcrafter";
-SRC_URI="https://github.com/pellegre/${PN}/archive/version-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-RDEPEND="
-       net-libs/libpcap
-"
-DEPEND="
-       ${RDEPEND}
-"
-
-S=${WORKDIR}/${PN}-version-${PV}/${PN}
-
-src_prepare() {
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-
-       prune_libtool_files
-}

diff --git a/net-libs/libcrafter/libcrafter-0.3_p20171019.ebuild 
b/net-libs/libcrafter/libcrafter-0.3_p20171019.ebuild
deleted file mode 100644
index e9f0d9bec4a..00000000000
--- a/net-libs/libcrafter/libcrafter-0.3_p20171019.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="A high level C++ network packet sniffing and crafting library"
-HOMEPAGE="https://github.com/pellegre/libcrafter";
-SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.xz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-RDEPEND="
-       net-libs/libpcap
-"
-DEPEND="
-       ${RDEPEND}
-"
-S=${WORKDIR}/${PN}
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.3_p20171019-libpcap.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to