commit:     33805e195b5778468922fe3de8d5de7dbc1d8832
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 13:58:29 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 13:58:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33805e19

sys-cluster/ganglia-web: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                              |  6 ---
 sys-cluster/ganglia-web/Manifest                   |  1 -
 .../ganglia-web/ganglia-web-3.7.3-r2.ebuild        | 49 ----------------------
 sys-cluster/ganglia-web/metadata.xml               | 20 ---------
 4 files changed, 76 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e8a03362c863..329d75e8b180 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -734,12 +734,6 @@ dev-php/phptal
 # Removal on 2023-01-19.  Bug #887489.
 sys-cluster/ganglia
 
-# Michał Górny <mgo...@gentoo.org> (2022-12-20)
-# Unmaintained.  Pending version bump since 2019.  Even then, the newest
-# upstream release has known vulnerabilities.
-# Removal on 2023-01-19.  Bug #696480.
-sys-cluster/ganglia-web
-
 # Georgy Yakovlev <gyakov...@gentoo.org> (2022-12-19)
 # This version currently is not compatible with kernel build (yet)
 ~dev-util/bindgen-0.63.0

diff --git a/sys-cluster/ganglia-web/Manifest b/sys-cluster/ganglia-web/Manifest
deleted file mode 100644
index b71836be5721..000000000000
--- a/sys-cluster/ganglia-web/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ganglia-web-3.7.3.tar.gz 709356 BLAKE2B 
8d5ac9eb8bd37ea040b08caa763797929acac3bd520c88af0e8fd3a9cfbc28d2a55e42d772ca1b6d5e87fe7dce6f4a6e7e15b836d06052c7e642885c727070cc
 SHA512 
884b1ba168b8fe01aa865ae77df6995bb5a09a8b2d441189264283fc1c95b8a6fd0800488ad75e9c1cdd3694b9d6c1c33218ddad804ade2d6be948791b797a95

diff --git a/sys-cluster/ganglia-web/ganglia-web-3.7.3-r2.ebuild 
b/sys-cluster/ganglia-web/ganglia-web-3.7.3-r2.ebuild
deleted file mode 100644
index 319a295b9c57..000000000000
--- a/sys-cluster/ganglia-web/ganglia-web-3.7.3-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WEBAPP_MANUAL_SLOT="yes"
-inherit webapp
-
-DESCRIPTION="Web frontend for sys-cluster/ganglia"
-HOMEPAGE="http://ganglia.sourceforge.net";
-SRC_URI="https://github.com/ganglia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="vhosts"
-
-DEPEND="net-misc/rsync"
-RDEPEND="
-       ${DEPEND}
-       ${WEBAPP_DEPEND}
-       >=sys-cluster/ganglia-3.3.7[-minimal]
-       dev-lang/php:*[ctype,gd,json(+),xml]
-       virtual/httpd-php
-       media-fonts/dejavu"
-
-src_install() {
-       webapp_src_preinst
-       cd "${S}" || die
-       emake \
-               GDESTDIR="${MY_HTDOCSDIR}" \
-               DESTDIR="${D}" \
-               APACHE_USER=nobody \
-               install
-       webapp_configfile "${MY_HTDOCSDIR}"/conf_default.php
-       webapp_src_install
-
-       fowners -R nobody:nobody /var/lib/ganglia-web/dwoo
-       fperms -R 777 /var/lib/ganglia-web/dwoo
-
-       einstalldocs
-}
-
-pkg_postinst() {
-       webapp_pkg_postinst
-
-       # upgrade from < 3.5.6
-       if [ -d "${ROOT}"/var/lib/ganglia/dwoo ]; then
-               rm -rf "${ROOT}"/var/lib/ganglia/dwoo || die
-       fi
-}

diff --git a/sys-cluster/ganglia-web/metadata.xml 
b/sys-cluster/ganglia-web/metadata.xml
deleted file mode 100644
index e382b8d3c3f6..000000000000
--- a/sys-cluster/ganglia-web/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person" proxied="yes">
-               <email>d...@danweeks.net</email>
-               <name>Daniel M. Weeks</name>
-       </maintainer>
-       <maintainer type="project" proxied="proxy">
-               <email>proxy-ma...@gentoo.org</email>
-               <name>Gentoo Proxy Maintainers Project</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>clus...@gentoo.org</email>
-               <name>Gentoo Cluster Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">ganglia/ganglia-web</remote-id>
-               <remote-id type="sourceforge">ganglia</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to