summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-02-16 06:52:57 +0100
committerJeroen Roovers <jer@gentoo.org>2017-02-16 06:53:23 +0100
commit4dfdad4b1090ae728f4f4411047cb47c3c2a809e (patch)
tree0d58a3471d441ec4d9059f16b0f28f1f575e775f /net-analyzer
parentmedia-plugins/vamp-aubio-plugins: Bump to 0.5.1. (diff)
downloadgentoo-4dfdad4b1090ae728f4f4411047cb47c3c2a809e.tar.gz
gentoo-4dfdad4b1090ae728f4f4411047cb47c3c2a809e.tar.bz2
gentoo-4dfdad4b1090ae728f4f4411047cb47c3c2a809e.zip
net-analyzer/slurm: Old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/slurm/slurm-0.3.3-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-analyzer/slurm/slurm-0.3.3-r1.ebuild b/net-analyzer/slurm/slurm-0.3.3-r1.ebuild
deleted file mode 100644
index f582f8e443c6..000000000000
--- a/net-analyzer/slurm/slurm-0.3.3-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="Realtime network interface monitor based on FreeBSD's pppstatus"
-HOMEPAGE="http://www.wormulon.net/projects/slurm"
-SRC_URI="http://www.wormulon.net/files/code/slurm/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-gentoo.patch \
- "${FILESDIR}"/${P}-overflow.patch \
- "${FILESDIR}"/${P}-theme.patch
- eautoreconf
-}
-
-src_install() {
- # binary
- dobin slurm
-
- # themes to use with -t option
- insinto /usr/share/${PN}/themes
- doins themes/*.theme
-
- # manual and other docs
- doman slurm.1
- dodoc AUTHORS ChangeLog COPYRIGHT FAQ KEYS README THANKS \
- THEMES.txt TODO
-}