diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-java/jnr-x86asm | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-java/jnr-x86asm')
-rw-r--r-- | dev-java/jnr-x86asm/Manifest | 3 | ||||
-rw-r--r-- | dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-java/jnr-x86asm/metadata.xml | 11 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-java/jnr-x86asm/Manifest b/dev-java/jnr-x86asm/Manifest new file mode 100644 index 000000000000..4542e39d183b --- /dev/null +++ b/dev-java/jnr-x86asm/Manifest @@ -0,0 +1,3 @@ +DIST jnr-x86asm-1.0.2.zip 180046 BLAKE2B f346357dadaf4727e061ae4f11cb4a2fcb0aac7056c1ddc902c1779a0aa323ed47a90b7a7fef1148e4aefba2f003853d10718ae01ddcaffeb2b5b6d80d362b83 SHA512 e77124b7f0074dcd8b17ba200a1c99350827e6a3c641d6caa33b6bd900c95af9140f8ab716a5299bc591969f295158709b381f9b45faddbd6b75355949e4f463 +EBUILD jnr-x86asm-1.0.2-r1.ebuild 537 BLAKE2B d5955497f995098f3fec5f70093cc5d1b060eaa2d8fa4e7fc502bce9b5e76e8e4ac54c89aaa757b7a2adef67e156787eb5b3e830069266a10625e8100c3f9fa6 SHA512 03108db31e9dff342ce7017f19675267193790d16d8a9a6e707bf8187e98392ff72fd3908617568049a7a8887ba45050f1fec2f836bcf4b59573b3918377b185 +MISC metadata.xml 325 BLAKE2B 15dc0d2912dbb73aa35654c7eb159708abfc72b6f2e5426c6d21849984eb89f89ed5095a0e5f9a32dccbbd28722b0cbfab1291342a10eb04e51abcd7ef553a51 SHA512 9340b2600f4e4131177b0cb89acefc78c9d580bcadb3e69bb73ea536b36b7c81d7ba880f78df917ef6061c09b2da5da5a7d22a5497fa61bc8815f01359a95617 diff --git a/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild b/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild new file mode 100644 index 000000000000..304b608ca557 --- /dev/null +++ b/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="A pure-java port of asmjit" +HOMEPAGE="https://github.com/jnr/jnr-x86asm" +SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.zip -> ${P}.zip" + +LICENSE="MIT" +SLOT="1.0" +KEYWORDS="amd64 ~arm64 ppc64 x86" +IUSE="" + +DEPEND=">=virtual/jdk-1.6" +RDEPEND=">=virtual/jre-1.6" + +S="${WORKDIR}/${P}" + +JAVA_SRC_DIR="src/main/java" +JAVA_ANT_ENCODING="UTF-8" diff --git a/dev-java/jnr-x86asm/metadata.xml b/dev-java/jnr-x86asm/metadata.xml new file mode 100644 index 000000000000..49236c1e21dc --- /dev/null +++ b/dev-java/jnr-x86asm/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 type="project"> + <email>java@gentoo.org</email> + <name>Java</name> + </maintainer> + <upstream> + <remote-id type="github">jnr/jnr-x86asm</remote-id> + </upstream> +</pkgmetadata> |