From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B1041382C5 for ; Wed, 18 Apr 2018 12:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 696BFE08E2; Wed, 18 Apr 2018 12:27:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34C9CE08E2 for ; Wed, 18 Apr 2018 12:27:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07375335C60 for ; Wed, 18 Apr 2018 12:27:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D910274 for ; Wed, 18 Apr 2018 12:27:31 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1524054435.01988a68fadae25a9b5ade1cfd4f8f7cdef0bbd1.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/collectd-web/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/collectd-web/Manifest www-apps/collectd-web/collectd-web-0.4.0.ebuild www-apps/collectd-web/metadata.xml X-VCS-Directories: www-apps/collectd-web/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 01988a68fadae25a9b5ade1cfd4f8f7cdef0bbd1 X-VCS-Branch: master Date: Wed, 18 Apr 2018 12:27:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cc7e7b18-df5d-44f2-9323-0e02df10f98a X-Archives-Hash: 14584070bb5118f717038bf468b83b9f commit: 01988a68fadae25a9b5ade1cfd4f8f7cdef0bbd1 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Apr 18 12:25:27 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Apr 18 12:27:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01988a68 www-apps/collectd-web: remove last rited package Closes: https://bugs.gentoo.org/650390 Closes: https://bugs.gentoo.org/504728 www-apps/collectd-web/Manifest | 1 - www-apps/collectd-web/collectd-web-0.4.0.ebuild | 43 ------------------------- www-apps/collectd-web/metadata.xml | 11 ------- 3 files changed, 55 deletions(-) diff --git a/www-apps/collectd-web/Manifest b/www-apps/collectd-web/Manifest deleted file mode 100644 index 9c4d71c523d..00000000000 --- 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 adc5865c33f..00000000000 --- 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 65d831e8d13..00000000000 --- a/www-apps/collectd-web/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - web-apps@gentoo.org - Gentoo Webapps - - - httpdss/collectd-web - -