summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-19 14:58:29 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-19 14:58:29 +0100
commit33805e195b5778468922fe3de8d5de7dbc1d8832 (patch)
tree603ffbc84315be4c80edabb547e933f6fcfaf732 /sys-cluster
parentmedia-video/mpeg2vidcodec: Remove last-rited pkg (diff)
downloadgentoo-33805e195b5778468922fe3de8d5de7dbc1d8832.tar.gz
gentoo-33805e195b5778468922fe3de8d5de7dbc1d8832.tar.bz2
gentoo-33805e195b5778468922fe3de8d5de7dbc1d8832.zip
sys-cluster/ganglia-web: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/ganglia-web/Manifest1
-rw-r--r--sys-cluster/ganglia-web/ganglia-web-3.7.3-r2.ebuild49
-rw-r--r--sys-cluster/ganglia-web/metadata.xml20
3 files changed, 0 insertions, 70 deletions
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>dan@danweeks.net</email>
- <name>Daniel M. Weeks</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Gentoo Proxy Maintainers Project</name>
- </maintainer>
- <maintainer type="project">
- <email>cluster@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>