commit:     f2a4aeb37e93ae444356cd644b8830e1ef8abc4b
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Tue Oct 31 02:24:31 2017 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Tue Oct 31 02:24:31 2017 +0000
URL:        
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=f2a4aeb3

lwjgl3

 dev-java/lwjgl3/Manifest            |  2 ++
 dev-java/lwjgl3/lwjgl3-3.1.3.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-java/lwjgl3/Manifest b/dev-java/lwjgl3/Manifest
new file mode 100644
index 0000000..61b3748
--- /dev/null
+++ b/dev-java/lwjgl3/Manifest
@@ -0,0 +1,2 @@
+DIST 3.1.3.tar.gz 2643401 SHA256 
a56cf0f448199e67f20160df0cc6616589ae62fec28ae14fcf7d8c8da01abf68 SHA512 
46c51b47b1df2be4172b14bece67a1e56049457bc5f1ce65ba95af82916af8e4ccd0d61c008a01e03e42e75b46aa26d761dde81c0d509b7821cf0f662cd8a2b1
 WHIRLPOOL 
59f490372e0e1ca4cea8d5763f3ad915c980a64837e433cb83f470272ea4ab44b5414a644282c6d7196eed1122d11e09c2976ebf083014dd2178dc6260775dce
+EBUILD lwjgl3-3.1.3.ebuild 844 SHA256 
716adffe59d73adf78d85d79c240a436fc5ee570c1acf96a66353bd372d29163 SHA512 
ef1a7ef76aa504b434ca9db6bc775243425a7194555651d60792d88d796344d70188365f73db48c8bf11357b4bafd05669c319772b175ef83b52c952902bfc1f
 WHIRLPOOL 
add8192c890778592fb5cc7b1edf378c7e947c27b65bed247400d9391dcb06e85720bd8eed955bfa07059faf6e18f03116b1cdc05b1f7cb76bd5870fe60b54ea

diff --git a/dev-java/lwjgl3/lwjgl3-3.1.3.ebuild 
b/dev-java/lwjgl3/lwjgl3-3.1.3.ebuild
new file mode 100644
index 0000000..0ab3ba3
--- /dev/null
+++ b/dev-java/lwjgl3/lwjgl3-3.1.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source test"
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="LWJGL is a Java library that enables cross-platform access to 
popular native APIs useful in the development of graphics (OpenGL), audio 
(OpenAL) and parallel computing (OpenCL) applications." 
+HOMEPAGE="https://www.lwjgl.org/";
+SRC_URI="https://github.com/LWJGL/lwjgl3/archive/3.1.3.tar.gz";
+
+LICENSE="BSD"
+SLOT="3.1"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=virtual/jdk-1.8"
+RDEPEND=">=virtual/jre-1.8"
+
+JAVA_PKG_STRICT=true
+JAVA_ANT_REWRITE_CLASSPATH="true"
+EANT_ANT_TASKS="compile-templates,generate,compile,compile-native"
+
+
+java_prepare() {
+     # This does not discriminate,
+     # it will remove ALL .class and .jar files
+     java-pkg_clean
+}
+
+

Reply via email to