commit:     2ef83492b67aa598ae81f8d5c2ba0162d9b4922f
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Apr 30 16:06:58 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> 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 <gentoo <AT> pogatzki.net>
Signed-off-by: Arthur Zamarin <arthurzam <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Java</name>
-</maintainer>
-
-<longdescription>
-
-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.
-
-</longdescription>
-</pkgmetadata>

Reply via email to