diff options
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/sinfo/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/sinfo/sinfo-0.0.47.ebuild | 43 |
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 -} |