summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-04-18 15:25:27 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-04-18 15:27:15 +0300
commit01988a68fadae25a9b5ade1cfd4f8f7cdef0bbd1 (patch)
treeb6465cf7fddb379a55374c8ceb32a2cfbc6208fe /www-apps
parentsci-libs/suitesparseconfig-4.2.1-r1: alpha stable (diff)
downloadgentoo-01988a68fadae25a9b5ade1cfd4f8f7cdef0bbd1.tar.gz
gentoo-01988a68fadae25a9b5ade1cfd4f8f7cdef0bbd1.tar.bz2
gentoo-01988a68fadae25a9b5ade1cfd4f8f7cdef0bbd1.zip
www-apps/collectd-web: remove last rited package
Closes: https://bugs.gentoo.org/650390 Closes: https://bugs.gentoo.org/504728
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/collectd-web/Manifest1
-rw-r--r--www-apps/collectd-web/collectd-web-0.4.0.ebuild43
-rw-r--r--www-apps/collectd-web/metadata.xml11
3 files changed, 0 insertions, 55 deletions
diff --git a/www-apps/collectd-web/Manifest b/www-apps/collectd-web/Manifest
deleted file mode 100644
index 9c4d71c523d6..000000000000
--- a/www-apps/collectd-web/Manifest
+++ /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
index adc5865c33f2..000000000000
--- a/www-apps/collectd-web/collectd-web-0.4.0.ebuild
+++ /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
index 65d831e8d139..000000000000
--- a/www-apps/collectd-web/metadata.xml
+++ /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>