From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PwZ9m-0004qR-LT for garchives@archives.gentoo.org; Mon, 07 Mar 2011 12:03:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20663E0825; Mon, 7 Mar 2011 12:01:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D2CB8E0825 for ; Mon, 7 Mar 2011 12:01:40 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98D671BC019 for ; Mon, 7 Mar 2011 12:01:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0258B8006A for ; Mon, 7 Mar 2011 12:01:40 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <6855aa926e51f4f745dbda3b94c7cb7f2289f65b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/nodemon/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/nodemon/ChangeLog sci-visualization/nodemon/nodemon-0.3.5.ebuild X-VCS-Directories: sci-visualization/nodemon/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6855aa926e51f4f745dbda3b94c7cb7f2289f65b Date: Mon, 7 Mar 2011 12:01:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8eba017202cea1ba57fd8ad312b07761 commit: 6855aa926e51f4f745dbda3b94c7cb7f2289f65b Author: Justin Lecher gentoo org> AuthorDate: Mon Mar 7 11:55:50 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Mar 7 11:55:50 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D6855aa92 Correct Slots for gtk 3 introduction to tree (Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-visualization/nodemon/ChangeLog | 5 +++- sci-visualization/nodemon/nodemon-0.3.5.ebuild | 26 ++++++++++--------= ----- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/sci-visualization/nodemon/ChangeLog b/sci-visualization/node= mon/ChangeLog index 95f693b..451321e 100644 --- a/sci-visualization/nodemon/ChangeLog +++ b/sci-visualization/nodemon/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-visualization/nodemon -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 07 Mar 2011; Justin Lecher nodemon-0.3.5.ebuild: + Correct Slots for gtk 3 introduction to tree + 11 Jul 2010; Andreas K. Huettel (dilfridge) nodemon-0.3.5.ebuild, metadata.xml: Silenced repoman. FIXME: it looks like the pbs switch is not implement= ed diff --git a/sci-visualization/nodemon/nodemon-0.3.5.ebuild b/sci-visuali= zation/nodemon/nodemon-0.3.5.ebuild index b056b6c..af78b26 100644 --- a/sci-visualization/nodemon/nodemon-0.3.5.ebuild +++ b/sci-visualization/nodemon/nodemon-0.3.5.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -DESCRIPTION=3D"NodeMon is a distributed visualization tool for monitorin= g system -resource utilization." +EAPI=3D"4" + +DESCRIPTION=3D"Distributed visualization tool for monitoring system reso= urce utilization." HOMEPAGE=3D"http://nodemon.sourceforge.net/" SRC_URI=3D"http://downloads.sourceforge.net/nodemon/nodemon-${PV}.tar.gz= " =20 @@ -12,20 +13,15 @@ SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" IUSE=3D"gtk pbs" =20 -RDEPEND=3D"|| ( >=3Ddev-cpp/growler-arch-0.3.7.1 dev-cpp/growler-latest = ) - gtk? ( >=3Dx11-libs/gtkglext-1.0 >=3Dx11-libs/gtk+-2 )" - +RDEPEND=3D" + >=3Ddev-cpp/growler-arch-0.3.7.1 + gtk? ( >=3Dx11-libs/gtkglext-1.0 x11-libs/gtk+:2 )" DEPEND=3D"${RDEPEND}" =20 -src_compile() { +DOCS=3D"README NEWS AUTHORS NOSA ChangeLog" + +src_configure() { econf \ $(use_enable gtk) \ - $(use_with pbs) \ - || die "could not configure" - emake || die "make failed" -} - -src_install() { - emake DESTDIR=3D"${D}" install || die "install failed" - dodoc README NEWS AUTHORS NOSA ChangeLog + $(use_with pbs) }