commit:     dd7e9e440514289ee266ddd57f03f793f6415df7
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 09:27:04 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 09:27:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7e9e44

net-misc/libteam: drop 1.23, 1.31-r1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-misc/libteam/Manifest               |  2 --
 net-misc/libteam/libteam-1.23.ebuild    | 62 ---------------------------------
 net-misc/libteam/libteam-1.31-r1.ebuild | 62 ---------------------------------
 3 files changed, 126 deletions(-)

diff --git a/net-misc/libteam/Manifest b/net-misc/libteam/Manifest
index 1eaa8b55b645..bb61c14adc11 100644
--- a/net-misc/libteam/Manifest
+++ b/net-misc/libteam/Manifest
@@ -1,3 +1 @@
-DIST libteam-1.23.tar.gz 173445 BLAKE2B 
143e43cb092ac9aab8b152101c4c91c995436a6b02cf85fb710fa095a0bbd46fe70666149cfa9d86135b5496dd0287296e55d68f511aa5965c1d4f22f61ded57
 SHA512 
f78ceca4606b93e75fafdd97aa3cc44153fc42d31209f216c3da9c71abf38a2e4a690c71b8631ae09e02d7285d6bbd8292983fdc69eb921b0537a75558bc89f5
-DIST libteam-1.31.tar.gz 176331 BLAKE2B 
77aae059b37a018e5503642138aa469f0769d305ec2043642fb1d84ff1d05f6eb90083946ca113cf3f9c21a09a17b3fbda327b714eb96743a10e99b89d5d5c83
 SHA512 
1382cc3b0a2d0211f33e506e8a6fd8a1847398fa5bba56abfc959da70bcc8417cf1dba9e26a777da5729eb237f51a66b3f9cfa33fb830ed684aa076f4c8cec9e
 DIST libteam-1.32.tar.gz 177184 BLAKE2B 
dd3e988d52a373c3c006e749ffee35b12f7b26f0cd154479769b4426d97a23509a52d0b50430ef4220bce4ef6ee73c827b3eeb3fe28537f40f65c45fcacb18b6
 SHA512 
38a0926f22733000dedb5669e8ba29bd9bce61b00dbdc713220eee520e10ce6eb979b02408f785463cd7b61ff3e57a78b43ed6baffb305e63a0fab0883493507

diff --git a/net-misc/libteam/libteam-1.23.ebuild 
b/net-misc/libteam/libteam-1.23.ebuild
deleted file mode 100644
index 1b9b1ec0290c..000000000000
--- a/net-misc/libteam/libteam-1.23.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools linux-info
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/pirko/${PN}.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/jpirko/libteam/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Library and tools set for controlling team network device"
-HOMEPAGE="http://libteam.org";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="dbus debug examples static-libs +syslog zmq"
-
-DEPEND=">=dev-libs/jansson-2.4:=
-       dev-libs/libdaemon
-       >=dev-libs/libnl-3.2.19[utils]
-       dbus? ( sys-apps/dbus )
-       zmq? ( >=net-libs/zeromq-3.2.0 )
-       "
-
-RDEPEND="${DEPEND}
-       syslog? ( virtual/logger )"
-
-CONFIG_CHECK="~NET_TEAM ~NET_TEAM_MODE_ROUNDROBIN ~NET_TEAM_MODE_ACTIVEBACKUP 
~NET_TEAM_MODE_BROADCAST ~NET_TEAM_MODE_RANDOM ~NET_TEAM_MODE_LOADBALANCE"
-ERROR_NET_TEAM="NET_TEAM is not enabled in this kernel!
-Only >=3.3.0 kernel version support in team mode"
-
-DOCS=( README )
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable debug) \
-               $(use_enable syslog logging) \
-               $(use_enable dbus) \
-               $(use_enable zmq)
-}
-
-src_install() {
-       default
-
-       insinto /etc/dbus-1/system.d
-       doins teamd/dbus/teamd.conf
-
-       if use examples; then
-               docinto examples
-               dodoc teamd/example_configs/*
-       fi
-}

diff --git a/net-misc/libteam/libteam-1.31-r1.ebuild 
b/net-misc/libteam/libteam-1.31-r1.ebuild
deleted file mode 100644
index 553f8a920da5..000000000000
--- a/net-misc/libteam/libteam-1.31-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools linux-info
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/pirko/${PN}.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/jpirko/libteam/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Library and tools set for controlling team network device"
-HOMEPAGE="http://libteam.org";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="dbus debug examples static-libs +syslog zmq"
-
-DEPEND=">=dev-libs/jansson-2.4:=
-       dev-libs/libdaemon
-       >=dev-libs/libnl-3.2.19[utils]
-       dbus? ( sys-apps/dbus )
-       zmq? ( >=net-libs/zeromq-3.2.0 )
-       "
-
-RDEPEND="${DEPEND}
-       syslog? ( virtual/logger )"
-
-CONFIG_CHECK="~NET_TEAM ~NET_TEAM_MODE_ROUNDROBIN ~NET_TEAM_MODE_ACTIVEBACKUP 
~NET_TEAM_MODE_BROADCAST ~NET_TEAM_MODE_RANDOM ~NET_TEAM_MODE_LOADBALANCE"
-ERROR_NET_TEAM="NET_TEAM is not enabled in this kernel!
-Only >=3.3.0 kernel version support in team mode"
-
-DOCS=( README )
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable debug) \
-               $(use_enable syslog logging) \
-               $(use_enable dbus) \
-               $(use_enable zmq)
-}
-
-src_install() {
-       default
-
-       insinto /etc/dbus-1/system.d
-       doins teamd/dbus/teamd.conf
-
-       if use examples; then
-               docinto examples
-               dodoc teamd/example_configs/*
-       fi
-}

Reply via email to