commit:     ebd80baec2cd21a691c4d7b75857eb849f40f77f
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Fri Apr  2 17:16:14 2021 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Apr  2 17:16:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd80bae

net-misc/lldpd: Remove old

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 net-misc/lldpd/Manifest                            |   4 -
 .../files/lldpd-0.9.5-seccomp-add-socket-ops.patch |  13 ---
 .../lldpd/files/lldpd-1.0.1-seccomp-add-brk.patch  |  11 ---
 .../lldpd/files/lldpd-1.0.2-seccomp-add-misc.patch |  12 ---
 .../files/lldpd-1.0.3-fix-fdp-without-cdp.patch    |  30 ------
 net-misc/lldpd/files/lldpd-1.0.5-cpp.patch         |  13 ---
 net-misc/lldpd/files/lldpd-1.0.5-seccomp.patch     |  31 ------
 net-misc/lldpd/files/lldpd-1.0.6-seccomp.patch     |  12 ---
 net-misc/lldpd/lldpd-1.0.3.ebuild                  | 106 ---------------------
 net-misc/lldpd/lldpd-1.0.4.ebuild                  | 105 --------------------
 net-misc/lldpd/lldpd-1.0.5-r1.ebuild               | 103 --------------------
 net-misc/lldpd/lldpd-1.0.6.ebuild                  | 102 --------------------
 12 files changed, 542 deletions(-)

diff --git a/net-misc/lldpd/Manifest b/net-misc/lldpd/Manifest
index bbeb62f6ee7..80d7b80e317 100644
--- a/net-misc/lldpd/Manifest
+++ b/net-misc/lldpd/Manifest
@@ -1,5 +1 @@
-DIST lldpd-1.0.3.tar.gz 1605563 BLAKE2B 
968d1c2e046049fd9ba9e9af7b8cb4f531fbd99f41a9157679f3694f800b0da1a4dd3b21feac583fa5cde3f57b022e2d6ee543ea349e1136037ba10419e3c855
 SHA512 
bae121a707d06726830dbb6b45210c1ed23aa2a99349a68d088b3ae3109504a6b462c7b0abf8543297083294519be2878779edf1a41bb73fe002bb6c9f966ef1
-DIST lldpd-1.0.4.tar.gz 1607806 BLAKE2B 
28fc45b0f2fe958e5d0aac370b54fda286aa4f04c228eeb12a2f60ea6643f63a7de3831ee3f0a060cd4de3849e75b58fdb6a868dc1aa0f8dc4b516fdd4f4ead0
 SHA512 
a5537acf2ca3be22a70124101c1c70713e655aee8d6344d25901aa5eff1efd5afb221364b9c92388bf3edf74c4cd5841fb7c9ba77745ac3cd80051bc0bad1ac9
-DIST lldpd-1.0.5.tar.gz 1624872 BLAKE2B 
0c85cd05bd9e24c06038675be0e9e03228981bb815d8eb93ba1565eb2001dfbf24c183c9d10a1a3d194f49990e252a53730ef69a8b0e9e3151de40bb2ae5a5b8
 SHA512 
ce6075b6e2f847c4854c117ffc81d6e9f852e857d2bf88151ea7b3d40fbebcf980f65d4a21f17332de7f27fc696ce3ada3c063b8fa7677d7b9eee3e4634e898e
-DIST lldpd-1.0.6.tar.gz 1814839 BLAKE2B 
d4bf30a7ae5a5de93f67ef6b06662e287a4c2eff76f157dc9b0a551b4473e0b0896e7af1cd39866f2ee0013ebdf572e762d8543a00bda0d0a1136cfedc7f2ba9
 SHA512 
b0930cf3202eba6bcbb7d5f941bda16ebbdde15f1839c6664c2896f92a7c2842cbe87baa32c7ce85f1d1fe012a8ceb9975a06244644a4bc3759241a4a1d058d1
 DIST lldpd-1.0.7.tar.gz 1815150 BLAKE2B 
53bd73ce4cadf9c49f93a7ec5459adba0076d40156ba25c9ea6985b10a2cfec74a741318e74fa59bf560ce129eed2faf2964c093019b27e922c3dd10ed7daa13
 SHA512 
32fc153d0376db797163e4654c75cc8d10c35b85d7bb611996920bf67dfd2f30e154328a6e81837d9f77e8b4b7dd9ba76c81c5dd5847faa083654b8405d0bd69

diff --git a/net-misc/lldpd/files/lldpd-0.9.5-seccomp-add-socket-ops.patch 
b/net-misc/lldpd/files/lldpd-0.9.5-seccomp-add-socket-ops.patch
deleted file mode 100644
index 987ef9a515c..00000000000
--- a/net-misc/lldpd/files/lldpd-0.9.5-seccomp-add-socket-ops.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/daemon/priv-seccomp.c b/src/daemon/priv-seccomp.c
-index 97f4233..36184cd 100644
---- a/src/daemon/priv-seccomp.c
-+++ b/src/daemon/priv-seccomp.c
-@@ -167,6 +167,8 @@ priv_seccomp_init(int remote, int child)
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(recvmsg), 0)) 
< 0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(readv), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(mprotect), 0)) 
< 0 ||
-+          (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(sendmmsg), 0)) 
< 0 ||
-+          (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(recvfrom), 0)) 
< 0 ||
-           /* The following are for resolving addresses */
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(mmap), 0)) < 0 
||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(munmap), 0)) < 
0 ||

diff --git a/net-misc/lldpd/files/lldpd-1.0.1-seccomp-add-brk.patch 
b/net-misc/lldpd/files/lldpd-1.0.1-seccomp-add-brk.patch
deleted file mode 100644
index 40cc428ec8f..00000000000
--- a/net-misc/lldpd/files/lldpd-1.0.1-seccomp-add-brk.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -purN lldpd-1.0.1.orig/src/daemon/priv-seccomp.c 
lldpd-1.0.1/src/daemon/priv-seccomp.c
---- lldpd-1.0.1.orig/src/daemon/priv-seccomp.c 2018-06-12 07:48:04.282557213 
+0200
-+++ lldpd-1.0.1/src/daemon/priv-seccomp.c      2018-06-12 07:52:26.214348537 
+0200
-@@ -162,6 +162,7 @@ priv_seccomp_init(int remote, int child)
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(sendmmsg), 0)) 
< 0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(wait4), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(stat), 0)) < 0 
||
-+          (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(brk), 0)) < 0 
|| /* brk needed for newer libc */
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(getpid), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(rt_sigreturn), 
0)) < 0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(close), 0)) < 
0 ||

diff --git a/net-misc/lldpd/files/lldpd-1.0.2-seccomp-add-misc.patch 
b/net-misc/lldpd/files/lldpd-1.0.2-seccomp-add-misc.patch
deleted file mode 100644
index c5e6d2edb78..00000000000
--- a/net-misc/lldpd/files/lldpd-1.0.2-seccomp-add-misc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/daemon/priv-seccomp.c b/src/daemon/priv-seccomp.c
-index fe48ad3..791b76b 100644
---- a/src/daemon/priv-seccomp.c
-+++ b/src/daemon/priv-seccomp.c
-@@ -148,6 +148,7 @@ priv_seccomp_init(int remote, int child)
-       if ((rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(read), 0)) < 0 
||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(write), 0)) < 
0 || /* write needed for */
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(open), 0)) < 0 
||
-+          (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(lseek), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(openat), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(fcntl), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(kill), 0)) < 0 
||

