public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sys-cluster/charmdebug/
@ 2013-06-21 20:30 Nicolas Bock
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Bock @ 2013-06-21 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a03de89fb63107185f3b9ba9f8fe276506880a6d
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Jun 21 20:30:41 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Jun 21 20:30:41 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a03de89f

Added new package: charmdebug.

Package-Manager: portage-2.2.0_alpha183

---
 sys-cluster/charmdebug/ChangeLog               |  9 ++++++++
 sys-cluster/charmdebug/charmdebug-6.2.0.ebuild | 29 ++++++++++++++++++++++++++
 sys-cluster/charmdebug/metadata.xml            |  5 +++++
 3 files changed, 43 insertions(+)

diff --git a/sys-cluster/charmdebug/ChangeLog b/sys-cluster/charmdebug/ChangeLog
new file mode 100644
index 0000000..916d97d
--- /dev/null
+++ b/sys-cluster/charmdebug/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sys-cluster/charmdebug
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*charmdebug-6.2.0 (21 Jun 2013)
+
+  21 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> +charmdebug-6.2.0.ebuild,
+  +metadata.xml:
+  Added new package: charmdebug.

diff --git a/sys-cluster/charmdebug/charmdebug-6.2.0.ebuild b/sys-cluster/charmdebug/charmdebug-6.2.0.ebuild
new file mode 100644
index 0000000..50e9505
--- /dev/null
+++ b/sys-cluster/charmdebug/charmdebug-6.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit java-pkg-2
+
+DESCRIPTION="A debugger for Charm++ applications"
+HOMEPAGE="http://charm.cs.uiuc.edu/"
+SRC_URI="http://charm.cs.illinois.edu/distrib/binaries/charmdebug/charmdebug_${PV}.tar.gz"
+
+S="${WORKDIR}/${PN}"
+
+LICENSE="charm"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=virtual/jre-1.6"
+
+src_install() {
+	java-pkg_newjar ${PN}.jar
+	java-pkg_dolauncher ${PN} \
+		--main charm/debug/ParDebug \
+		--jar ${PN}.jar \
+		--java_args -ms100000000 -mx512000000
+}

diff --git a/sys-cluster/charmdebug/metadata.xml b/sys-cluster/charmdebug/metadata.xml
new file mode 100644
index 0000000..d369d06
--- /dev/null
+++ b/sys-cluster/charmdebug/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/charmdebug/
@ 2013-06-26 21:55 Nicolas Bock
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Bock @ 2013-06-26 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     03d89f20f563d0d9b8ecf755f1fbb5c0e69959ca
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Wed Jun 26 21:55:16 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Wed Jun 26 21:55:16 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=03d89f20

Beautify

Package-Manager: portage-2.2.0_alpha185

---
 sys-cluster/charmdebug/ChangeLog               | 3 +++
 sys-cluster/charmdebug/charmdebug-6.2.0.ebuild | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/charmdebug/ChangeLog b/sys-cluster/charmdebug/ChangeLog
index 916d97d..f6f5e32 100644
--- a/sys-cluster/charmdebug/ChangeLog
+++ b/sys-cluster/charmdebug/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> charmdebug-6.2.0.ebuild:
+  Beautify
+
 *charmdebug-6.2.0 (21 Jun 2013)
 
   21 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> +charmdebug-6.2.0.ebuild,

