summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/Memcached-Munin-Plugin/Memcached-Munin-Plugin-1.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-analyzer/Memcached-Munin-Plugin/Memcached-Munin-Plugin-1.0.ebuild b/net-analyzer/Memcached-Munin-Plugin/Memcached-Munin-Plugin-1.0.ebuild
deleted file mode 100644
index 2ada1576..00000000
--- a/net-analyzer/Memcached-Munin-Plugin/Memcached-Munin-Plugin-1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Improved MySQL Graphs for Munin"
-HOMEPAGE="https://github.com/mhwest13/Memcached-Munin-Plugin"
-LICENSE="GPL-2"
-
-SRC_URI="https://github.com/mhwest13/Memcached-Munin-Plugin/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- net-analyzer/munin
-"
-
-src_install() {
- dodoc README
-
- exeinto /usr/share/munin/plugins
- doexe memcached_multi_
-}