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 06D76158086 for ; Sat, 13 Nov 2021 08:29:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09D7F2BC171; Sat, 13 Nov 2021 08:29:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D63DD2BC00D for ; Sat, 13 Nov 2021 08:29:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id B0C2F342F2E for ; Sat, 13 Nov 2021 08:29:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 681C710C for ; Sat, 13 Nov 2021 08:29:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636792137.bb114787fc795451a41c0f8c9b8f363702bdf446.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/treelayout/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/treelayout/Manifest dev-java/treelayout/treelayout-1.0.3.ebuild X-VCS-Directories: dev-java/treelayout/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bb114787fc795451a41c0f8c9b8f363702bdf446 X-VCS-Branch: master Date: Sat, 13 Nov 2021 08:29:27 +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: aff195d5-f0be-48d9-948a-ed0e25bcbfb6 X-Archives-Hash: 412140380c2970fc0ec8f3c981165f2f commit: bb114787fc795451a41c0f8c9b8f363702bdf446 Author: Sam James gentoo org> AuthorDate: Sat Nov 13 01:17:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 13 08:28:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb114787 dev-java/treelayout: add 1.0.3 Signed-off-by: Sam James gentoo.org> dev-java/treelayout/Manifest | 1 + dev-java/treelayout/treelayout-1.0.3.ebuild | 40 +++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-java/treelayout/Manifest b/dev-java/treelayout/Manifest index a5149631fce..4410cb6512f 100644 --- a/dev-java/treelayout/Manifest +++ b/dev-java/treelayout/Manifest @@ -1 +1,2 @@ DIST treelayout-1.0.2.tar.gz 1007086 BLAKE2B c5ef3f0bc2a7c99a983f648efcca65a4a4fd9d72710b7a1a8263629435da6a79a328778983475565dfc23738978bf658067e3e63e7c36db84a54189821c0da07 SHA512 89a627d8ab2f248bb9b22139de0a28f310deb555f78825f29f4acfd0df7b4c212c8df241b004f8452a4be8a0f7717ee996df3eef4dd88ca905f4ad211df92655 +DIST treelayout-1.0.3.tar.gz 965389 BLAKE2B 5fb893ca0176e245778cf115a3c537d7a0ae4bcaf8119be41aa214dcf3887f5c286445d3d289134193a1b28269a2ba4952c6b9e81e3e462163bead188768f919 SHA512 5fb6a70206978c6bf8ea3c70603f38049cad21038bcedfd5a7f4dde1e4f8b080bfa78ca6dc2e43a7d0771ded39d5793f0c5340cf60ce63348d28a9be6abc3be4 diff --git a/dev-java/treelayout/treelayout-1.0.3.ebuild b/dev-java/treelayout/treelayout-1.0.3.ebuild new file mode 100644 index 00000000000..6785a357c35 --- /dev/null +++ b/dev-java/treelayout/treelayout-1.0.3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +JAVA_PKG_IUSE="doc source" +JAVA_ANT_REWRITE_CLASSPATH="true" +JAVA_PKG_BSFIX_NAME="build-impl.xml" +EANT_BUILD_XML="nbproject/build-impl.xml" +inherit java-pkg-2 java-ant-2 + +DESCRIPTION="Efficiently create compact tree layouts in Java" +HOMEPAGE="https://github.com/abego/treelayout" +SRC_URI="https://github.com/abego/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P}/org.abego.${PN}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=">=virtual/jre-1.8:*" +DEPEND=">=virtual/jdk-1.8:* + test? ( dev-java/ant-junit:0 )" + +src_configure() { + EANT_EXTRA_ARGS="-Dplatform.home=${JAVA_HOME}" +} + +src_test() { + java-pkg-2_src_test +} + +src_install() { + java-pkg_newjar dist/org.abego.${PN}.core.jar + dodoc CHANGES.txt src/website/abegoTreeLayout.pdf + use doc && java-pkg_dojavadoc dist/javadoc + use source && java-pkg_dosrc src/main/java/* +}