From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jcalendar/
Date: Fri, 02 May 2025 09:51:32 +0000 (UTC) [thread overview]
Message-ID: <1746179436.2ef83492b67aa598ae81f8d5c2ba0162d9b4922f.arthurzam@gentoo> (raw)
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>java@gentoo.org</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>
next reply other threads:[~2025-05-02 9:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-02 9:51 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-17 9:47 [gentoo-commits] repo/gentoo:master commit in: dev-java/jcalendar/ Miroslav Šulc
2024-07-17 6:12 Sam James
2024-07-17 6:12 Sam James
2024-06-17 8:57 Miroslav Šulc
2022-03-15 19:54 Sam James
2022-03-15 19:44 Jakov Smolić
2022-03-15 17:56 Jakov Smolić
2022-02-18 8:55 Miroslav Šulc
2016-02-11 14:43 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1746179436.2ef83492b67aa598ae81f8d5c2ba0162d9b4922f.arthurzam@gentoo \
--to=arthurzam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox