From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdftk/
Date: Sun, 22 Oct 2023 07:14:25 +0000 (UTC) [thread overview]
Message-ID: <1697958849.5e9b1a21cd6533b7d09a9442c66d9f975f3b2be2.fordfrog@gentoo> (raw)
commit: 5e9b1a21cd6533b7d09a9442c66d9f975f3b2be2
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat Oct 21 14:37:01 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 07:14:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9b1a21
app-text/pdftk: drop 3.3.3
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/33443
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
app-text/pdftk/pdftk-3.3.3.ebuild | 82 ---------------------------------------
1 file changed, 82 deletions(-)
diff --git a/app-text/pdftk/pdftk-3.3.3.ebuild b/app-text/pdftk/pdftk-3.3.3.ebuild
deleted file mode 100644
index 27913e759f19..000000000000
--- a/app-text/pdftk/pdftk-3.3.3.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="com.gitlab.pdftk-java:pdftk-java:3.3.3"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A port of pdftk into java"
-HOMEPAGE="https://gitlab.com/pdftk-java/pdftk"
-SRC_URI="https://gitlab.com/pdftk-java/pdftk/-/archive/v${PV}/pdftk-v${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-
-CP_DEPEND="
- dev-java/bcprov:0
- dev-java/commons-lang:3.6
-"
-
-# Compile dependencies
-# POM: pom.xml
-# test? com.github.stefanbirkner:system-rules:1.19.0 -> !!!groupId-not-found!!!
-# test? junit:junit:4.12 -> >=dev-java/junit-4.13.2:4
-
-DEPEND="
- >=virtual/jdk-1.8:*
- ${CP_DEPEND}
- test? (
- app-text/poppler[cairo]
- dev-java/system-rules:0
- )
-"
-
-RDEPEND="
- >=virtual/jre-1.8:*
- ${CP_DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-JAVA_LAUNCHER_FILENAME="${PN}"
-JAVA_MAIN_CLASS="com.gitlab.pdftk_java.pdftk"
-JAVA_SRC_DIR="java"
-JAVA_RESOURCE_DIRS="resources/java"
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4,system-rules"
-JAVA_TEST_SRC_DIR="test"
-
-src_prepare() {
- default
- mkdir resources || die
- cp -r {,resources/}java || die
- rm -r resources/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/codec || die
- find resources/java -type f \( -name '*.java' -o -name '*.sh' \) -exec rm -rf {} + || die
-}
-
-src_test() {
- # some tests seem to need special treatment
- einfo "Runnig first test"
- JAVA_TEST_RUN_ONLY=(
- com.gitlab.pdftk_java.CatTest
- com.gitlab.pdftk_java.DataTest
- com.gitlab.pdftk_java.FormTest
- com.gitlab.pdftk_java.MultipleTest
- )
- java-pkg-simple_src_test
- einfo "Running second test"
- JAVA_TEST_RUN_ONLY=()
- JAVA_TEST_EXCLUDES=(
- com.gitlab.pdftk_java.CatTest
- com.gitlab.pdftk_java.DataTest
- com.gitlab.pdftk_java.FormTest
- com.gitlab.pdftk_java.MultipleTest
- )
- java-pkg-simple_src_test
-}
next reply other threads:[~2023-10-22 7:14 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-22 7:14 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-02 6:58 [gentoo-commits] repo/gentoo:master commit in: app-text/pdftk/ Miroslav Šulc
2024-07-01 21:14 Jakov Smolić
2024-07-01 21:14 Jakov Smolić
2024-06-12 7:06 Florian Schmaus
2024-06-02 11:15 Florian Schmaus
2024-06-02 11:15 Florian Schmaus
2023-10-20 20:18 Arthur Zamarin
2023-10-19 12:17 Sam James
2023-10-01 7:32 Miroslav Šulc
2023-10-01 7:32 Miroslav Šulc
2023-09-19 14:10 Miroslav Šulc
2023-05-16 14:02 Florian Schmaus
2023-05-16 14:02 Florian Schmaus
2023-01-24 9:08 Florian Schmaus
2022-10-28 6:13 Miroslav Šulc
2022-10-27 23:46 Sam James
2022-10-25 11:12 Sam James
2022-10-11 13:02 Miroslav Šulc
2022-10-11 6:48 Agostino Sarubbo
2022-10-10 11:49 Sam James
2022-09-23 9:58 Florian Schmaus
2022-09-10 17:30 Florian Schmaus
2022-09-09 6:43 Florian Schmaus
2022-01-24 9:14 Miroslav Šulc
2022-01-23 13:09 Jakov Smolić
2022-01-23 13:09 Jakov Smolić
2021-12-24 8:16 Miroslav Šulc
2021-12-24 8:16 Miroslav Šulc
2021-07-25 1:10 Sam James
2021-07-18 6:35 Agostino Sarubbo
2021-03-26 7:51 Miroslav Šulc
2021-03-25 21:29 Sam James
2021-02-24 10:58 Miroslav Šulc
2021-02-18 20:11 Sergei Trofimovich
2019-12-02 20:55 Andreas K. Hüttel
2019-05-14 20:40 Patrice Clement
2018-11-24 8:56 Mikle Kolyada
2018-09-05 12:33 Andreas Hüttel
2018-09-05 12:16 Andreas Hüttel
2018-09-05 11:51 Andreas Hüttel
2018-09-02 20:13 Andreas Hüttel
2018-04-08 22:42 Patrice Clement
2017-11-27 17:45 Andreas Hüttel
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=1697958849.5e9b1a21cd6533b7d09a9442c66d9f975f3b2be2.fordfrog@gentoo \
--to=fordfrog@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