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 9596215808B 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 C2E44E07DF; 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 A6249E07DF 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 811AD343112 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 DB7FB2E0 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.227aa8d7d23ffed1da3a1f836833551eebfd5e04.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/glazedlists/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/glazedlists/glazedlists-1.8.0-r2.ebuild X-VCS-Directories: dev-java/glazedlists/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 227aa8d7d23ffed1da3a1f836833551eebfd5e04 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: 2ce7883d-a5a7-4dd3-9364-c7bfb46e67e5 X-Archives-Hash: fa97877451a76df1d291f9d59d888b8f commit: 227aa8d7d23ffed1da3a1f836833551eebfd5e04 Author: Miroslav Šulc gentoo org> AuthorDate: Sun Feb 20 09:56:12 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=227aa8d7 dev-java/glazedlists: eapi8, min java 1.8 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/glazedlists/glazedlists-1.8.0-r2.ebuild | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dev-java/glazedlists/glazedlists-1.8.0-r2.ebuild b/dev-java/glazedlists/glazedlists-1.8.0-r2.ebuild new file mode 100644 index 000000000000..f71d3738a5de --- /dev/null +++ b/dev-java/glazedlists/glazedlists-1.8.0-r2.ebuild @@ -0,0 +1,29 @@ +# 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="A toolkit for list transformations" +HOMEPAGE="http://www.glazedlists.com/" +SRC_URI="http://java.net/downloads/${PN}/${P}/${P}-source_java15.zip -> ${P}.zip" +LICENSE="|| ( LGPL-2.1 MPL-1.1 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=virtual/jre-1.8:*" + +DEPEND=" + >=virtual/jdk-1.8:*" + +BDEPEND=" + app-arch/unzip" + +JAVA_SRC_DIR="source" + +JAVA_ENCODING="ISO-8859-1"