public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gcalc/
@ 2017-01-15 23:02 James Le Cuirot
  0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2017-01-15 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d8cf0b51f7c564e22dd7fad314586724aabce169
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Jan 14 14:18:08 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 23:00:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cf0b51

sci-visualization/gcalc: Removing EAPI 4 build

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

 sci-visualization/gcalc/gcalc-3.1_rc1.ebuild | 42 ----------------------------
 1 file changed, 42 deletions(-)

diff --git a/sci-visualization/gcalc/gcalc-3.1_rc1.ebuild b/sci-visualization/gcalc/gcalc-3.1_rc1.ebuild
deleted file mode 100644
index 0ee0c5e..00000000
--- a/sci-visualization/gcalc/gcalc-3.1_rc1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils java-pkg-2
-
-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.4
-	!!sci-mathematics/gcalc"
-DEPEND=">=virtual/jdk-1.4"
-
-S="${WORKDIR}/${MY_P}"
-
-java_prepare() {
-	find -name '*.jar' -exec rm -v {} + || die
-}
-
-src_compile() {
-	cd src || die
-	ejavac $(find . -name '*.java')
-
-	jar cf ${PN}.jar resources pluginlist.xml $(find . -name '*.class') || die
-}
-
-src_install() {
-	java-pkg_dojar src/${PN}.jar
-	java-pkg_dolauncher gcalc --main net.gcalc.calc.GCalc
-
-	newicon src/resources/gicon.png ${PN}.png || die
-	make_desktop_entry ${PN} "GCalc Java Mathematical Graphing System"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gcalc/
@ 2017-01-15 23:02 James Le Cuirot
  0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2017-01-15 23:02 UTC (permalink / raw
  To: gentoo-commits

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


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gcalc/
@ 2021-05-04  9:22 Miroslav Šulc
  0 siblings, 0 replies; 3+ messages in thread
From: Miroslav Šulc @ 2021-05-04  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0b2d666c2babeded0b8ff1c380d428c5ab4607e1
Author:     Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
AuthorDate: Tue May  4 00:10:26 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue May  4 09:21:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2d666c

sci-visualization/gcalc: updated java deps

Also, update to EAPI 7.

Regarding sci-mathematics/gcalc, I did some grepping and found no
mention of it anywhere else in the repo. I think it's just an artifact
of a realllly old re-categorization.

Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20608/commits/3a217c7f3c5f31abcbcb3ae81e5dbeb80246beee
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../{gcalc-3.1_rc1-r1.ebuild => gcalc-3.1_rc1-r2.ebuild}     | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild b/sci-visualization/gcalc/gcalc-3.1_rc1-r2.ebuild
similarity index 78%
rename from sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild
rename to sci-visualization/gcalc/gcalc-3.1_rc1-r2.ebuild
index 285044c9058..f5a27970376 100644
--- a/sci-visualization/gcalc/gcalc-3.1_rc1-r1.ebuild
+++ b/sci-visualization/gcalc/gcalc-3.1_rc1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit eutils java-pkg-2 java-pkg-simple
+inherit desktop java-pkg-2 java-pkg-simple
 
 MY_P="GCalc-${PV/_/-}"
 DESCRIPTION="Java Mathematical Graphing System"
@@ -12,12 +12,10 @@ 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"
+RDEPEND=">=virtual/jre-1.8:*"
+DEPEND=">=virtual/jdk-1.8:*"
 
 S="${WORKDIR}/${MY_P}"
 


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

end of thread, other threads:[~2021-05-04  9:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 23:02 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gcalc/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2017-01-15 23:02 James Le Cuirot
2021-05-04  9:22 Miroslav Šulc

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