diff --git a/net-misc/lldpd/files/lldpd-1.0.3-fix-fdp-without-cdp.patch 
b/net-misc/lldpd/files/lldpd-1.0.3-fix-fdp-without-cdp.patch
deleted file mode 100644
index 17099a2f819..00000000000
--- a/net-misc/lldpd/files/lldpd-1.0.3-fix-fdp-without-cdp.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-commit 4e7ec8233cd185941eaa9e41785cfc53f92799b4
-Author: Vincent Bernat <[email protected]>
-Date:   Tue Jan 8 17:19:15 2019 -0500
-
-    build: fix compilation with `--enable-fdp --disable-cdp`
-    
-    Fix #315
-
-diff --git a/src/lldpd-structs.h b/src/lldpd-structs.h
-index c3ffa10..f6b03d7 100644
---- a/src/lldpd-structs.h
-+++ b/src/lldpd-structs.h
-@@ -129,7 +129,7 @@ struct lldpd_dot3_power {
- MARSHAL(lldpd_dot3_power);
- #endif
- 
--#ifdef ENABLE_CDP
-+#if defined (ENABLE_CDP) || defined (ENABLE_FDP)
- struct cdpv2_power {
-       u_int16_t request_id;
-       u_int16_t management_id;
-@@ -273,7 +273,7 @@ struct lldpd_port {
-       struct lldpd_med_power   p_med_power;
- #endif
- 
--#ifdef ENABLE_CDP
-+#if defined (ENABLE_CDP) || defined (ENABLE_FDP)
-       struct cdpv2_power p_cdp_power;
- #endif
- 

diff --git a/net-misc/lldpd/files/lldpd-1.0.5-cpp.patch 
b/net-misc/lldpd/files/lldpd-1.0.5-cpp.patch
deleted file mode 100644
index 0c3fc1964d4..00000000000
--- a/net-misc/lldpd/files/lldpd-1.0.5-cpp.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
-index 0d5f2f3..cc41a8a 100644
---- a/src/daemon/Makefile.am
-+++ b/src/daemon/Makefile.am
-@@ -108,7 +108,7 @@ CLEANFILES    += syscall-names.h
- syscall-names.h:
-       $(AM_V_GEN)
-       $(AM_V_at)echo "static const char *syscall_names[] = {" > $@ ;\
--      echo "#include <sys/syscall.h>" | cpp -dM | grep '^#define __NR_' | \
-+      echo "#include <sys/syscall.h>" | $(CPP) -dM | grep '^#define __NR_' | \
-               LC_ALL=C sed -r -n -e 's/^\#define[ \t]+__NR_([a-z0-9_]+)[ 
\t]+([0-9]+)(.*)/ [\2] = "\1",/p' >> $@ ;\
-       echo "};" >> $@
- nodist_liblldpd_la_SOURCES += syscall-names.h

diff --git a/net-misc/lldpd/files/lldpd-1.0.5-seccomp.patch 
b/net-misc/lldpd/files/lldpd-1.0.5-seccomp.patch
deleted file mode 100644
index 4ac67afeec5..00000000000
--- a/net-misc/lldpd/files/lldpd-1.0.5-seccomp.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff --git a/src/daemon/priv-seccomp.c b/src/daemon/priv-seccomp.c
-index 5a6e2ae..5cef36f 100644
---- a/src/daemon/priv-seccomp.c
-+++ b/src/daemon/priv-seccomp.c
-@@ -148,6 +148,7 @@ priv_seccomp_init(int remote, int child)
-       if ((rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(read), 0)) < 0 
||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(write), 0)) < 
0 || /* write needed for */
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(open), 0)) < 0 
||
-+          (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(lseek), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(openat), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(lseek), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(fcntl), 0)) < 
0 ||
-@@ -163,6 +164,7 @@ priv_seccomp_init(int remote, int child)
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(sendmmsg), 0)) 
< 0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(wait4), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(stat), 0)) < 0 
||
-+          (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(brk), 0)) < 0 
|| /* brk needed for newer libc */
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(getpid), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(rt_sigreturn), 
0)) < 0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(close), 0)) < 
0 ||
-@@ -172,6 +174,10 @@ priv_seccomp_init(int remote, int child)
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(recvfrom), 0)) 
< 0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(readv), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(mprotect), 0)) 
< 0 ||
-+          (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(sendmmsg), 0)) 
< 0 ||
-+          (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(recvfrom), 0)) 
< 0 ||
-+          (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, 
SCMP_SYS(clock_gettime), 0)) < 0 ||
-+          (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(gettimeofday), 
0)) < 0 ||
-           /* The following are for resolving addresses */
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(mmap), 0)) < 0 
||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(munmap), 0)) < 
0 ||

