From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DB35D1389E2 for ; Thu, 18 Dec 2014 10:19:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD0BFE0922; Thu, 18 Dec 2014 10:19:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48A9BE0922 for ; Thu, 18 Dec 2014 10:19:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E3E13405EE for ; Thu, 18 Dec 2014 10:19:28 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2078) id C7F8DCBA1; Thu, 18 Dec 2014 10:19:26 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/sinfo: sinfo-0.0.48.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: sinfo-0.0.48.ebuild ChangeLog X-VCS-Directories: net-analyzer/sinfo X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141218101926.C7F8DCBA1@oystercatcher.gentoo.org> Date: Thu, 18 Dec 2014 10:19:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1f907dff-2912-4e63-845d-c9ced10e1c03 X-Archives-Hash: 409655bdaf0bd3494b98770f08d77366 jer 14/12/18 10:19:26 Modified: ChangeLog Added: sinfo-0.0.48.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision Changes Path 1.16 net-analyzer/sinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 17 Jul 2014 00:46:51 -0000 1.15 +++ ChangeLog 18 Dec 2014 10:19:26 -0000 1.16 @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/sinfo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.15 2014/07/17 00:46:51 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.16 2014/12/18 10:19:26 jer Exp $ + +*sinfo-0.0.48 (18 Dec 2014) + + 18 Dec 2014; Jeroen Roovers +sinfo-0.0.48.ebuild, + +files/sinfo-0.0.48-acinclude.m4: + Version bump. 17 Jul 2014; Jeroen Roovers sinfo-0.0.47.ebuild, +files/sinfo-0.0.47-tinfo.patch: 1.1 net-analyzer/sinfo/sinfo-0.0.48.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.48.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.48.ebuild?rev=1.1&content-type=text/plain Index: sinfo-0.0.48.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.48.ebuild,v 1.1 2014/12/18 10:19:26 jer Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="A monitoring tool for networked computers" HOMEPAGE="http://www.ant.uni-bremen.de/whomes/rinas/sinfo/" SRC_URI="${HOMEPAGE}download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ipv6 static-libs" RDEPEND=" !sys-cluster/slurm dev-libs/boost sys-libs/ncurses " DEPEND=" ${RDEPEND} virtual/pkgconfig " src_prepare() { cp "${FILESDIR}"/${P}-acinclude.m4 acinclude.m4 || die epatch "${FILESDIR}"/${PN}-0.0.47-tinfo.patch eautoreconf } DOCS=( AUTHORS ChangeLog README ) src_configure() { econf $(use_enable ipv6 IPv6) } src_install() { default newconfd "${FILESDIR}"/sinfod.confd sinfod newinitd "${FILESDIR}"/sinfod.initd sinfod }