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 A21CB1382C5 for ; Sat, 29 May 2021 09:13:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06730E0858; Sat, 29 May 2021 09:13:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DEDA1E0858 for ; Sat, 29 May 2021 09:13:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 81B09340ED0 for ; Sat, 29 May 2021 09:13:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E87AA78B for ; Sat, 29 May 2021 09:13: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: <1622279623.4a13f6675ac03f8bf2f9c70bf8db5638c9cb5956.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/swingx/swingx-1.6.4-r1.ebuild X-VCS-Directories: dev-java/swingx/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 4a13f6675ac03f8bf2f9c70bf8db5638c9cb5956 X-VCS-Branch: master Date: Sat, 29 May 2021 09:13: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: 582936ae-054b-4508-88ee-f152cc119185 X-Archives-Hash: 906fb5cabd96d01d33b5b4da1673582e commit: 4a13f6675ac03f8bf2f9c70bf8db5638c9cb5956 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Thu Apr 29 15:38:03 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat May 29 09:13:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a13f667 dev-java/swingx: min java 1.8 Bug: https://bugs.gentoo.org/787071 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/20596 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/swingx/swingx-1.6.4-r1.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/dev-java/swingx/swingx-1.6.4-r1.ebuild b/dev-java/swingx/swingx-1.6.4-r1.ebuild new file mode 100644 index 00000000000..2e8043147f7 --- /dev/null +++ b/dev-java/swingx/swingx-1.6.4-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="A collection of powerful, useful, and just plain fun Swing components" +HOMEPAGE="https://java.net/projects/swingx/" +SRC_URI="https://maven.java.net/service/local/repositories/releases/content/org/swinglabs/swingx/swingx-all/${PV}/swingx-all-${PV}-sources.jar + https://java.net/projects/${PN}/downloads/download/releases/${PN}-mavensupport-${PV}-sources.jar" + +LICENSE="LGPL-2.1" +SLOT="1.6" +KEYWORDS="~amd64 ~x86" + +CDEPEND="dev-java/metainf-services:0" + +RDEPEND="virtual/jre:1.8 + ${CDEPEND}" + +DEPEND="virtual/jdk:1.8 + ${CDEPEND}" + +JAVA_GENTOO_CLASSPATH="metainf-services"