commit:     cc763cab325c2df1c7156be21745d23e9cc2f6dd
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 14:03:01 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 14:03:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc763cab

net-libs/libnet: drop 1.2, 1.3

Bug: https://bugs.gentoo.org/875107
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 net-libs/libnet/Manifest          |  1 -
 net-libs/libnet/libnet-1.2.ebuild | 31 ------------------------------
 net-libs/libnet/libnet-1.3.ebuild | 40 ---------------------------------------
 3 files changed, 72 deletions(-)

diff --git a/net-libs/libnet/Manifest b/net-libs/libnet/Manifest
index a82807e0e478..581f74250282 100644
--- a/net-libs/libnet/Manifest
+++ b/net-libs/libnet/Manifest
@@ -1,3 +1,2 @@
-DIST libnet-1.2.tar.gz 649191 BLAKE2B 
bc463c7869e0327ec2f7663c2e66a27302e368f9846235f6774f36aed66263655badaf980e7e7fb08cc2f9a7f2620129c193bbdd49bbee58401f229a69c50c2a
 SHA512 
84430f24e000eb7728b1fbb5e620716d13d193e8b9e024cf56a08fbeeeaaf56c9122caaf7647f01e6b38b73212e592fa5cc4e8ff56b1d5f5a73aea462e84edd6
 DIST libnet-1.3-docs.tar.xz 21264 BLAKE2B 
a2c837cde6966a580b5b0cae12bfd8bb33793a5835c3c1ff1ecc273055f56d0f0084b48d7ebe768c1326ed54b67bed5dd23bb9f7524590a2095283950036e848
 SHA512 
b36bdd7cf9b7acca261004d2308ea6bcf11a67efe581f15ac77548dd02ed1f3e86f1daeb00cef4e774db983e13a95d7f79062258229909cb41886a45f8fd974a
 DIST libnet-1.3.tar.gz 595500 BLAKE2B 
b43f15143e6a1de3350b814d7acd4a41d61eb08e6dfeb729868e55f65c445942ae52905953f3a4fad00402b47fc5119634233ea3ae28806c1869bb34ef6fba9b
 SHA512 
c434327108b61e73b61acc5f2b346d049ab5d58e494db21971368eac733a9a0a3e9d95e0b4523c20629b02ed0feef086c50c582719635f21e980c440d55dd462

diff --git a/net-libs/libnet/libnet-1.2.ebuild 
b/net-libs/libnet/libnet-1.2.ebuild
deleted file mode 100644
index 7f782b5de479..000000000000
--- a/net-libs/libnet/libnet-1.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="library providing an API for commonly used low-level network 
functions"
-HOMEPAGE="http://libnet-dev.sourceforge.net/ https://github.com/libnet/libnet";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="BSD BSD-2 HPND"
-SLOT="1.1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="static-libs"
-
-DOCS=(
-       ChangeLog.md README.md doc/MIGRATION.md
-)
-
-# This patch is taken from master branch in mainstream commit a1659e2.  It is
-# necessary in order to support musl libc.
-PATCHES=( "${FILESDIR}/${P}-int64_t.patch" )
-
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-
-       find "${D}" -name '*.la' -delete || die
-}

diff --git a/net-libs/libnet/libnet-1.3.ebuild 
b/net-libs/libnet/libnet-1.3.ebuild
deleted file mode 100644
index 87856b6fa2d1..000000000000
--- a/net-libs/libnet/libnet-1.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library for commonly used low-level network functions"
-HOMEPAGE="http://libnet-dev.sourceforge.net/ https://github.com/libnet/libnet";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="BSD BSD-2"
-SLOT="1.1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="static-libs test"
-# Fails in sandbox, tries to access /proc/self/uid_map.
-RESTRICT="!test? ( test ) test"
-
-# doxygen needed for man pages
-BDEPEND="
-       app-text/doxygen
-       test? ( dev-util/cmocka )
-"
-
-DOCS=( ChangeLog.md README.md doc/MIGRATION.md )
-
-src_configure() {
-       local myeconfargs=(
-               --enable-doxygen-man
-
-               $(use_enable static-libs static)
-               $(use_enable test tests)
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-
-       find "${D}" -name '*.la' -delete || die
-}

Reply via email to