* [gentoo-commits] proj/sci:master commit in: sci-visualization/nodemon/
@ 2011-03-07 12:01 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2011-03-07 12:01 UTC (permalink / raw
To: gentoo-commits
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)
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-visualization/nodemon/
@ 2020-09-22 1:18 Aisha Tammy
0 siblings, 0 replies; 2+ messages in thread
From: Aisha Tammy @ 2020-09-22 1:18 UTC (permalink / raw
To: gentoo-commits
commit: 5a3dbc1887ccf916392bc567af2dd36e753771d5
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 01:17:51 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 01:18:01 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5a3dbc18
sci-visualization/nodemon: drop package
really old and upstream is dead since 2007
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-visualization/nodemon/metadata.xml | 23 --------------------
sci-visualization/nodemon/nodemon-0.3.5.ebuild | 29 --------------------------
2 files changed, 52 deletions(-)
diff --git a/sci-visualization/nodemon/metadata.xml b/sci-visualization/nodemon/metadata.xml
deleted file mode 100644
index 3bbffb9b5..000000000
--- a/sci-visualization/nodemon/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>bryan.d.green@nasa.gov</email>
- <name>Bryan Green</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>
-NodeMon is a distributed visualization tool for monitoring system resource
-utilization. It is primarily intended for clusters and large-scale NUMA
-systems.
-</longdescription>
- <use>
- <flag name="pbs">Enable support for the Portable Batch System.</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">downloads</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-visualization/nodemon/nodemon-0.3.5.ebuild b/sci-visualization/nodemon/nodemon-0.3.5.ebuild
deleted file mode 100644
index 60496ec7c..000000000
--- a/sci-visualization/nodemon/nodemon-0.3.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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"
-
-LICENSE="NOSA"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk pbs"
-
-RDEPEND="
- >=dev-cpp/growler-arch-0.3.7.1
- gtk? (
- >=x11-libs/gtkglext-1.0
- x11-libs/gtk+:2
- )"
-DEPEND="${RDEPEND}"
-
-DOCS="README NEWS AUTHORS NOSA ChangeLog"
-
-src_configure() {
- econf \
- $(use_enable gtk) \
- $(use_with pbs)
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-22 1:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 12:01 [gentoo-commits] proj/sci:master commit in: sci-visualization/nodemon/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2020-09-22 1:18 Aisha Tammy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox