summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-07-15 05:08:31 +0000
committerJeroen Roovers <jer@gentoo.org>2015-07-15 05:08:31 +0000
commit831ebb4b96342416d0f543f9860625012d4c0e31 (patch)
tree6a74b02082863e31f2d72cbc7f8b36839f1397e5 /net-analyzer
parentrevbump; conversion -> distutils-r1 eclass (diff)
downloadgentoo-2-831ebb4b96342416d0f543f9860625012d4c0e31.tar.gz
gentoo-2-831ebb4b96342416d0f543f9860625012d4c0e31.tar.bz2
gentoo-2-831ebb4b96342416d0f543f9860625012d4c0e31.zip
Old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/sinfo/ChangeLog5
-rw-r--r--net-analyzer/sinfo/sinfo-0.0.47.ebuild43
2 files changed, 4 insertions, 44 deletions
diff --git a/net-analyzer/sinfo/ChangeLog b/net-analyzer/sinfo/ChangeLog
index ced66c461df5..f21f19597701 100644
--- a/net-analyzer/sinfo/ChangeLog
+++ b/net-analyzer/sinfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/sinfo
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.18 2015/01/19 16:24:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.19 2015/07/15 05:08:31 jer Exp $
+
+ 15 Jul 2015; Jeroen Roovers <jer@gentoo.org> -sinfo-0.0.47.ebuild:
+ Old.
19 Jan 2015; Tim Harder <radhermit@gentoo.org> metadata.xml:
Drop myself from metadata.
diff --git a/net-analyzer/sinfo/sinfo-0.0.47.ebuild b/net-analyzer/sinfo/sinfo-0.0.47.ebuild
deleted file mode 100644
index 22c9f0b0c082..000000000000
--- a/net-analyzer/sinfo/sinfo-0.0.47.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.47.ebuild,v 1.3 2014/07/17 00:46:51 jer Exp $
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="A monitoring tool for networked computers"
-HOMEPAGE="http://www.ant.uni-bremen.de/whomes/rinas/sinfo/"
-SRC_URI="${HOMEPAGE}download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ipv6 static-libs"
-
-RDEPEND="
- !sys-cluster/slurm
- dev-libs/boost
- sys-libs/ncurses
-"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-tinfo.patch
- eautoreconf
-}
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
- econf $(use_enable ipv6 IPv6)
-}
-
-src_install() {
- default
-
- newconfd "${FILESDIR}"/sinfod.confd sinfod
- newinitd "${FILESDIR}"/sinfod.initd sinfod
-}