From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-java/jogl/
Date: Wed, 3 Mar 2021 12:05:35 +0000 (UTC) [thread overview]
Message-ID: <1614773084.8e6696b5ebde5400016a53e49ce0f658b51efad5.andrewammerlaan@gentoo> (raw)
commit: 8e6696b5ebde5400016a53e49ce0f658b51efad5
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar 3 12:04:44 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar 3 12:04:44 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8e6696b5
dev-java/jogl: drop old
scilab only works with 2.2.4 anyway
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-java/jogl/jogl-2.1.4.ebuild | 72 -----------------------------------------
1 file changed, 72 deletions(-)
diff --git a/dev-java/jogl/jogl-2.1.4.ebuild b/dev-java/jogl/jogl-2.1.4.ebuild
deleted file mode 100644
index b8bb557db..000000000
--- a/dev-java/jogl/jogl-2.1.4.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-WANT_ANT_TASKS="ant-antlr ant-contrib dev-java/cpptasks:0"
-
-inherit java-pkg-2 java-ant-2
-
-#MY_PV="${PV/_rc/_rc0}"
-#MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Java(TM) Binding fot the OpenGL(TM) API"
-HOMEPAGE="https://jogamp.org/jogl/www/"
-SRC_URI="https://github.com/sgothel/jogl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="2.1"
-KEYWORDS="~amd64 ~x86"
-IUSE="cg"
-
-CDEPEND="
- ~dev-java/gluegen-${PV}:${SLOT}
- dev-java/antlr:0
- dev-java/ant-core:0
- x11-libs/libX11
- x11-libs/libXxf86vm
- dev-java/swt:3.7
- virtual/opengl
- cg? ( media-gfx/nvidia-cg-toolkit )"
-
-RDEPEND="${CDEPEND}
- >=virtual/jre-1.5"
-DEPEND="${CDEPEND}
- >=virtual/jdk-1.5"
-
-# upstream has a crude way to call the junit tests, which cause a lot of trouble to pass
-# our test classpath...
-RESTRICT="test"
-
-JAVA_PKG_BSFIX_NAME+=" build-jogl.xml build-nativewindow.xml build-newt.xml"
-JAVA_ANT_REWRITE_CLASSPATH="yes"
-EANT_BUILD_XML="make/build.xml"
-EANT_BUILD_TARGET="init build.nativewindow build.jogl build.newt one.dir tag.build"
-EANT_DOC_TARGET=""
-EANT_GENTOO_CLASSPATH="gluegen-${SLOT},antlr,ant-core,swt-3.7"
-EANT_GENTOO_CLASSPATH_EXTRA="${S}/build/${PN}/*.jar:${S}/build/nativewindow/*.jar"
-EANT_NEEDS_TOOLS="yes"
-
-java_prepare() {
- #we keep make/lib/plugin3/puglin3-public.jar
- find -name 'make/lib/swt/*.jar' -delete -print || die
-
- # Empty filesets are never out of date!
- sed -i -e 's/<outofdate>/<outofdate force="true">/' make/build*xml || die
-
- EANT_EXTRA_ARGS+=" -Dcommon.gluegen.build.done=true"
- EANT_EXTRA_ARGS+=" -Dgluegen.root=/usr/share/gluegen-${SLOT}/"
- EANT_EXTRA_ARGS+=" -Dgluegen.jar=$(java-pkg_getjar gluegen-${SLOT} gluegen.jar)"
- EANT_EXTRA_ARGS+=" -Dgluegen-rt.jar=$(java-pkg_getjar gluegen-${SLOT} gluegen-rt.jar)"
-
- use cg && EANT_EXTRA_ARGS+=" -Djogl.cg=1 -Dx11.cg.lib=/usr/lib"
-}
-
-src_install() {
- java-pkg_dojar build/jar/*.jar
- java-pkg_doso build/lib/*.so
-
- use doc && dodoc -r doc
- use source && java-pkg_dosrc src/jogl/classes/*
-}
next reply other threads:[~2021-03-03 12:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-03 12:05 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-03 12:05 [gentoo-commits] proj/sci:master commit in: dev-java/jogl/ Andrew Ammerlaan
2021-01-13 21:06 Andrew Ammerlaan
2020-09-25 7:51 Horea Christian
2014-11-05 7:24 Justin Lecher
2014-02-12 5:48 Guillaume Horel
2014-01-08 11:20 Justin Lecher
2014-01-03 12:06 Justin Lecher
2013-11-16 17:00 Guillaume Horel
2013-10-28 4:29 Guillaume Horel
2013-02-03 15:19 Guillaume Horel
2012-05-29 17:49 Sebastien Fabbro
2012-05-22 19:43 Justin Lecher
2012-05-18 17:26 Christoph Junghans
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=1614773084.8e6696b5ebde5400016a53e49ce0f658b51efad5.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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