From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73B47138334 for ; Fri, 10 Aug 2018 21:44:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71B3CE08AA; Fri, 10 Aug 2018 21:44:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A04BE08AA for ; Fri, 10 Aug 2018 21:44:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 932E0335CA0 for ; Fri, 10 Aug 2018 21:44:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACBA9379 for ; Fri, 10 Aug 2018 21:44:24 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1533937451.2c737f976087da4a56e36a8fae2b2476d8be7903.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/maven-hawtjni-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/maven-hawtjni-plugin/Manifest dev-java/maven-hawtjni-plugin/maven-hawtjni-plugin-1.15.ebuild X-VCS-Directories: dev-java/maven-hawtjni-plugin/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 2c737f976087da4a56e36a8fae2b2476d8be7903 X-VCS-Branch: master Date: Fri, 10 Aug 2018 21:44:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 60bfb732-1971-4af5-b0fa-b0f6b013e320 X-Archives-Hash: 9cbe833229cdccdd87f6d0e2634bae84 commit: 2c737f976087da4a56e36a8fae2b2476d8be7903 Author: James Le Cuirot gentoo org> AuthorDate: Fri Aug 10 21:42:17 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Aug 10 21:44:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c737f97 dev-java/maven-hawtjni-plugin: Version bump to 1.15, EAPI 6 Package-Manager: Portage-2.3.45, Repoman-2.3.10 dev-java/maven-hawtjni-plugin/Manifest | 1 + .../maven-hawtjni-plugin-1.15.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-java/maven-hawtjni-plugin/Manifest b/dev-java/maven-hawtjni-plugin/Manifest index 5bb59a37045..35652466a08 100644 --- a/dev-java/maven-hawtjni-plugin/Manifest +++ b/dev-java/maven-hawtjni-plugin/Manifest @@ -1 +1,2 @@ DIST hawtjni-project-1.11.tar.gz 1603735 BLAKE2B 1ef2986ce40e6cadf7256699e1b1527a39e85672f02602855804e1bbf9b7d915bd683abef5f30b99ed7edc56eef4cafaa6e75698fa45b0b64491ef8309d51387 SHA512 0fafe29dd058eee07e9c26179b7605cc092254199ccb913064002c882e7ab55ecc4045dd2baab99bbc46d6bf28a9f4f2108c210616e3a9c4a92582c65e6de4e4 +DIST hawtjni-project-1.15.tar.gz 1606236 BLAKE2B 52357dbefde43ec82cf218ada90642d118ebaa6a6be173cc1f4f48377fda95b902f0a90dfb60822c02c144b9bf13d0800c94d67cc2f9c76e607bbbb80a80898e SHA512 1a93658bf8621c770cf97b546c6a5c0cf1821b06cb16dbc872ad0c830c599d3947ffe56b4cca16217a510d4e929ebcfc5eabdf4ad4364f5225b53d22c7d48abb diff --git a/dev-java/maven-hawtjni-plugin/maven-hawtjni-plugin-1.15.ebuild b/dev-java/maven-hawtjni-plugin/maven-hawtjni-plugin-1.15.ebuild new file mode 100644 index 00000000000..4a5d1926aec --- /dev/null +++ b/dev-java/maven-hawtjni-plugin/maven-hawtjni-plugin-1.15.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit java-pkg-2 + +MY_P="hawtjni-project-${PV}" + +DESCRIPTION="Maven plugin for the HawtJNI code generator (resources only)" +HOMEPAGE="https://github.com/fusesource/hawtjni" +SRC_URI="https://github.com/fusesource/hawtjni/archive/${MY_P}.tar.gz" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=virtual/jdk-1.8" +RDEPEND=">=virtual/jre-1.8" + +S="${WORKDIR}/hawtjni-${MY_P}/${PN}" + +src_compile() { + touch ${PN}.jar || die # jar won't create on update. + java-pkg_addres ${PN}.jar src/main/resources +} + +src_install() { + java-pkg_dojar ${PN}.jar +}