diff --git a/net-misc/lldpd/files/lldpd-1.0.6-seccomp.patch 
b/net-misc/lldpd/files/lldpd-1.0.6-seccomp.patch
deleted file mode 100644
index f0d38bd25a5..00000000000
--- a/net-misc/lldpd/files/lldpd-1.0.6-seccomp.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/daemon/priv-seccomp.c b/src/daemon/priv-seccomp.c
-index 6d2736a..5bab871 100644
---- a/src/daemon/priv-seccomp.c
-+++ b/src/daemon/priv-seccomp.c
-@@ -170,6 +170,7 @@ priv_seccomp_init(int remote, int child)
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(sendto), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(poll), 0)) < 0 
||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(recvmsg), 0)) 
< 0 ||
-+          (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(sendmmsg), 0)) 
< 0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(recvfrom), 0)) 
< 0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(readv), 0)) < 
0 ||
-           (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(mprotect), 0)) 
< 0 ||

diff --git a/net-misc/lldpd/lldpd-1.0.3.ebuild 
b/net-misc/lldpd/lldpd-1.0.3.ebuild
deleted file mode 100644
index 7a948e636cc..00000000000
--- a/net-misc/lldpd/lldpd-1.0.3.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils user systemd bash-completion-r1 autotools ltprune tmpfiles
-
-DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
-HOMEPAGE="https://vincentbernat.github.com/lldpd/";
-SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz";
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers
-       seccomp sonmp snmp static-libs test readline xml zsh-completion"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/libbsd
-       >=dev-libs/libevent-2.0.5:=
-       sys-libs/readline:0=
-       snmp? ( net-analyzer/net-snmp[extensible(+)] )
-       xml? ( dev-libs/libxml2 )
-       seccomp? ( sys-libs/libseccomp )
-       zsh-completion? ( app-shells/zsh )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? (
-               graph? ( app-doc/doxygen[dot] )
-               !graph? ( app-doc/doxygen )
-       )
-       test? ( dev-libs/check )"
-
-REQUIRED_USE="graph? ( doc )"
-
-PATCHES=(
-       "${FILESDIR}/lldpd-0.9.5-seccomp-add-socket-ops.patch"
-       "${FILESDIR}/lldpd-1.0.1-seccomp-add-brk.patch"
-       "${FILESDIR}/lldpd-1.0.2-seccomp-add-misc.patch"
-       "${FILESDIR}/lldpd-1.0.3-fix-fdp-without-cdp.patch"
-)
-
-pkg_setup() {
-       ebegin "Creating lldpd user and group"
-       enewgroup ${PN}
-       enewuser ${PN} -1 -1 -1 ${PN}
-       eend $?
-}
-
-src_prepare() {
-       default
-
-       eautoreconf
-       elibtoolize
-}
-
-src_configure() {
-       econf \
-               --without-embedded-libevent \
-               --with-privsep-user=${PN} \
-               --with-privsep-group=${PN} \
-               --with-privsep-chroot=/run/${PN} \
-               --with-lldpd-ctl-socket=/run/${PN}.socket \
-               --with-lldpd-pid-file=/run/${PN}.pid \
-               $(use_enable cdp) \
-               $(use_enable doc doxygen-man) \
-               $(use_enable doc doxygen-pdf) \
-               $(use_enable doc doxygen-html) \
-               $(use_enable dot1) \
-               $(use_enable dot3) \
-               $(use_enable edp) \
-               $(use_enable fdp) \
-               $(use_enable graph doxygen-dot) \
-               $(use_enable lldpmed) \
-               $(use_enable old-kernel oldies) \
-               $(use_enable sonmp) \
-               $(use_enable static-libs static) \
-               $(use_with readline) \
-               $(use_enable sanitizers) \
-               $(use_with seccomp) \
-               $(use_with snmp) \
-               $(use_with xml)
-}
-
-src_compile() {
-       emake
-       use doc && emake doxygen-doc
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       prune_libtool_files
-
-       newinitd "${FILESDIR}"/${PN}-initd-5 ${PN}
-       newconfd "${FILESDIR}"/${PN}-confd-1 ${PN}
-       newbashcomp src/client/completion/lldpcli lldpcli
-
-       use doc && dodoc -r doxygen/html
-
-       insinto /etc
-       doins "${FILESDIR}/lldpd.conf"
-       keepdir /etc/${PN}.d
-
-       systemd_dounit "${FILESDIR}"/${PN}.service
-       newtmpfiles "${FILESDIR}"/tmpfilesd ${PN}.conf
-}

diff --git a/net-misc/lldpd/lldpd-1.0.4.ebuild 
b/net-misc/lldpd/lldpd-1.0.4.ebuild
deleted file mode 100644
index 1619bcba506..00000000000
--- a/net-misc/lldpd/lldpd-1.0.4.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils user systemd bash-completion-r1 autotools tmpfiles
-
-DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
-HOMEPAGE="https://vincentbernat.github.com/lldpd/";
-SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz";
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers
-       seccomp sonmp snmp static-libs test readline xml zsh-completion"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/libbsd
-       >=dev-libs/libevent-2.0.5:=
-       sys-libs/readline:0=
-       snmp? ( net-analyzer/net-snmp[extensible(+)] )
-       xml? ( dev-libs/libxml2:= )
-       seccomp? ( sys-libs/libseccomp:= )
-       zsh-completion? ( app-shells/zsh )"
-DEPEND="${RDEPEND}
-       test? ( dev-libs/check )"
-BDEPEND="virtual/pkgconfig
-       doc? (
-               graph? ( app-doc/doxygen[dot] )
-               !graph? ( app-doc/doxygen )
-       )"
-
-REQUIRED_USE="graph? ( doc )"
-
-PATCHES=(
-       "${FILESDIR}/lldpd-0.9.5-seccomp-add-socket-ops.patch"
-       "${FILESDIR}/lldpd-1.0.1-seccomp-add-brk.patch"
-       "${FILESDIR}/lldpd-1.0.2-seccomp-add-misc.patch"
-)
-
-pkg_setup() {
-       ebegin "Creating lldpd user and group"
-       enewgroup ${PN}
-       enewuser ${PN} -1 -1 -1 ${PN}
-       eend $?
-}
-
-src_prepare() {
-       default
-
-       eautoreconf
-       elibtoolize
-}
-
-src_configure() {
-       econf \
-               --without-embedded-libevent \
-               --with-privsep-user=${PN} \
-               --with-privsep-group=${PN} \
-               --with-privsep-chroot=/run/${PN} \
-               --with-lldpd-ctl-socket=/run/${PN}.socket \
-               --with-lldpd-pid-file=/run/${PN}.pid \
-               $(use_enable cdp) \
-               $(use_enable doc doxygen-man) \
-               $(use_enable doc doxygen-pdf) \
-               $(use_enable doc doxygen-html) \
-               $(use_enable dot1) \
-               $(use_enable dot3) \
-               $(use_enable edp) \
-               $(use_enable fdp) \
-               $(use_enable graph doxygen-dot) \
-               $(use_enable lldpmed) \
-               $(use_enable old-kernel oldies) \
-               $(use_enable sonmp) \
-               $(use_enable static-libs static) \
-               $(use_with readline) \
-               $(use_enable sanitizers) \
-               $(use_with seccomp) \
-               $(use_with snmp) \
-               $(use_with xml)
-}
-
-src_compile() {
-       emake
-       use doc && emake doxygen-doc
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       find "${D}" -name '*.la' -delete || die
-
-       newinitd "${FILESDIR}"/${PN}-initd-5 ${PN}
-       newconfd "${FILESDIR}"/${PN}-confd-1 ${PN}
-       newbashcomp src/client/completion/lldpcli lldpcli
-
-       use doc && dodoc -r doxygen/html
-
-       insinto /etc
-       doins "${FILESDIR}/lldpd.conf"
-       keepdir /etc/${PN}.d
-
-       systemd_dounit "${FILESDIR}"/${PN}.service
-       newtmpfiles "${FILESDIR}"/tmpfilesd ${PN}.conf
-}

