public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdftk/
Date: Fri, 24 Dec 2021 08:16:26 +0000 (UTC)	[thread overview]
Message-ID: <1640333784.b3d9f518e7b9a2119835b9e08005127443b7219b.fordfrog@gentoo> (raw)

commit:     b3d9f518e7b9a2119835b9e08005127443b7219b
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 24 08:16:19 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Dec 24 08:16:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d9f518

app-text/pdftk: bump to 3.3.2

eapi7, min java to 1.8

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 app-text/pdftk/Manifest           |  1 +
 app-text/pdftk/pdftk-3.3.2.ebuild | 42 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-text/pdftk/Manifest b/app-text/pdftk/Manifest
index 7842f625de51..57fe4d9c0c88 100644
--- a/app-text/pdftk/Manifest
+++ b/app-text/pdftk/Manifest
@@ -1 +1,2 @@
 DIST pdftk-v3.2.2.tar.bz2 1245439 BLAKE2B ac1991e60ad06308cb7be1e74f9b3772c80416e490fe525e806efb6d30c6bbc9d310b98c255ef9e3eb3f814541d7388140210c4df2b694bd4a9ee325c27b3f24 SHA512 03220ac3036098768dd4250bbfeb6675561e9126697b99703ab5788b2cee7551256c301d9191745c5fdedf429056b46641351d1fb92631ef17673d7e740c5431
+DIST pdftk-v3.3.2.tar.bz2 2169492 BLAKE2B 53cb98fe3e3d1dbe8b01a45b5b11c6fbe57017ea8029efe35677914a48ffd446c5d67621443a89f512b15d0f7e77a81c945d4c220ccaf4fd658cc1726cc32059 SHA512 b02c713b67531205e760e8d8a240a82af47dbdc28e59aa683e03772d2fb27b504b98f8be1e8dc73bfc967cc9532f3dc1eccbd105abb21db396268855233051eb

diff --git a/app-text/pdftk/pdftk-3.3.2.ebuild b/app-text/pdftk/pdftk-3.3.2.ebuild
new file mode 100644
index 000000000000..01bda985c416
--- /dev/null
+++ b/app-text/pdftk/pdftk-3.3.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="gcj-free version of pdftk written in Java"
+HOMEPAGE="https://gitlab.com/pdftk-java/pdftk"
+
+if [[ ${PV} == 9999 ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://gitlab.com/pdftk-java/pdftk/"
+else
+	SRC_URI="https://gitlab.com/pdftk-java/pdftk/-/archive/v${PV}/pdftk-v${PV}.tar.bz2"
+	KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+	S="${WORKDIR}/pdftk-v${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+JAVA_PKG_STRICT="yes"
+EANT_GENTOO_CLASSPATH="bcprov,commons-lang-3.6"
+JAVA_ANT_REWRITE_CLASSPATH="true"
+
+CDEPEND="
+	dev-java/bcprov:0
+	dev-java/commons-lang:3.6"
+
+RDEPEND="
+	${CDEPEND}
+	>=virtual/jre-1.8:*"
+
+DEPEND="
+	${CDEPEND}
+	>=virtual/jdk-1.8:*"
+
+src_install() {
+	java-pkg_newjar "build/jar/pdftk.jar"
+	java-pkg_dolauncher ${PN} --main com.gitlab.pdftk_java.pdftk
+}


             reply	other threads:[~2021-12-24  8:16 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-24  8:16 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-22  7:14 Miroslav Šulc
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-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=1640333784.b3d9f518e7b9a2119835b9e08005127443b7219b.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