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.43-r1.ebuild ChangeLog sinfo-0.0.43.ebuild
@ 2011-11-28 22:20 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-11-28 22:20 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/11/28 22:20:23

  Modified:             ChangeLog
  Added:                sinfo-0.0.43-r1.ebuild
  Removed:              sinfo-0.0.43.ebuild
  Log:
  Revbump and remove old. Update and rename init script.
  
  (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-analyzer/sinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	27 Nov 2011 15:58:44 -0000	1.4
+++ ChangeLog	28 Nov 2011 22:20:23 -0000	1.5
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/sinfo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.4 2011/11/27 15:58:44 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.5 2011/11/28 22:20:23 radhermit Exp $
+
+*sinfo-0.0.43-r1 (28 Nov 2011)
+
+  28 Nov 2011; Tim Harder <radhermit@gentoo.org> -sinfo-0.0.43.ebuild,
+  +sinfo-0.0.43-r1.ebuild, +files/sinfod.confd, +files/sinfod.initd,
+  -files/sinfo.confd, -files/sinfo.initd:
+  Revbump and remove old. Update and rename init script.
 
   27 Nov 2011; Tim Harder <radhermit@gentoo.org> sinfo-0.0.43.ebuild:
   Remove multiple static-libs settings.



1.1                  net-analyzer/sinfo/sinfo-0.0.43-r1.ebuild

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

Index: sinfo-0.0.43-r1.ebuild
===================================================================
# 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.43-r1.ebuild,v 1.1 2011/11/28 22:20:23 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 )

PATCHES=(
	"${FILESDIR}"/${P}-librpc-linking.patch
	"${FILESDIR}"/${P}-ncurses-m4.patch
)

src_prepare() {
	autotools-utils_src_prepare
	eautoreconf
}

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
}






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

only message in thread, other threads:[~2011-11-28 22:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28 22:20 [gentoo-commits] gentoo-x86 commit in net-analyzer/sinfo: sinfo-0.0.43-r1.ebuild ChangeLog sinfo-0.0.43.ebuild 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