commit:     1c8b5ee4a597632da6f3c60409aa278eed849d7f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 26 16:57:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 16:57:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8b5ee4

net-analyzer/arpwatch: drop 2.1.15-r11

Closes: https://bugs.gentoo.org/776511
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/arpwatch/Manifest                   |  2 -
 net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild | 86 ------------------------
 net-analyzer/arpwatch/files/arpwatch.confd-r1    | 17 -----
 net-analyzer/arpwatch/files/arpwatch.initd-r1    | 27 --------
 4 files changed, 132 deletions(-)

diff --git a/net-analyzer/arpwatch/Manifest b/net-analyzer/arpwatch/Manifest
index 11122304499..088fa9a89b1 100644
--- a/net-analyzer/arpwatch/Manifest
+++ b/net-analyzer/arpwatch/Manifest
@@ -1,4 +1,2 @@
-DIST arpwatch-2.1a15.tar.gz 202729 BLAKE2B 
b583dea83c57a55b8705f0265c1324de270571468dc9f2e1d5351fd53340f7636f1d00e3de24caa9747384697721e6227e5e6de4b3827e5ac7adef4ce524fffd
 SHA512 
f770b5b7954afe910dafb016e6e886a4e785564bcdc0ea0de9d7b1ca6a9a0b219a9d1b50b6f42a67afc2f836e782e8ff85ba5780583015d62c9694ac53f0bf90
 DIST arpwatch-3.1.tar.gz 117196 BLAKE2B 
35afd3dc563ebbc8136000d5c2d53da85b9615df5cbe8a3da5b77f20da7cbee706f6fd404c2bda6f3626aaa496d9ec9439596acbdfd559c01b8c0d01d6703e46
 SHA512 
2e6f6e388e1828e34626e36356a89f3bc95d268b9242955d6636ac05041bcf533e7625ed73b37b6ea5eab8cfed54b8c483547556c98664efff63c18639efa282
-DIST arpwatch-patchset-0.8.tar.xz 131692 BLAKE2B 
8db242f7c74c8fee0700e12e8ff028fcaa336e5feb61514b44a892a132779c11d1ca3ce2fabee3cbcbbdcb0dae0ed470daa786a91619c18e24066f11da126bc4
 SHA512 
3e8f1c043f09fbeacadb40c1db47fb907314ed18bb3fb506c6c510977fd0e6dd9950becc830cf7c10911a7eec97e56e0af8c8c3d7df811e8ab820290973ea0b0
 DIST ethercodes.dat-20200628.xz 239028 BLAKE2B 
e702b9109ef3ccce73e2637f96126bf19e7dfa533774c0bd623042b3609f147981263b84397ec155a65ae12fa57247c32644e1e7e57c2c749ef768156d853027
 SHA512 
2edc05d384f387e6b43d07da99038625f9c55c8044b5a48d1bcf9f657df691bf413a97fb9ca915f04dbdafab23f919edd15d906c4ce8bff12be0b255a6717f07

diff --git a/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild 
b/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild
deleted file mode 100644
index b11099a9314..00000000000
--- a/net-analyzer/arpwatch/arpwatch-2.1.15-r11.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit user versionator
-
-PATCH_VER="0.8"
-MY_P="${PN}-$(replace_version_separator 2 'a')"
-
-DESCRIPTION="An ethernet monitor program that keeps track of ethernet/IP 
address pairings"
-HOMEPAGE="https://ee.lbl.gov/";
-SRC_URI="
-       https://ee.lbl.gov/downloads/arpwatch/${MY_P}.tar.gz
-       https://dev.gentoo.org/~jer/arpwatch-patchset-${PATCH_VER}.tar.xz
-"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc sparc x86"
-IUSE="selinux"
-
-DEPEND="
-       net-libs/libpcap
-       sys-libs/ncurses:*
-"
-RDEPEND="
-       ${DEPEND}
-       selinux? ( sec-policy/selinux-arpwatch )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-       # We need to create /var/lib/arpwatch with this group, so it must
-       # exist during src_install.
-       enewgroup arpwatch
-}
-
-pkg_postinst() {
-       # The user, however, is not needed until runtime.
-       enewuser arpwatch -1 -1 -1 arpwatch
-}
-
-src_prepare() {
-       local patchdir="${WORKDIR}/arpwatch-patchset"
-
-       eapply "${patchdir}"/*.patch
-       eapply_user
-
-       cp "${patchdir}"/*.8 ./ || die "failed to copy man pages from 
${patchdir}"
-}
-
-src_install() {
-       dosbin arpwatch arpsnmp arp2ethers massagevendor arpfetch bihourly.sh
-       doman arpwatch.8 arpsnmp.8 arp2ethers.8 massagevendor.8 arpfetch.8 
bihourly.8
-
-       insinto /usr/share/arpwatch
-       doins ethercodes.dat
-
-       insinto /usr/share/arpwatch/awk
-       doins duplicates.awk euppertolower.awk p.awk e.awk d.awk
-
-       diropts --group=arpwatch --mode=770
-       keepdir /var/lib/arpwatch
-       dodoc README CHANGES
-
-       newinitd "${FILESDIR}"/arpwatch.initd-r1 arpwatch
-       newconfd "${FILESDIR}"/arpwatch.confd-r1 arpwatch
-}
-
-pkg_postinst() {
-       # Previous revisions installed /var/lib/arpwatch with the wrong
-       # ownership. Instead of the intended arpwatch:root, it was left as
-       # root:root. If we find any such mis-owned directories, we fix them,
-       # and then set the permission bits how we want them in *this*
-       # revision.
-       #
-       # The "--from" flag ensures that we only fix directories that need
-       # fixing, and the "&& chmod" ensures that we only adjust the
-       # permissions if the owner also needed fixing.
-       chown --from=root:root \
-                 --no-dereference \
-                 :arpwatch \
-                 "${ROOT}"/var/lib/arpwatch && \
-               chmod 770 "${ROOT}"/var/lib/arpwatch
-}

diff --git a/net-analyzer/arpwatch/files/arpwatch.confd-r1 
b/net-analyzer/arpwatch/files/arpwatch.confd-r1
deleted file mode 100644
index a4da503406a..00000000000
--- a/net-analyzer/arpwatch/files/arpwatch.confd-r1
+++ /dev/null
@@ -1,17 +0,0 @@
-# See arpwatch.8 for more information
-
-# Specify the interface for arpwatch to listen on here (default: lo).
-# If you need to listen on more than one interface, you should
-# run multiple arpwatch services; for example "arpwatch" and
-# "arpwatch.eth1". These additional services can be configured by
-# symlinking to the "arpwatch" service script, and by creating a new
-# conf.d file whose name matches the new service (symlink) name.
-#
-# Example:
-#
-# ARPWATCH_IFACE="eth0"
-#
-ARPWATCH_IFACE="lo"
-
-# Additional options to pass to arpwatch.
-ARPWATCH_OPTS="-N -p"

diff --git a/net-analyzer/arpwatch/files/arpwatch.initd-r1 
b/net-analyzer/arpwatch/files/arpwatch.initd-r1
deleted file mode 100644
index ffe165205c6..00000000000
--- a/net-analyzer/arpwatch/files/arpwatch.initd-r1
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Default to "lo" for the interface, so that the init script will work
-# out-of-the-box.
-: ${ARPWATCH_IFACE:=lo}
-
-ARPWATCH_DATAFILE="/var/lib/arpwatch/${RC_SVCNAME}.dat"
-
-command="/usr/sbin/arpwatch"
-pidfile="/run/${RC_SVCNAME}.pid"
-command_args="-i ${ARPWATCH_IFACE}
-              -u arpwatch
-              -f ${ARPWATCH_DATAFILE}
-              -P ${pidfile}
-              ${ARPWATCH_OPTS}"
-
-depend() {
-    need "net.${ARPWATCH_IFACE}"
-}
-
-start_pre() {
-    # The "arpwatch" user must be a member of the "arpwatch" group for
-    # this to work.
-    checkpath --file --owner root:arpwatch --mode 0660 "${ARPWATCH_DATAFILE}"
-}

Reply via email to