public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-lang/conceptual/
@ 2013-11-05 22:01 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2013-11-05 22:01 UTC (permalink / raw
  To: gentoo-commits

commit:     385ef6d33f3f6a1932483c12773ce376b7b2ed6f
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  5 22:00:58 2013 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Nov  5 22:00:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=385ef6d3

initial commit

Package-Manager: portage-2.2.7

---
 dev-lang/conceptual/ChangeLog             |  9 +++++++
 dev-lang/conceptual/conceptual-1.4.ebuild | 39 +++++++++++++++++++++++++++++++
 dev-lang/conceptual/metadata.xml          | 11 +++++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-lang/conceptual/ChangeLog b/dev-lang/conceptual/ChangeLog
new file mode 100644
index 0000000..b1f49b6
--- /dev/null
+++ b/dev-lang/conceptual/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-lang/conceptual
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*conceptual-1.4 (05 Nov 2013)
+
+  05 Nov 2013; Christoph Junghans <ottxor@gentoo.org> +conceptual-1.4.ebuild,
+  +metadata.xml:
+  initial commit

diff --git a/dev-lang/conceptual/conceptual-1.4.ebuild b/dev-lang/conceptual/conceptual-1.4.ebuild
new file mode 100644
index 0000000..801df9e
--- /dev/null
+++ b/dev-lang/conceptual/conceptual-1.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+JAVA_PKG_IUSE="gui"
+
+inherit java-pkg-opt-2 python-single-r1
+
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="A Network Correctness and Performance Testing Language"
+HOMEPAGE="http://conceptual.sourceforge.net/"
+
+SLOT="0"
+LICENSE="BSD-2"
+IUSE="gui test"
+
+RDEPEND="virtual/mpi
+	${PYTHON_DEPS}
+	gui? ( virtual/jdk dev-java/jython )"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	default
+	addread /usr/share/jython
+	use gui && emake gui
+}
+
+src_install () {
+	default
+	if use gui; then
+		java-pkg_newjar gui/ncptlGUI-1.4.jar ${PN}.jar
+		java-pkg_dolauncher
+	fi
+}

diff --git a/dev-lang/conceptual/metadata.xml b/dev-lang/conceptual/metadata.xml
new file mode 100644
index 0000000..4dff4c5
--- /dev/null
+++ b/dev-lang/conceptual/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>ottxor@gentoo.org</email>
+		<name>Christoph Junghans</name>
+	</maintainer>
+	<use>
+		<flag name="gui">Build the Java base graphical interface</flag>
+	</use>
+</pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: dev-lang/conceptual/
@ 2013-11-05 23:43 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2013-11-05 23:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ac7c99b0b7bac8387cfbf15b06b2a664418a8ef7
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  5 23:43:05 2013 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Nov  5 23:43:05 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ac7c99b0

fixed deps

Package-Manager: portage-2.2.7

---
 dev-lang/conceptual/ChangeLog             | 3 +++
 dev-lang/conceptual/conceptual-1.4.ebuild | 5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-lang/conceptual/ChangeLog b/dev-lang/conceptual/ChangeLog
index b1f49b6..31c8406 100644
--- a/dev-lang/conceptual/ChangeLog
+++ b/dev-lang/conceptual/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Nov 2013; Christoph Junghans <ottxor@gentoo.org> conceptual-1.4.ebuild:
+  fixed deps
+
 *conceptual-1.4 (05 Nov 2013)
 
   05 Nov 2013; Christoph Junghans <ottxor@gentoo.org> +conceptual-1.4.ebuild,

diff --git a/dev-lang/conceptual/conceptual-1.4.ebuild b/dev-lang/conceptual/conceptual-1.4.ebuild
index 801df9e..524b6a0 100644
--- a/dev-lang/conceptual/conceptual-1.4.ebuild
+++ b/dev-lang/conceptual/conceptual-1.4.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} )
-JAVA_PKG_IUSE="gui"
+JAVA_PKG_OPT_USE="gui"
 
 inherit java-pkg-opt-2 python-single-r1
 
@@ -21,12 +21,11 @@ IUSE="gui test"
 
 RDEPEND="virtual/mpi
 	${PYTHON_DEPS}
-	gui? ( virtual/jdk dev-java/jython )"
+	gui? ( virtual/jdk dev-java/jython:0 )"
 DEPEND="${RDEPEND}"
 
 src_compile() {
 	default
-	addread /usr/share/jython
 	use gui && emake gui
 }
 


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

* [gentoo-commits] proj/sci:master commit in: dev-lang/conceptual/
@ 2017-01-29 11:59 Justin Lecher
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2017-01-29 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     9e971ac8558a53dc480ef74cb1848e106c096a4c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 11:51:53 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 11:59:23 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9e971ac8

dev-lang/conceptual: Drop jython support

Bump to EAPI 6
Sort ebuild code

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-lang/conceptual/conceptual-1.4.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-lang/conceptual/conceptual-1.4.ebuild b/dev-lang/conceptual/conceptual-1.4.ebuild
index 8398e7a..fc3fe50 100644
--- a/dev-lang/conceptual/conceptual-1.4.ebuild
+++ b/dev-lang/conceptual/conceptual-1.4.ebuild
@@ -1,29 +1,29 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 JAVA_PKG_OPT_USE="gui"
 
 inherit java-pkg-opt-2 python-single-r1
 
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64"
-
 DESCRIPTION="A Network Correctness and Performance Testing Language"
 HOMEPAGE="http://conceptual.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="gui test"