diff --git a/net-misc/lldpd/lldpd-1.0.5-r1.ebuild 
b/net-misc/lldpd/lldpd-1.0.5-r1.ebuild
deleted file mode 100644
index 1151f58a48b..00000000000
--- a/net-misc/lldpd/lldpd-1.0.5-r1.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd bash-completion-r1 autotools tmpfiles
-
-DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
-HOMEPAGE="https://vincentbernat.github.com/lldpd/";
-SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz";
-
-LICENSE="ISC"
-SLOT="0/4.8.0"
-KEYWORDS="amd64 x86"
-IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers
-       seccomp sonmp snmp static-libs test readline xml zsh-completion"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       acct-group/lldpd
-       acct-user/lldpd
-       dev-libs/libbsd
-       >=dev-libs/libevent-2.0.5:=
-       sys-libs/readline:0=
-       seccomp? ( sys-libs/libseccomp:= )
-       snmp? ( net-analyzer/net-snmp[extensible(+)] )
-       xml? ( dev-libs/libxml2:= )
-       zsh-completion? ( app-shells/zsh )
-"
-DEPEND="${RDEPEND}
-       test? ( dev-libs/check )
-"
-BDEPEND="virtual/pkgconfig
-       doc? (
-               graph? ( app-doc/doxygen[dot] )
-               !graph? ( app-doc/doxygen )
-       )
-"
-
-REQUIRED_USE="graph? ( doc )"
-
-PATCHES=(
-       "${FILESDIR}/lldpd-1.0.5-seccomp.patch"
-       "${FILESDIR}/lldpd-1.0.5-cpp.patch"
-)
-
-src_prepare() {
-       default
-
-       eautoreconf
-       elibtoolize
-}
-
-src_configure() {
-       econf \
-               --without-embedded-libevent \
-               --with-privsep-user=${PN} \
-               --with-privsep-group=${PN} \
-               --with-privsep-chroot=/run/${PN} \
-               --with-lldpd-ctl-socket=/run/${PN}.socket \
-               --with-lldpd-pid-file=/run/${PN}.pid \
-               $(use_enable cdp) \
-               $(use_enable doc doxygen-man) \
-               $(use_enable doc doxygen-pdf) \
-               $(use_enable doc doxygen-html) \
-               $(use_enable dot1) \
-               $(use_enable dot3) \
-               $(use_enable edp) \
-               $(use_enable fdp) \
-               $(use_enable graph doxygen-dot) \
-               $(use_enable lldpmed) \
-               $(use_enable old-kernel oldies) \
-               $(use_enable sonmp) \
-               $(use_enable static-libs static) \
-               $(use_with readline) \
-               $(use_enable sanitizers) \
-               $(use_with seccomp) \
-               $(use_with snmp) \
-               $(use_with xml)
-}
-
-src_compile() {
-       emake
-       use doc && emake doxygen-doc
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       find "${D}" -name '*.la' -delete || die
-
-       newinitd "${FILESDIR}"/${PN}-initd-5 ${PN}
-       newconfd "${FILESDIR}"/${PN}-confd-1 ${PN}
-       newbashcomp src/client/completion/lldpcli lldpcli
-
-       use doc && dodoc -r doxygen/html
-
-       insinto /etc
-       doins "${FILESDIR}/lldpd.conf"
-       keepdir /etc/${PN}.d
-
-       systemd_dounit "${FILESDIR}"/${PN}.service
-       newtmpfiles "${FILESDIR}"/tmpfilesd ${PN}.conf
-}

diff --git a/net-misc/lldpd/lldpd-1.0.6.ebuild 
b/net-misc/lldpd/lldpd-1.0.6.ebuild
deleted file mode 100644
index b202dbd60a5..00000000000
--- a/net-misc/lldpd/lldpd-1.0.6.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd bash-completion-r1 autotools tmpfiles
-
-DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
-HOMEPAGE="https://vincentbernat.github.com/lldpd/";
-SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz";
-
-LICENSE="ISC"
-SLOT="0/4.9.0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers
-       seccomp sonmp snmp static-libs test readline xml zsh-completion"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       acct-group/lldpd
-       acct-user/lldpd
-       dev-libs/libbsd
-       >=dev-libs/libevent-2.1.11:=
-       sys-libs/readline:0=
-       seccomp? ( sys-libs/libseccomp:= )
-       snmp? ( net-analyzer/net-snmp[extensible(+)] )
-       xml? ( dev-libs/libxml2:= )
-       zsh-completion? ( app-shells/zsh )
-"
-DEPEND="${RDEPEND}
-       test? ( dev-libs/check )
-"
-BDEPEND="virtual/pkgconfig
-       doc? (
-               graph? ( app-doc/doxygen[dot] )
-               !graph? ( app-doc/doxygen )
-       )
-"
-
-REQUIRED_USE="graph? ( doc )"
-
-PATCHES=(
-       "${FILESDIR}/lldpd-1.0.6-seccomp.patch"
-)
-
-src_prepare() {
-       default
-
-       eautoreconf
-       elibtoolize
-}
-
-src_configure() {
-       econf \
-               --without-embedded-libevent \
-               --with-privsep-user=${PN} \
-               --with-privsep-group=${PN} \
-               --with-privsep-chroot=/run/${PN} \
-               --with-lldpd-ctl-socket=/run/${PN}.socket \
-               --with-lldpd-pid-file=/run/${PN}.pid \
-               $(use_enable cdp) \
-               $(use_enable doc doxygen-man) \
-               $(use_enable doc doxygen-pdf) \
-               $(use_enable doc doxygen-html) \
-               $(use_enable dot1) \
-               $(use_enable dot3) \
-               $(use_enable edp) \
-               $(use_enable fdp) \
-               $(use_enable graph doxygen-dot) \
-               $(use_enable lldpmed) \
-               $(use_enable old-kernel oldies) \
-               $(use_enable sonmp) \
-               $(use_enable static-libs static) \
-               $(use_with readline) \
-               $(use_enable sanitizers) \
-               $(use_with seccomp) \
-               $(use_with snmp) \
-               $(use_with xml)
-}
-
-src_compile() {
-       emake
-       use doc && emake doxygen-doc
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       find "${D}" -name '*.la' -delete || die
-
-       newinitd "${FILESDIR}"/${PN}-initd-5 ${PN}
-       newconfd "${FILESDIR}"/${PN}-confd-1 ${PN}
-       newbashcomp src/client/completion/lldpcli lldpcli
-
-       use doc && dodoc -r doxygen/html
-
-       insinto /etc
-       doins "${FILESDIR}/lldpd.conf"
-       keepdir /etc/${PN}.d
-
-       systemd_dounit "${FILESDIR}"/${PN}.service
-       newtmpfiles "${FILESDIR}"/tmpfilesd ${PN}.conf
-}

Reply via email to