public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/nodemon/
Date: Mon,  7 Mar 2011 12:01:40 +0000 (UTC)	[thread overview]
Message-ID: <6855aa926e51f4f745dbda3b94c7cb7f2289f65b.jlec@gentoo> (raw)

commit:     6855aa926e51f4f745dbda3b94c7cb7f2289f65b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 11:55:50 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 11:55:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6855aa92

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/nodemon/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: $
 
+  07 Mar 2011; Justin Lecher <jlec@gentoo.org> nodemon-0.3.5.ebuild:
+  Correct Slots for gtk 3 introduction to tree
+
   11 Jul 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
   nodemon-0.3.5.ebuild, metadata.xml:
   Silenced repoman. FIXME: it looks like the pbs switch is not implemented

diff --git a/sci-visualization/nodemon/nodemon-0.3.5.ebuild b/sci-visualization/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: $
 
-DESCRIPTION="NodeMon is a distributed visualization tool for monitoring system
-resource utilization."
+EAPI="4"
+
+DESCRIPTION="Distributed visualization tool for monitoring system resource utilization."
 HOMEPAGE="http://nodemon.sourceforge.net/"
 SRC_URI="http://downloads.sourceforge.net/nodemon/nodemon-${PV}.tar.gz"
 
@@ -12,20 +13,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="gtk pbs"
 
-RDEPEND="|| ( >=dev-cpp/growler-arch-0.3.7.1 dev-cpp/growler-latest )
-	gtk? ( >=x11-libs/gtkglext-1.0 >=x11-libs/gtk+-2 )"
-
+RDEPEND="
+	>=dev-cpp/growler-arch-0.3.7.1
+	gtk? ( >=x11-libs/gtkglext-1.0 x11-libs/gtk+:2 )"
 DEPEND="${RDEPEND}"
 
-src_compile() {
+DOCS="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="${D}" install || die "install failed"
-	dodoc README NEWS AUTHORS NOSA ChangeLog
+		$(use_with pbs)
 }



             reply	other threads:[~2011-03-07 12:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-07 12:01 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-22  1:18 [gentoo-commits] proj/sci:master commit in: sci-visualization/nodemon/ Aisha Tammy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6855aa926e51f4f745dbda3b94c7cb7f2289f65b.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox