www-apps/collectd-web: remove last rited package
authorMikle Kolyada <zlogene@gentoo.org>
Wed, 18 Apr 2018 12:25:27 +0000 (15:25 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Wed, 18 Apr 2018 12:27:15 +0000 (15:27 +0300)
Closes: https://bugs.gentoo.org/650390
Closes: https://bugs.gentoo.org/504728

www-apps/collectd-web/Manifest [deleted file]
www-apps/collectd-web/collectd-web-0.4.0.ebuild [deleted file]
www-apps/collectd-web/metadata.xml [deleted file]

diff --git a/www-apps/collectd-web/Manifest b/www-apps/collectd-web/Manifest
deleted file mode 100644 (file)
index 9c4d71c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST collectd-web-0.4.0.tar.gz 771364 BLAKE2B 6381881c1b5566bddaa2dc8b3d5cf4b79a7bf6d13e958805b499d4e3725d5521818a5225675e899111a58bffc510d98f60d2cf03d0473fe436b62b6f41629290 SHA512 7ce242ceab9d98c28332c66d8db727fe8f4ea357eb847f0d3f9275bac813941255bbaf0078282a4cd08750915ee81665d52ba07a94d1a3a72298b822de7a95e9
diff --git a/www-apps/collectd-web/collectd-web-0.4.0.ebuild b/www-apps/collectd-web/collectd-web-0.4.0.ebuild
deleted file mode 100644 (file)
index adc5865..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit webapp
-
-DESCRIPTION="Collectd-web is a web-based front-end for RRD data collected by collectd"
-HOMEPAGE="http://collectdweb.appspot.com/"
-SRC_URI="https://github.com/httpdss/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-need_httpd_cgi
-
-S="${WORKDIR}/httpdss-collectd-web-a23c49f"
-
-DEPEND="dev-perl/HTML-Parser
-       net-analyzer/rrdtool[perl]
-       dev-perl/JSON
-       dev-perl/CGI
-       dev-perl/URI
-       virtual/perl-Time-Local
-       virtual/ttf-fonts"
-RDEPEND="${DEPEND}"
-
-src_install() {
-       webapp_src_preinst
-
-       cd "${S}"/cgi-bin
-       insinto  "${MY_CGIBINDIR}"
-       doins -r .
-
-       cd "${S}"
-       insinto  "${MY_HTDOCSDIR}"
-       doins -r iphone
-       doins -r media
-       doins index.html
-
-       webapp_src_install
-}
diff --git a/www-apps/collectd-web/metadata.xml b/www-apps/collectd-web/metadata.xml
deleted file mode 100644 (file)
index 65d831e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>web-apps@gentoo.org</email>
-               <name>Gentoo Webapps</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">httpdss/collectd-web</remote-id>
-       </upstream>
-</pkgmetadata>