net-analyzer/cacti: Old
authorJeroen Roovers <jer@gentoo.org>
Sat, 14 Dec 2019 09:36:22 +0000 (10:36 +0100)
committerJeroen Roovers <jer@gentoo.org>
Sat, 14 Dec 2019 09:37:35 +0000 (10:37 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-analyzer/cacti/Manifest
net-analyzer/cacti/cacti-1.1.38-r1.ebuild [deleted file]
net-analyzer/cacti/cacti-1.2.6.ebuild [deleted file]
net-analyzer/cacti/cacti-1.2.7.ebuild [deleted file]

index 535dee44c1e522383f1dfa3926c46259547e3edb..b5374c97cce538ba56da5fed77929618de0ffd37 100644 (file)
@@ -1,4 +1 @@
-DIST cacti-1.1.38.tar.gz 9081347 BLAKE2B 9f64bc7cd33187c4c744e1473409ea8998cd953c6fd047c66af6ff07d288678cbd944d2e70d0fc3838a42c7f7a9dbf7b094963391791a46bc50c3ed65ed4251f SHA512 1f91156416a9988fa149f9b8fc9fc7df904e4cf6d9a19a62d06c7de1ded99ddaec2f5b5f1a21b0effc4dee7b9c1d1911ca5aaa6113b57edc7e2f42b7969343b5
-DIST cacti-1.2.6.tar.gz 24707849 BLAKE2B eaeee3953d170d7df9eb14be85d700af2221f8f940f19ef59dc57b5f9d86e048811a04c31c8390d5722ae15dd9ad911a602ce0c95b2b999baf2104570cb4fb3b SHA512 69cccb6f87c0b7128c878528898395965b0223dc6edafa52905febd596d7b58ed240c7d0ffc211a3ef69d131c77a0f2dd5047914fb879d026c052b6c889cf21e
-DIST cacti-1.2.7.tar.gz 24819135 BLAKE2B 75dfc9eb054acf5a1344ebbbda30f35777db876e67891e8c793901882b3ba27f5bf250be4e4527ea64b5ea9af575e58fccccb47233c2a3d27ef57657312c6c5a SHA512 2fc31342aa23b4fa98e6f3cf6b7e42f8cf98f272232a1bceb1b256b2104ea26445c1be1c1ff83bf20d293a3c1e7a21eb3a871623f78069aea9b21151ac57a243
 DIST cacti-1.2.8.tar.gz 24881361 BLAKE2B 181b2eebf43c81a221b65eb9391ad758c05bb5871a35766a1f5323f453a0a6a533a1120963e04f7a01d4ac444942e37bf50a3c6cebe5f7261558142baad2f282 SHA512 e24d9de47a06c1741c7bcfe5c5f68a5a0f0cc2eb859fc930ced28f797f84ad537ff1a0a703dc8c26735cc4b54ba09699e33a30ac666e1f8ec2ec26ae4ceccde3
diff --git a/net-analyzer/cacti/cacti-1.1.38-r1.ebuild b/net-analyzer/cacti/cacti-1.1.38-r1.ebuild
deleted file mode 100644 (file)
index e506380..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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 docs/{CHANGELOG,txt/manual.txt}
-       dodoc -r docs/html/
-       rm -rf docs
-
-       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.6.ebuild b/net-analyzer/cacti/cacti-1.2.6.ebuild
deleted file mode 100644 (file)
index c44b77b..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 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.7.ebuild b/net-analyzer/cacti/cacti-1.2.7.ebuild
deleted file mode 100644 (file)
index c44b77b..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 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
-}