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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E00315808B for ; Sun, 20 Feb 2022 10:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFE51E07E2; Sun, 20 Feb 2022 10:08:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 691E9E07B2 for ; Sun, 20 Feb 2022 10:08:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AB10343885 for ; Sun, 20 Feb 2022 10:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFA752EA for ; Sun, 20 Feb 2022 10:08:48 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1645351694.9ffbd7a7ce6b78353444f64407fd202377640763.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/microba/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/microba/Manifest dev-java/microba/microba-0.4.4.3-r2.ebuild X-VCS-Directories: dev-java/microba/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9ffbd7a7ce6b78353444f64407fd202377640763 X-VCS-Branch: master Date: Sun, 20 Feb 2022 10:08:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7d599de-ddbb-468a-8fbb-dc096511a2e3 X-Archives-Hash: 45184162c2ec0495f0a35f03eff84aaf commit: 9ffbd7a7ce6b78353444f64407fd202377640763 Author: Miroslav Šulc gentoo org> AuthorDate: Sun Feb 20 10:02:02 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Feb 20 10:08:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffbd7a7 dev-java/microba: eapi8, min java 1.8 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/microba/Manifest | 1 + dev-java/microba/microba-0.4.4.3-r2.ebuild | 42 ++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/dev-java/microba/Manifest b/dev-java/microba/Manifest index b61bb6c87b35..b60120e3bb65 100644 --- a/dev-java/microba/Manifest +++ b/dev-java/microba/Manifest @@ -1 +1,2 @@ +DIST microba-0.4.4.3.tar.gz 50106 BLAKE2B 15b7fe422f7d6aa92929a697ee2c12b2325c9cfcef6d43cc2f135b57a14d8a2a7c1a7b5b3de6bf8a7e1ed07ac275c26017430f776c435295e36109914aca090d SHA512 0191213d00fd0a6bd59a623fb0762eb589a5ac42c5c988a612c01781b30bcb6d86ce431f76687f5647889d54ad13b7f3fa2eec02ca81038f692d2cf25fa1aad1 DIST microba-0.4.4.3.zip 89737 BLAKE2B 130f6a39f069b0b4e93f352b7fea10abd6eec23b7f0392ad15fa34c198b4dfb46a9b0208322b245f0934e2ff2260661934f958e6216a45c4c69573976f366a2c SHA512 17933578fe101053a1004a1aa0ef342ffa1dc1f2ea2d670fa8aa2523c7d8207bb79e54755e58d0b7ce5ba627ca3b348ac10870718622e818f4097a966acc0a10 diff --git a/dev-java/microba/microba-0.4.4.3-r2.ebuild b/dev-java/microba/microba-0.4.4.3-r2.ebuild new file mode 100644 index 000000000000..30212b3f2397 --- /dev/null +++ b/dev-java/microba/microba-0.4.4.3-r2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Swing components for date operations and palettes" +HOMEPAGE="https://github.com/tdbear/microba" +SRC_URI="https://github.com/tdbear/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +CP_DEPEND="dev-java/jgraph:0" + +RDEPEND="${CP_DEPEND} + >=virtual/jre-1.8:*" + +DEPEND="${CP_DEPEND} + >=virtual/jdk-1.8:*" + +S="${WORKDIR}/${P}" +JAVA_SRC_DIR="src/main/java" + +DOCS=( + change.log.txt + readme.txt + README.md +) + +src_compile() { + java-pkg-simple_src_compile + java-pkg_addres ${PN}.jar ${JAVA_SRC_DIR} +} + +src_install() { + default + java-pkg-simple_src_install +}