From 202fba55cedd92fe3cfad5df7eef3de50090e609 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Mon, 14 May 2012 21:46:54 +0000 Subject: Remove old. (Portage version: 2.2.0_alpha104/cvs/Linux x86_64) --- net-analyzer/sinfo/ChangeLog | 5 ++++- net-analyzer/sinfo/sinfo-0.0.44.ebuild | 37 ---------------------------------- 2 files changed, 4 insertions(+), 38 deletions(-) delete mode 100644 net-analyzer/sinfo/sinfo-0.0.44.ebuild (limited to 'net-analyzer/sinfo') diff --git a/net-analyzer/sinfo/ChangeLog b/net-analyzer/sinfo/ChangeLog index 83ee89e0bdd9..4ddca164270b 100644 --- a/net-analyzer/sinfo/ChangeLog +++ b/net-analyzer/sinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/sinfo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.9 2012/05/14 21:45:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.10 2012/05/14 21:46:54 radhermit Exp $ + + 14 May 2012; Tim Harder -sinfo-0.0.44.ebuild: + Remove old. *sinfo-0.0.46 (14 May 2012) diff --git a/net-analyzer/sinfo/sinfo-0.0.44.ebuild b/net-analyzer/sinfo/sinfo-0.0.44.ebuild deleted file mode 100644 index ccead1277c20..000000000000 --- a/net-analyzer/sinfo/sinfo-0.0.44.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.44.ebuild,v 1.1 2011/12/13 21:05:46 radhermit Exp $ - -EAPI="4" - -inherit autotools-utils - -DESCRIPTION="A monitoring tool for networked computers" -HOMEPAGE="http://www.ant.uni-bremen.de/whomes/rinas/sinfo/" -SRC_URI="http://www.ant.uni-bremen.de/whomes/rinas/${PN}/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -RDEPEND="dev-libs/boost - sys-libs/ncurses" -DEPEND="${RDEPEND} - dev-cpp/asio" - -DOCS=( AUTHORS ChangeLog README ) - -src_configure() { - local myeconfargs=( - --with-ncurses - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - - newconfd "${FILESDIR}"/sinfod.confd sinfod - newinitd "${FILESDIR}"/sinfod.initd sinfod -} -- cgit v1.2.3-65-gdbad