From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 82BF61584AD for ; Fri, 02 May 2025 09:51:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 424D4343078 for ; Fri, 02 May 2025 09:51:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 825B811036D; Fri, 02 May 2025 09:51:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 78BB811036D for ; Fri, 02 May 2025 09:51:34 +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 34082343053 for ; Fri, 02 May 2025 09:51:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EBBA2667 for ; Fri, 02 May 2025 09:51:32 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1746179436.2ef83492b67aa598ae81f8d5c2ba0162d9b4922f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jcalendar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jcalendar/Manifest dev-java/jcalendar/jcalendar-1.4-r2.ebuild dev-java/jcalendar/metadata.xml X-VCS-Directories: dev-java/jcalendar/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2ef83492b67aa598ae81f8d5c2ba0162d9b4922f X-VCS-Branch: master Date: Fri, 02 May 2025 09:51:32 +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: a6ae3e96-259d-4604-bd99-6703a32bf814 X-Archives-Hash: 51b76278cdabbffc295d4e3e49de9a44 commit: 2ef83492b67aa598ae81f8d5c2ba0162d9b4922f Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Apr 30 16:06:58 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri May 2 09:50:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef83492 dev-java/jcalendar: treeclean Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Arthur Zamarin gentoo.org> dev-java/jcalendar/Manifest | 1 - dev-java/jcalendar/jcalendar-1.4-r2.ebuild | 43 ------------------------------ dev-java/jcalendar/metadata.xml | 18 ------------- 3 files changed, 62 deletions(-) diff --git a/dev-java/jcalendar/Manifest b/dev-java/jcalendar/Manifest deleted file mode 100644 index bb3a14508ca9..000000000000 --- a/dev-java/jcalendar/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jcalendar-1.4.zip 982517 BLAKE2B f82ba64d26aefe44a197d78998427af2173c41d1843e080f12c35984c18be58235ca115bc1f53d17a035e4c1ab7bd590b4993b0509e7408a4af50f4ec4b4697e SHA512 aeab6f98451f4fa8718e127de6c0af345410bebbd1de4fa1ca4b9e7f5a22908f9e455ba96da34ef9e8691b4d462e8a01dbd7881b6565a0f3a65d18fe58b68d9c diff --git a/dev-java/jcalendar/jcalendar-1.4-r2.ebuild b/dev-java/jcalendar/jcalendar-1.4-r2.ebuild deleted file mode 100644 index 6ae57b00fd4e..000000000000 --- a/dev-java/jcalendar/jcalendar-1.4-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2024 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="Java date chooser bean for graphically picking a date" -HOMEPAGE="https://toedter.com/jcalendar/" -SRC_URI="https://www.toedter.com/download/${P}.zip" - -LICENSE="LGPL-2.1" -SLOT="1.2" -KEYWORDS="amd64" - -BDEPEND="app-arch/unzip" - -CP_DEPEND="dev-java/jgoodies-looks:2.6" - -DEPEND=" - ${CP_DEPEND} - >=virtual/jdk-1.8:*" - -RDEPEND=" - ${CP_DEPEND} - >=virtual/jre-1.8:*" - -JAVA_MAIN_CLASS="com.toedter.calendar.demo.JCalendarDemo" -JAVA_RESOURCE_DIRS="res" -JAVA_SRC_DIR="src" - -src_prepare() { - java-pkg-2_src_prepare - java-pkg_clean - mkdir -p res/META-INF || die - mv src/jcalendar.manifest res/META-INF/MANIFEST.MF || die - pushd src > /dev/null || die - find com -type f ! -name '*.java' \ - | xargs cp --parents -t ../res || die - popd > /dev/null || die -} diff --git a/dev-java/jcalendar/metadata.xml b/dev-java/jcalendar/metadata.xml deleted file mode 100644 index 22cb701a2392..000000000000 --- a/dev-java/jcalendar/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - java@gentoo.org - Java - - - - -JCalendar is a Java date chooser bean for graphically picking a date. JCalendar -is composed of several other Java beans, a JDayChooser, a JMonthChooser and a -JYearChooser. All these beans have a locale property, provide several icons -(Color 16x16, Color 32x32, Mono 16x16 and Mono 32x32) and their own locale -property editor. So they can easily be used in GUI builders. - - -