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

commit:     40c428936bbe89309bdcbf26a1a908536a3e70d9
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Wed Jun 26 20:12:33 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Wed Jun 26 20:12:33 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=40c42893

Added new package: projections

A performance analysis framework for Charm++ applications.

Package-Manager: portage-2.2.0_alpha185

---
 sys-cluster/projections/ChangeLog                | 10 +++++++++
 sys-cluster/projections/metadata.xml             |  7 ++++++
 sys-cluster/projections/projections-6.2.1.ebuild | 28 ++++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/sys-cluster/projections/ChangeLog b/sys-cluster/projections/ChangeLog
new file mode 100644
index 0000000..e51f6c3
--- /dev/null
+++ b/sys-cluster/projections/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-cluster/projections
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*projections-6.2.1 (26 Jun 2013)
+
+  26 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> +metadata.xml,
+  +projections-6.2.1.ebuild:
+  Added new package: projections  A performance analysis framework for Charm++
+  applications.

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

diff --git a/sys-cluster/projections/projections-6.2.1.ebuild b/sys-cluster/projections/projections-6.2.1.ebuild
new file mode 100644
index 0000000..c3ef139
--- /dev/null
+++ b/sys-cluster/projections/projections-6.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit java-pkg-2
+
+DESCRIPTION="Projections Performance Analysis Framework for Charm++ Applications"
+HOMEPAGE="http://charm.cs.uiuc.edu/"
+SRC_URI="http://charm.cs.illinois.edu/distrib/binaries/projections/projections_${PV}.tar.gz"
+
+S="${WORKDIR}/${PN}_${PV}"
+
+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 projections.analysis.ProjMain \
+		--jar ${PN}.jar
+}


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

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

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

Beautify

Package-Manager: portage-2.2.0_alpha185

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

diff --git a/sys-cluster/projections/ChangeLog b/sys-cluster/projections/ChangeLog
index e51f6c3..a6f3e8e 100644
--- a/sys-cluster/projections/ChangeLog
+++ b/sys-cluster/projections/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> projections-6.2.1.ebuild:
+  Beautify
+
 *projections-6.2.1 (26 Jun 2013)
 
   26 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> +metadata.xml,

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


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

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

commit:     3b07da3085e7b7c049e740cf49a26f645e224105
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 06:34:21 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 06:34:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b07da30

In CVS

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

 sys-cluster/projections/ChangeLog                | 13 ----------
 sys-cluster/projections/metadata.xml             |  7 ------
 sys-cluster/projections/projections-6.2.1.ebuild | 30 ------------------------
 3 files changed, 50 deletions(-)

diff --git a/sys-cluster/projections/ChangeLog b/sys-cluster/projections/ChangeLog
deleted file mode 100644
index a6f3e8e..0000000
--- a/sys-cluster/projections/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for sys-cluster/projections
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  26 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> projections-6.2.1.ebuild:
-  Beautify
-
-*projections-6.2.1 (26 Jun 2013)
-
-  26 Jun 2013; Nicolas Bock <nicolasbock@gmail.com> +metadata.xml,
-  +projections-6.2.1.ebuild:
-  Added new package: projections  A performance analysis framework for Charm++
-  applications.

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

diff --git a/sys-cluster/projections/projections-6.2.1.ebuild b/sys-cluster/projections/projections-6.2.1.ebuild
deleted file mode 100644
index 39e3cb0..0000000
--- a/sys-cluster/projections/projections-6.2.1.ebuild
+++ /dev/null
@@ -1,30 +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="Projections Performance Analysis Framework for Charm++ Applications"
-HOMEPAGE="http://charm.cs.uiuc.edu/"
-SRC_URI="http://charm.cs.illinois.edu/distrib/binaries/projections/projections_${PV}.tar.gz"
-
-S="${WORKDIR}/${PN}_${PV}"
-
-LICENSE="charm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	>=virtual/jre-1.6
-	sys-cluster/charm[charmtracing]"
-
-src_install() {
-	java-pkg_newjar ${PN}.jar
-	java-pkg_dolauncher ${PN} \
-		--main projections.analysis.ProjMain \
-		--jar ${PN}.jar
-}


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

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

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

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