commit:     808d66f59c5fc0130a9b22a30f47ffcfb384be87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 23:46:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 23:46:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808d66f5

net-analyzer/cacti: security cleanup

Bug: https://bugs.gentoo.org/765019
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/cacti/Manifest            |  1 -
 net-analyzer/cacti/cacti-1.2.14.ebuild | 48 ---------------------------------
 net-analyzer/cacti/cacti-1.2.16.ebuild | 49 ----------------------------------
 3 files changed, 98 deletions(-)

diff --git a/net-analyzer/cacti/Manifest b/net-analyzer/cacti/Manifest
index ef0ed74ed51..1d34b23f3ee 100644
--- a/net-analyzer/cacti/Manifest
+++ b/net-analyzer/cacti/Manifest
@@ -1,2 +1 @@
-DIST cacti-1.2.14.tar.gz 25182521 BLAKE2B 
555c30ebd06ac71df608a1564892ecd176cf46fa079fd3615dc59fd984bc8bedd4512d971dc3c2731848107da728724ef459d84f0308bef8b0b6ab943b8bc3cf
 SHA512 
734d8e059ea47630072269d92ad79e773268c5dd1cd9c565d23c41b2a74c8892bdc5190f7de6bb9ed281a67ade9c8ef6d723a9d4f486a4ba9aca99182d6ad056
 DIST cacti-1.2.16.tar.gz 29197220 BLAKE2B 
19939d0ff79c895b481aeb7ffec8331d8b9c10a6b7e0dbda6532e06ef0322f21cf02f4bf53a9522e1f672dd04b343f5550e2f34f08b3af2050e1f72465cffc43
 SHA512 
fe22acf4dea8ab6ec79825d66a84ad4c43fdce2815e7327536d182bc04400ed7b1d268209bbbca8b307c4779ee5bf7369a617ec1f052d8805757c2ca9b30cc35

diff --git a/net-analyzer/cacti/cacti-1.2.14.ebuild 
b/net-analyzer/cacti/cacti-1.2.14.ebuild
deleted file mode 100644
index 2ec9213257a..00000000000
--- a/net-analyzer/cacti/cacti-1.2.14.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils webapp
-
-# Support for _p* in version.
-MY_P=${P/_p*/}
-
-DESCRIPTION="Cacti is a complete frontend to rrdtool"
-HOMEPAGE="https://www.cacti.net/";
-SRC_URI="https://www.cacti.net/downloads/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="snmp doc"
-
-need_httpd
-
-RDEPEND="
-       dev-lang/php[cli,mysql,pdo,session,sockets,xml]
-       dev-php/adodb
-       net-analyzer/rrdtool[graph]
-       virtual/cron
-       snmp? ( >=net-analyzer/net-snmp-5.2.0 )
-"
-
-src_compile() { :; }
-
-src_install() {
-       dodoc CHANGELOG
-       dodoc -r docs
-       mv docs .. || die
-
-       webapp_src_preinst
-
-       edos2unix `find -type f -name '*.php'`
-
-       dodir ${MY_HTDOCSDIR}
-       cp -r . "${D}"${MY_HTDOCSDIR}
-
-       webapp_serverowned ${MY_HTDOCSDIR}/rra
-       webapp_serverowned ${MY_HTDOCSDIR}/log
-       webapp_configfile ${MY_HTDOCSDIR}/include/config.php
-       webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-       webapp_src_install
-}

diff --git a/net-analyzer/cacti/cacti-1.2.16.ebuild 
b/net-analyzer/cacti/cacti-1.2.16.ebuild
deleted file mode 100644
index 1dfa8747632..00000000000
--- a/net-analyzer/cacti/cacti-1.2.16.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit edos2unix webapp
-
-# Support for _p* in version.
-MY_P=${P/_p*/}
-
-DESCRIPTION="Cacti is a complete frontend to rrdtool"
-HOMEPAGE="https://www.cacti.net/";
-SRC_URI="https://www.cacti.net/downloads/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="snmp doc"
-
-need_httpd
-
-RDEPEND="
-       dev-lang/php[cli,mysql,pdo,session,sockets,xml]
-       dev-php/adodb
-       net-analyzer/rrdtool[graph]
-       virtual/cron
-       snmp? ( >=net-analyzer/net-snmp-5.2.0 )
-"
-
-src_compile() { :; }
-
-src_install() {
-       dodoc CHANGELOG
-       dodoc -r docs
-       mv docs .. || die
-
-       webapp_src_preinst
-
-       edos2unix `find -type f -name '*.php'`
-
-       dodir ${MY_HTDOCSDIR}
-       cp -r . "${ED}"${MY_HTDOCSDIR}
-
-       webapp_serverowned ${MY_HTDOCSDIR}/rra
-       webapp_serverowned ${MY_HTDOCSDIR}/log
-       webapp_configfile ${MY_HTDOCSDIR}/include/config.php
-       webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-       webapp_src_install
-}

Reply via email to