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 C305E13877A for ; Thu, 17 Jul 2014 00:46:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18B8AE0B53; Thu, 17 Jul 2014 00:46:54 +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 7FB21E0B53 for ; Thu, 17 Jul 2014 00:46:53 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 771E833FED0 for ; Thu, 17 Jul 2014 00:46:52 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id 388CE2004F; Thu, 17 Jul 2014 00:46:51 +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: ChangeLog sinfo-0.0.47.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog sinfo-0.0.47.ebuild 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: <20140717004651.388CE2004F@flycatcher.gentoo.org> Date: Thu, 17 Jul 2014 00:46:51 +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: 6c72aacd-b8a4-440f-8d2d-abc75701a0c4 X-Archives-Hash: c068725c7a8e17ae610f6c1f36717352 jer 14/07/17 00:46:51 Modified: ChangeLog sinfo-0.0.47.ebuild Log: Fix building against sys-libs/ncurses[tinfo]. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision Changes Path 1.15 net-analyzer/sinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 8 Oct 2012 20:21:44 -0000 1.14 +++ ChangeLog 17 Jul 2014 00:46:51 -0000 1.15 @@ -1,6 +1,10 @@ # 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.14 2012/10/08 20:21:44 radhermit Exp $ +# 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 $ + + 17 Jul 2014; Jeroen Roovers sinfo-0.0.47.ebuild, + +files/sinfo-0.0.47-tinfo.patch: + Fix building against sys-libs/ncurses[tinfo]. 08 Oct 2012; Tim Harder sinfo-0.0.47.ebuild: Add blocker against sys-cluster/slurm (bug #437476 by Diego Elio Pettenò). 1.3 net-analyzer/sinfo/sinfo-0.0.47.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.47.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.47.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.47.ebuild?r1=1.2&r2=1.3 Index: sinfo-0.0.47.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.47.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sinfo-0.0.47.ebuild 8 Oct 2012 20:21:44 -0000 1.2 +++ sinfo-0.0.47.ebuild 17 Jul 2014 00:46:51 -0000 1.3 @@ -1,37 +1,42 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.47.ebuild,v 1.2 2012/10/08 20:21:44 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.47.ebuild,v 1.3 2014/07/17 00:46:51 jer Exp $ -EAPI="4" - -inherit autotools-utils +EAPI=5 +inherit autotools eutils 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" +SRC_URI="${HOMEPAGE}download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ipv6 static-libs" -RDEPEND="!sys-cluster/slurm +RDEPEND=" + !sys-cluster/slurm dev-libs/boost - sys-libs/ncurses" -DEPEND="${RDEPEND}" + sys-libs/ncurses +" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" + +src_prepare() { + epatch "${FILESDIR}"/${P}-tinfo.patch + eautoreconf +} DOCS=( AUTHORS ChangeLog README ) src_configure() { - local myeconfargs=( - --with-ncurses - $(use_enable ipv6 IPv6) - ) - autotools-utils_src_configure + econf $(use_enable ipv6 IPv6) } src_install() { - autotools-utils_src_install + default newconfd "${FILESDIR}"/sinfod.confd sinfod newinitd "${FILESDIR}"/sinfod.initd sinfod