public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gcalc/
Date: Sun, 15 Jan 2017 23:02:18 +0000 (UTC)	[thread overview]
Message-ID: <1484521191.24218dbfd47b2fe7ca0bee5396aebd44b4db0931.chewi@gentoo> (raw)

commit:     24218dbfd47b2fe7ca0bee5396aebd44b4db0931
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Jan 14 14:17:42 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 22:59:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24218dbf

sci-visualization/gcalc: EAPI bump 4 -> 6

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3471

 sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild | 41 +++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild b/sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild
new file mode 100644
index 00000000..6aaed93
--- /dev/null
+++ b/sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils java-pkg-2 java-pkg-simple
+
+MY_P="GCalc-${PV/_/-}"
+DESCRIPTION="Java Mathematical Graphing System"
+HOMEPAGE="http://gcalc.net/"
+SRC_URI="http://gcalc.net/files/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+IUSE=""
+SLOT="0"
+
+RDEPEND=">=virtual/jre-1.7
+	!!sci-mathematics/gcalc"
+DEPEND=">=virtual/jdk-1.7"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	java-pkg_clean
+	default
+}
+
+src_compile() {
+	java-pkg-simple_src_compile
+	java-pkg_addres ${PN}.jar src ! -name "*.html"
+}
+
+src_install() {
+	java-pkg-simple_src_install
+	java-pkg_dolauncher gcalc --main net.gcalc.calc.GCalc
+
+	newicon src/resources/gicon.png ${PN}.png
+	make_desktop_entry ${PN} "GCalc Java Mathematical Graphing System"
+}


             reply	other threads:[~2017-01-15 23:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-15 23:02 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-15 23:02 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gcalc/ James Le Cuirot
2021-05-04  9:22 Miroslav Šulc
2024-11-25  7:56 Miroslav Šulc

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=1484521191.24218dbfd47b2fe7ca0bee5396aebd44b4db0931.chewi@gentoo \
    --to=chewi@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