public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nicolas Bock" <nicolasbock@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/projections/
Date: Wed, 26 Jun 2013 20:12:45 +0000 (UTC)	[thread overview]
Message-ID: <1372277553.40c428936bbe89309bdcbf26a1a908536a3e70d9.nicolasbock@gentoo> (raw)

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
+}


             reply	other threads:[~2013-06-26 20:12 UTC|newest]

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

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=1372277553.40c428936bbe89309bdcbf26a1a908536a3e70d9.nicolasbock@gentoo \
    --to=nicolasbock@gmail.com \
    --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