From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jackcess/
Date: Mon, 30 Dec 2024 19:41:37 +0000 (UTC) [thread overview]
Message-ID: <1735587652.14e94d909c62c0692b53f1916bf5ebbeb7dc08b2.flow@gentoo> (raw)
commit: 14e94d909c62c0692b53f1916bf5ebbeb7dc08b2
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Dec 24 06:08:54 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 19:40:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e94d90
dev-java/jackcess: drop 4.0.0
Closes: https://bugs.gentoo.org/923604
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-java/jackcess/Manifest | 1 -
dev-java/jackcess/jackcess-4.0.0.ebuild | 73 ---------------------------------
2 files changed, 74 deletions(-)
diff --git a/dev-java/jackcess/Manifest b/dev-java/jackcess/Manifest
index 8b0c1cf99e50..1e499a5f029c 100644
--- a/dev-java/jackcess/Manifest
+++ b/dev-java/jackcess/Manifest
@@ -1,2 +1 @@
-DIST jackcess-4.0.0-sources.tar.gz 12140889 BLAKE2B 44bdd0ba74e9e462364506e563b2e5db8a6581686a0b1ab7d9995d2dfce164593eb533986ac666a7f79180478a8a16ccc8ef57a7af08045cb671a3a5269f84a6 SHA512 514ecf235943183e0b3813550adf801cc4ab1734137ae0b131f5e3dca9f774f2a866bec397ccc8d37d65e9c3f0c4c995baee091480eb8e2bb91e85894c2a27e6
DIST jackcess-4.0.7-sources.tar.gz 12257727 BLAKE2B 5d19d5aef02388342d881214e6956eb118e74fd4dcc6b750df927c888e689eb94bf605952c30884b0b0c4bfd1ae651c8b96cc908dd2dbf0fa7506fd789c14fa0 SHA512 3867019b50e8734938c08e562a57cd16b49f664865b8dbe904c418d73dc750492c6f94bccecd9c9a9d2ab2be51a211d49416a5dcb5130ac96aef7a9aeef7a3e0
diff --git a/dev-java/jackcess/jackcess-4.0.0.ebuild b/dev-java/jackcess/jackcess-4.0.0.ebuild
deleted file mode 100644
index 3f4f7d3ef2c4..000000000000
--- a/dev-java/jackcess/jackcess-4.0.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/jahlborn/jackcess/archive/refs/tags/jackcess-4.0.0.tar.gz --slot 1 --keywords "~amd64 ~arm64 ~ppc64 ~x86" --ebuild jackcess-4.0.0.ebuild
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="com.healthmarketscience.jackcess:jackcess:4.0.0"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A pure Java library for reading from and writing to MS Access databases"
-HOMEPAGE="https://jackcess.sourceforge.io"
-SRC_URI="https://github.com/jahlborn/${PN}/archive/refs/tags/${P}.tar.gz -> ${P}-sources.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="amd64 arm64 ppc64 ~amd64-linux ~x86-linux ~ppc-macos"
-
-# Common dependencies
-# POM: pom.xml
-# commons-logging:commons-logging:1.2 -> >=dev-java/commons-logging-1.2:0
-# org.apache.commons:commons-lang3:3.10 -> >=dev-java/commons-lang-3.11:3.6
-# org.apache.poi:poi:4.0.0 -> >=dev-java/poi-5.0.0:0
-
-CDEPEND="
- >=dev-java/commons-lang-3.11:3.6
- >=dev-java/commons-logging-1.2:0
- >=dev-java/poi-5.0.0:0
-"
-
-DEPEND="
- >=virtual/jdk-1.8:*
- ${CDEPEND}
-"
-
-RDEPEND="
- >=virtual/jre-1.8:*
- ${CDEPEND}"
-
-S="${WORKDIR}/${PN}-${P}"
-
-PATCHES=(
- "${FILESDIR}/${P}-fix-tests.patch"
-)
-
-JAVA_GENTOO_CLASSPATH="commons-logging,commons-lang-3.6,poi"
-JAVA_SRC_DIR="src/main/java"
-JAVA_RESOURCE_DIRS="src/main/resources"
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4"
-JAVA_TEST_SRC_DIR="src/test/java"
-JAVA_TEST_RESOURCE_DIRS="src/test/resources"
-
-JAVA_TEST_EXCLUDES=(
- # initializationError(com.healthmarketscience.jackcess.TestUtil)
- # org.junit.runners.model.InvalidTestClassError: Invalid test class 'com.healthmarketscience.jackcess.TestUtil'
- "com.healthmarketscience.jackcess.TestUtil"
-)
-
-src_prepare() {
- default
- java-utils-2_src_prepare
-}
-
-src_test() {
- export TZ=UTC
- export LC_ALL=C
- java-pkg-simple_src_test
-}
next reply other threads:[~2024-12-30 19:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-30 19:41 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-24 3:31 [gentoo-commits] repo/gentoo:master commit in: dev-java/jackcess/ Sam James
2024-12-10 15:22 Sam James
2024-12-06 20:28 Sam James
2024-11-07 7:30 Miroslav Šulc
2024-11-07 7:27 Miroslav Šulc
2022-07-10 19:08 Arthur Zamarin
2021-05-17 3:02 Sam James
2021-05-16 18:58 Sam James
2021-05-06 7:22 Sergei Trofimovich
2021-05-04 8:54 Miroslav Šulc
2021-04-25 5:19 Sam James
2021-04-20 13:44 Miroslav Šulc
2021-04-20 13:28 Miroslav Šulc
2017-07-17 9:48 Alexis Ballier
2016-12-05 14:16 Thomas Deutschmann
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=1735587652.14e94d909c62c0692b53f1916bf5ebbeb7dc08b2.flow@gentoo \
--to=flow@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