diff --git a/sys-cluster/charmdebug/charmdebug-6.2.0.ebuild b/sys-cluster/charmdebug/charmdebug-6.2.0.ebuild
index 50e9505..bd227a6 100644
--- a/sys-cluster/charmdebug/charmdebug-6.2.0.ebuild
+++ b/sys-cluster/charmdebug/charmdebug-6.2.0.ebuild
@@ -18,7 +18,9 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND=">=virtual/jre-1.6"
+RDEPEND="
+	>=virtual/jre-1.6
+	sys-cluster/charm[charmdebug]"
 
 src_install() {
 	java-pkg_newjar ${PN}.jar


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/charmdebug/
@ 2013-07-31 16:45 Nicolas Bock
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Bock @ 2013-07-31 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6dd0146a26b943b9f659dee1f9a24c9331dd1ec3
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Wed Jul 31 16:45:24 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Wed Jul 31 16:45:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6dd0146a

sys-cluster/charmdebug: Added USE flag conditional.

charmdebug does not work for SMP compiled charm.

Package-Manager: portage-2.2.0_alpha190

---
 sys-cluster/charmdebug/ChangeLog               | 4 ++++
 sys-cluster/charmdebug/charmdebug-6.2.0.ebuild | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/charmdebug/ChangeLog b/sys-cluster/charmdebug/ChangeLog
index f6f5e32..45d205e 100644
--- a/sys-cluster/charmdebug/ChangeLog
+++ b/sys-cluster/charmdebug/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Jul 2013; Nicolas Bock <nicolasbock@gmail.com> charmdebug-6.2.0.ebuild:
+  sys-cluster/charmdebug: Added USE flag conditional.  charmdebug does not work
+  for SMP compiled charm.
+
   26 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> charmdebug-6.2.0.ebuild:
   Beautify
 

diff --git a/sys-cluster/charmdebug/charmdebug-6.2.0.ebuild b/sys-cluster/charmdebug/charmdebug-6.2.0.ebuild
index bd227a6..0e1fab2 100644
--- a/sys-cluster/charmdebug/charmdebug-6.2.0.ebuild
+++ b/sys-cluster/charmdebug/charmdebug-6.2.0.ebuild
@@ -20,7 +20,7 @@ IUSE=""
 DEPEND=""
 RDEPEND="
 	>=virtual/jre-1.6
-	sys-cluster/charm[charmdebug]"
+	sys-cluster/charm[charmdebug,-smp]"
 
 src_install() {
 	java-pkg_newjar ${PN}.jar


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/charmdebug/
@ 2013-08-13 22:20 Nicolas Bock
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Bock @ 2013-08-13 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     036b5f8bfd2d5c4088a61f76509e1862ca914b53
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Tue Aug 13 22:20:25 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Aug 13 22:20:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=036b5f8b

sys-cluster/charmdebug: Updated manifest.

The Charm++ developers replaced the tar file on their webpage with a bug fix
release with the same filename and version as before (6.2.0). I updated the
manifest and bumped the ebuild so that users will get the benefit of this new
version. Since the old tar file is not available anymore from the charm
download page, I renamed the ebuild instead of copying it.

Package-Manager: portage-2.2.0_alpha195

---
 sys-cluster/charmdebug/ChangeLog                              | 11 +++++++++++
 .../{charmdebug-6.2.0.ebuild => charmdebug-6.2.0-r1.ebuild}   |  0
 2 files changed, 11 insertions(+)

diff --git a/sys-cluster/charmdebug/ChangeLog b/sys-cluster/charmdebug/ChangeLog
index 45d205e..9a078d9 100644
--- a/sys-cluster/charmdebug/ChangeLog
+++ b/sys-cluster/charmdebug/ChangeLog
@@ -2,6 +2,17 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*charmdebug-6.2.0-r1 (13 Aug 2013)
+
+  13 Aug 2013; Nicolas Bock <nicolasbock@gmail.com> +charmdebug-6.2.0-r1.ebuild,
+  -charmdebug-6.2.0.ebuild:
+  sys-cluster/charmdebug: Updated manifest.  The Charm++ developers replaced the
+  tar file on their webpage with a bug fix release with the same filename and
+  version as before (6.2.0). I updated the manifest and bumped the ebuild so
+  that users will get the benefit of this new version. Since the old tar file is
+  not available anymore from the charm download page, I renamed the ebuild
+  instead of copying it.
+
   31 Jul 2013; Nicolas Bock <nicolasbock@gmail.com> charmdebug-6.2.0.ebuild:
   sys-cluster/charmdebug: Added USE flag conditional.  charmdebug does not work
   for SMP compiled charm.

diff --git a/sys-cluster/charmdebug/charmdebug-6.2.0.ebuild b/sys-cluster/charmdebug/charmdebug-6.2.0-r1.ebuild
similarity index 100%
rename from sys-cluster/charmdebug/charmdebug-6.2.0.ebuild
rename to sys-cluster/charmdebug/charmdebug-6.2.0-r1.ebuild


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sys-cluster/charmdebug/
@ 2015-04-16  6:34 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-04-16  6:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1a4f1666284decea478ee35269b8e9acdbeb96f5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 06:33:30 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 06:33:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a4f1666

In CVS

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sys-cluster/charmdebug/ChangeLog                  | 27 --------------------
 sys-cluster/charmdebug/charmdebug-6.2.0-r1.ebuild | 31 -----------------------
 sys-cluster/charmdebug/metadata.xml               |  5 ----
 3 files changed, 63 deletions(-)

diff --git a/sys-cluster/charmdebug/ChangeLog b/sys-cluster/charmdebug/ChangeLog
deleted file mode 100644
index 9a078d9..0000000
--- a/sys-cluster/charmdebug/ChangeLog
+++ /dev/null
@@ -1,27 +0,0 @@
-# ChangeLog for sys-cluster/charmdebug
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*charmdebug-6.2.0-r1 (13 Aug 2013)
-
-  13 Aug 2013; Nicolas Bock <nicolasbock@gmail.com> +charmdebug-6.2.0-r1.ebuild,
-  -charmdebug-6.2.0.ebuild:
-  sys-cluster/charmdebug: Updated manifest.  The Charm++ developers replaced the
-  tar file on their webpage with a bug fix release with the same filename and
-  version as before (6.2.0). I updated the manifest and bumped the ebuild so
-  that users will get the benefit of this new version. Since the old tar file is
-  not available anymore from the charm download page, I renamed the ebuild
-  instead of copying it.
-
-  31 Jul 2013; Nicolas Bock <nicolasbock@gmail.com> charmdebug-6.2.0.ebuild:
-  sys-cluster/charmdebug: Added USE flag conditional.  charmdebug does not work
-  for SMP compiled charm.
-
-  26 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> charmdebug-6.2.0.ebuild:
-  Beautify
-
-*charmdebug-6.2.0 (21 Jun 2013)
-
-  21 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> +charmdebug-6.2.0.ebuild,
-  +metadata.xml:
-  Added new package: charmdebug.

diff --git a/sys-cluster/charmdebug/charmdebug-6.2.0-r1.ebuild b/sys-cluster/charmdebug/charmdebug-6.2.0-r1.ebuild
deleted file mode 100644
index 4ee18b9..0000000
--- a/sys-cluster/charmdebug/charmdebug-6.2.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit java-pkg-2
-
-DESCRIPTION="A debugger for Charm++ applications"
-HOMEPAGE="http://charm.cs.uiuc.edu/"
-SRC_URI="http://charm.cs.illinois.edu/distrib/binaries/charmdebug/charmdebug_${PV}.tar.gz"
-
-S="${WORKDIR}/${PN}"
-
-LICENSE="charm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	>=virtual/jre-1.6
-	sys-cluster/charm[charmdebug,-smp]"
-
-src_install() {
-	java-pkg_newjar ${PN}.jar
-	java-pkg_dolauncher ${PN} \
-		--main charm/debug/ParDebug \
-		--jar ${PN}.jar \
-		--java_args -ms100000000 -mx512000000
-}

diff --git a/sys-cluster/charmdebug/metadata.xml b/sys-cluster/charmdebug/metadata.xml
deleted file mode 100644
index d369d06..0000000
--- a/sys-cluster/charmdebug/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>sci</herd>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-16  6:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-21 20:30 [gentoo-commits] proj/sci:master commit in: sys-cluster/charmdebug/ Nicolas Bock
  -- strict thread matches above, loose matches on Subject: below --
2013-06-26 21:55 Nicolas Bock
2013-07-31 16:45 Nicolas Bock
2013-08-13 22:20 Nicolas Bock
2015-04-16  6:34 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox