From 4accef2f8209b4b75aee4c593386a27ed04537b6 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Wed, 24 Feb 2021 21:45:52 +0100 Subject: net-analyzer/jffnms: Remove last-rited pkg Closes: https://bugs.gentoo.org/688066 Signed-off-by: Jakov Smolic Signed-off-by: Sam James --- net-analyzer/jffnms/Manifest | 1 - net-analyzer/jffnms/jffnms-0.9.4-r1.ebuild | 56 ------------------------------ net-analyzer/jffnms/metadata.xml | 11 ------ profiles/package.mask | 6 ---- 4 files changed, 74 deletions(-) delete mode 100644 net-analyzer/jffnms/Manifest delete mode 100644 net-analyzer/jffnms/jffnms-0.9.4-r1.ebuild delete mode 100644 net-analyzer/jffnms/metadata.xml diff --git a/net-analyzer/jffnms/Manifest b/net-analyzer/jffnms/Manifest deleted file mode 100644 index e59234875498..000000000000 --- a/net-analyzer/jffnms/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jffnms-0.9.4.tgz 610758 BLAKE2B 2bbe122bae3d358e710895ebd1c38f28644260744d97f5ab88301dc5549c099c9af0931156d47ce0e616c0f6f84b04f2e7ae04f4d0efc8cc3ff72b01dc51e22c SHA512 4d0c4ed1fbf0107029d92b2ea8f0f02c46d532810dc58bf048c5ffaf79f7f24630101be8319876db1aee3356ced32e7cba2f2494bc8a92a635b0a4e6897c6fe7 diff --git a/net-analyzer/jffnms/jffnms-0.9.4-r1.ebuild b/net-analyzer/jffnms/jffnms-0.9.4-r1.ebuild deleted file mode 100644 index c0957c2f5e85..000000000000 --- a/net-analyzer/jffnms/jffnms-0.9.4-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit user - -DESCRIPTION="Network Management and Monitoring System" -HOMEPAGE="http://www.jffnms.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="mysql postgres snmp" - -RDEPEND=" - dev-lang/php[apache2,cli,gd,mysql?,postgres?,session,snmp,sockets,wddx] - dev-php/PEAR-PEAR - media-gfx/graphviz - media-libs/gd - net-analyzer/fping - net-analyzer/net-snmp - net-analyzer/nmap - net-analyzer/rrdtool[graph] - sys-apps/diffutils -" - -pkg_setup() { - enewgroup jffnms - enewuser jffnms -1 /bin/bash -1 jffnms,apache -} - -src_install() { - local INSTALL_DIR="/opt/${PN}" - local IMAGE_DIR="${D}${INSTALL_DIR}" - - insinto "${INSTALL_DIR}" - doins -r * - - rm -f "${IMAGE_DIR}/LICENSE" - - # Clean up Windows related stuff - rm -f "${IMAGE_DIR}"/*.win32.txt - rm -rf "${IMAGE_DIR}"/docs/windows - rm -rf "${IMAGE_DIR}"/engine/windows - - fowners -R jffnms:apache "${INSTALL_DIR}" - fperms -R ug+rw "${INSTALL_DIR}" -} - -pkg_postinst() { - elog "${PN} has been partialy installed on your system. However you" - elog "still need proceed with final installation and configuration." - elog "You can visit https://wiki.gentoo.org/wiki/Jffnms in order" - elog "to get detailed information on how to get jffnms up and running." -} diff --git a/net-analyzer/jffnms/metadata.xml b/net-analyzer/jffnms/metadata.xml deleted file mode 100644 index a7910963dea7..000000000000 --- a/net-analyzer/jffnms/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - netmon@gentoo.org - Gentoo network monitoring and analysis project - - - jffnms - - diff --git a/profiles/package.mask b/profiles/package.mask index 740336866f73..022ca2fb4baf 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -212,12 +212,6 @@ sys-power/ncpufreqd # Removal in 30 days. Bug #744013 app-text/csvfix -# Brian Evans (2021-01-25) -# Dead upstream. Relies on soon to be removed wddx support in PHP. -# wddx in general failed overall as a protocol. No real maintainer. -# Removal in 30 days. Bug #688066 -net-analyzer/jffnms - # Marek Szuba (2021-01-21) # Masked for testing and further work - the golang-vcs-snapshot variant # seems to be incompatible with revdeps using go-module, the variant -- cgit v1.2.3-65-gdbad