summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-07-16 04:28:28 +0000
committerTim Harder <radhermit@gentoo.org>2012-07-16 04:28:28 +0000
commitd3003aed40cf666ab604f1471620b95f0d8a0c45 (patch)
tree544e6c9da12a1097304528fda10063b01e99324e /net-analyzer/sinfo
parentVersion bump with lots of bugfixes. Drop old. (diff)
downloadgentoo-2-d3003aed40cf666ab604f1471620b95f0d8a0c45.tar.gz
gentoo-2-d3003aed40cf666ab604f1471620b95f0d8a0c45.tar.bz2
gentoo-2-d3003aed40cf666ab604f1471620b95f0d8a0c45.zip
Remove old.
(Portage version: 2.2.0_alpha118/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.45.ebuild38
2 files changed, 4 insertions, 39 deletions
diff --git a/net-analyzer/sinfo/ChangeLog b/net-analyzer/sinfo/ChangeLog
index bb6689f756ec..10b3ed8d3941 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.11 2012/07/16 04:27:13 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.12 2012/07/16 04:28:28 radhermit Exp $
+
+ 16 Jul 2012; Tim Harder <radhermit@gentoo.org> -sinfo-0.0.45.ebuild:
+ Remove old.
*sinfo-0.0.47 (16 Jul 2012)
diff --git a/net-analyzer/sinfo/sinfo-0.0.45.ebuild b/net-analyzer/sinfo/sinfo-0.0.45.ebuild
deleted file mode 100644
index c49d62c3fd57..000000000000
--- a/net-analyzer/sinfo/sinfo-0.0.45.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.45.ebuild,v 1.1 2012/03/16 23:19:44 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="ipv6 static-libs"
-
-RDEPEND="dev-libs/boost
- sys-libs/ncurses"
-DEPEND="${RDEPEND}
- dev-cpp/asio"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
- local myeconfargs=(
- --with-ncurses
- $(use_enable ipv6 IPv6)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
-
- newconfd "${FILESDIR}"/sinfod.confd sinfod
- newinitd "${FILESDIR}"/sinfod.initd sinfod
-}