+KEYWORDS="~amd64"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="virtual/mpi
+RDEPEND="
+	virtual/mpi
 	${PYTHON_DEPS}
-	gui? ( virtual/jdk:* dev-java/jython:0 )"
+	gui? ( virtual/jdk:* )"
 DEPEND="${RDEPEND}"
 
 src_compile() {


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

* [gentoo-commits] proj/sci:master commit in: dev-lang/conceptual/
@ 2021-01-16 10:28 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-01-16 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     90941e25eb97c6f9731fc6aee93362a02af4ede2
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 16 10:27:50 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 16 10:27:50 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=90941e25

dev-lang/conceptual: version bump, fix fetch

still stuck on python2_7, but works

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../{conceptual-1.4.ebuild => conceptual-1.5.1b.ebuild}    | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-lang/conceptual/conceptual-1.4.ebuild b/dev-lang/conceptual/conceptual-1.5.1b.ebuild
similarity index 77%
rename from dev-lang/conceptual/conceptual-1.4.ebuild
rename to dev-lang/conceptual/conceptual-1.5.1b.ebuild
index 58da5001f..d2e6046d2 100644
--- a/dev-lang/conceptual/conceptual-1.4.ebuild
+++ b/dev-lang/conceptual/conceptual-1.5.1b.ebuild
@@ -1,7 +1,7 @@
-# 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
 
 PYTHON_COMPAT=( python2_7 )
 JAVA_PKG_OPT_USE="gui"
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD-2"
-IUSE="gui test"
+IUSE="gui"
 KEYWORDS="~amd64"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -22,7 +22,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="
 	virtual/mpi
 	${PYTHON_DEPS}
-	gui? ( virtual/jdk:* )"
+	gui? (
+		virtual/jdk:*
+		dev-java/jython
+	)"
 DEPEND="${RDEPEND}"
 
 src_compile() {
@@ -33,7 +36,8 @@ src_compile() {
 src_install () {
 	default
 	if use gui; then
-		java-pkg_newjar gui/ncptlGUI-1.4.jar ${PN}.jar
+		java-pkg_newjar gui/ncptlGUI-1.5.1b.jar ${PN}.jar
 		java-pkg_dolauncher
 	fi
+	python_optimize
 }


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

* [gentoo-commits] proj/sci:master commit in: dev-lang/conceptual/
@ 2021-02-01  2:43 Horea Christian
  0 siblings, 0 replies; 7+ messages in thread
From: Horea Christian @ 2021-02-01  2:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a8e11ea716240f47e8cd445ca3719935b346fdf2
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Feb  1 02:42:56 2021 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Feb  1 02:42:56 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a8e11ea7

dev-lang/conceptual: PYTHON_COMPAT bump

untested due to broken dep:
https://github.com/gentoo/sci/issues/1048

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-lang/conceptual/conceptual-1.5.1b.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/conceptual/conceptual-1.5.1b.ebuild b/dev-lang/conceptual/conceptual-1.5.1b.ebuild
index d2e6046d2..e5a297155 100644
--- a/dev-lang/conceptual/conceptual-1.5.1b.ebuild
+++ b/dev-lang/conceptual/conceptual-1.5.1b.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_7} )
 JAVA_PKG_OPT_USE="gui"
 
 inherit java-pkg-opt-2 python-single-r1


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

* [gentoo-commits] proj/sci:master commit in: dev-lang/conceptual/
@ 2021-02-13 11:11 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-02-13 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     e75425723df9a7b602511e219e338a9420835905
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Feb 13 11:10:06 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Feb 13 11:10:06 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e7542572

dev-lang/conceptual: drop python2

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-lang/conceptual/conceptual-1.5.1b.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/conceptual/conceptual-1.5.1b.ebuild b/dev-lang/conceptual/conceptual-1.5.1b.ebuild
index e5a297155..0d3acefe7 100644
--- a/dev-lang/conceptual/conceptual-1.5.1b.ebuild
+++ b/dev-lang/conceptual/conceptual-1.5.1b.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_7} )
+PYTHON_COMPAT=( python3_7 )
 JAVA_PKG_OPT_USE="gui"
 
 inherit java-pkg-opt-2 python-single-r1


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

* [gentoo-commits] proj/sci:master commit in: dev-lang/conceptual/
@ 2021-06-01  8:45 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-06-01  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     83d0976b0b8dd8ec019d3aadbb59c978a5387a39
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  1 08:45:12 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 08:45:12 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=83d0976b

dev-lang/conceptual: bump PYTHON_COMPAT

Closes: https://bugs.gentoo.org/793617
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-lang/conceptual/conceptual-1.5.1b.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/conceptual/conceptual-1.5.1b.ebuild b/dev-lang/conceptual/conceptual-1.5.1b.ebuild
index 0d3acefe7..53cfee813 100644
--- a/dev-lang/conceptual/conceptual-1.5.1b.ebuild
+++ b/dev-lang/conceptual/conceptual-1.5.1b.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8,9} )
 JAVA_PKG_OPT_USE="gui"
 
 inherit java-pkg-opt-2 python-single-r1


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

end of thread, other threads:[~2021-06-01  8:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-01  8:45 [gentoo-commits] proj/sci:master commit in: dev-lang/conceptual/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-02-13 11:11 Andrew Ammerlaan
2021-02-01  2:43 Horea Christian
2021-01-16 10:28 Andrew Ammerlaan
2017-01-29 11:59 Justin Lecher
2013-11-05 23:43 Christoph Junghans
2013-11-05 22:01 Christoph Junghans

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