public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/sinfo: sinfo-0.0.46.ebuild ChangeLog
@ 2012-05-14 21:45 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2012-05-14 21:45 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/05/14 21:45:34

  Modified:             ChangeLog
  Added:                sinfo-0.0.46.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha104/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  net-analyzer/sinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	16 Mar 2012 23:19:44 -0000	1.8
+++ ChangeLog	14 May 2012 21:45:34 -0000	1.9
@@ -1,6 +1,11 @@
 # 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.8 2012/03/16 23:19:44 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.9 2012/05/14 21:45:34 radhermit Exp $
+
+*sinfo-0.0.46 (14 May 2012)
+
+  14 May 2012; Tim Harder <radhermit@gentoo.org> +sinfo-0.0.46.ebuild:
+  Version bump.
 
 *sinfo-0.0.45 (16 Mar 2012)
 



1.1                  net-analyzer/sinfo/sinfo-0.0.46.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.46.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.46.ebuild?rev=1.1&content-type=text/plain

Index: sinfo-0.0.46.ebuild
===================================================================
# 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.46.ebuild,v 1.1 2012/05/14 21:45:34 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-14 21:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 21:45 [gentoo-commits] gentoo-x86 commit in net-analyzer/sinfo: sinfo-0.0.46.ebuild ChangeLog Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox