summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-05-14 21:46:54 +0000
committerTim Harder <radhermit@gentoo.org>2012-05-14 21:46:54 +0000
commit202fba55cedd92fe3cfad5df7eef3de50090e609 (patch)
treef2aed70b3fb0076cf44a4231c124f2d9fb2e960a /net-analyzer/sinfo
parentVersion bump. (diff)
downloadgentoo-2-202fba55cedd92fe3cfad5df7eef3de50090e609.tar.gz
gentoo-2-202fba55cedd92fe3cfad5df7eef3de50090e609.tar.bz2
gentoo-2-202fba55cedd92fe3cfad5df7eef3de50090e609.zip
Remove old.
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/sinfo')
-rw-r--r--net-analyzer/sinfo/ChangeLog5
-rw-r--r--net-analyzer/sinfo/sinfo-0.0.44.ebuild37
2 files changed, 4 insertions, 38 deletions
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 <radhermit@gentoo.org> -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
-}