Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdftk/
Date: Mon, 24 Jan 2022 09:14:48
Message-Id: 1643015679.28fb195c1c85feb63793a337ffdc5e6bfffc2feb.fordfrog@gentoo
1 commit: 28fb195c1c85feb63793a337ffdc5e6bfffc2feb
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 09:14:39 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 09:14:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28fb195c
7
8 app-text/pdftk: removed obsolete 3.2.2
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 app-text/pdftk/Manifest | 1 -
14 app-text/pdftk/pdftk-3.2.2.ebuild | 42 ---------------------------------------
15 2 files changed, 43 deletions(-)
16
17 diff --git a/app-text/pdftk/Manifest b/app-text/pdftk/Manifest
18 index 57fe4d9c0c88..dce889480e29 100644
19 --- a/app-text/pdftk/Manifest
20 +++ b/app-text/pdftk/Manifest
21 @@ -1,2 +1 @@
22 -DIST pdftk-v3.2.2.tar.bz2 1245439 BLAKE2B ac1991e60ad06308cb7be1e74f9b3772c80416e490fe525e806efb6d30c6bbc9d310b98c255ef9e3eb3f814541d7388140210c4df2b694bd4a9ee325c27b3f24 SHA512 03220ac3036098768dd4250bbfeb6675561e9126697b99703ab5788b2cee7551256c301d9191745c5fdedf429056b46641351d1fb92631ef17673d7e740c5431
23 DIST pdftk-v3.3.2.tar.bz2 2169492 BLAKE2B 53cb98fe3e3d1dbe8b01a45b5b11c6fbe57017ea8029efe35677914a48ffd446c5d67621443a89f512b15d0f7e77a81c945d4c220ccaf4fd658cc1726cc32059 SHA512 b02c713b67531205e760e8d8a240a82af47dbdc28e59aa683e03772d2fb27b504b98f8be1e8dc73bfc967cc9532f3dc1eccbd105abb21db396268855233051eb
24
25 diff --git a/app-text/pdftk/pdftk-3.2.2.ebuild b/app-text/pdftk/pdftk-3.2.2.ebuild
26 deleted file mode 100644
27 index 5600e30323a7..000000000000
28 --- a/app-text/pdftk/pdftk-3.2.2.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit java-pkg-2 java-ant-2
37 -
38 -DESCRIPTION="gcj-free version of pdftk written in Java"
39 -HOMEPAGE="https://gitlab.com/pdftk-java/pdftk"
40 -
41 -if [[ ${PV} == 9999 ]] ; then
42 - inherit git-r3
43 - EGIT_REPO_URI="https://gitlab.com/pdftk-java/pdftk/"
44 -else
45 - SRC_URI="https://gitlab.com/pdftk-java/pdftk/-/archive/v${PV}/pdftk-v${PV}.tar.bz2"
46 - KEYWORDS="amd64 ~arm64 ~ppc64 x86"
47 - S="${WORKDIR}/pdftk-v${PV}"
48 -fi
49 -
50 -LICENSE="GPL-2"
51 -SLOT="0"
52 -
53 -JAVA_PKG_STRICT="yes"
54 -EANT_GENTOO_CLASSPATH="bcprov,commons-lang-3.6"
55 -JAVA_ANT_REWRITE_CLASSPATH="true"
56 -
57 -CDEPEND="
58 - dev-java/bcprov:0
59 - dev-java/commons-lang:3.6"
60 -
61 -RDEPEND="
62 - ${CDEPEND}
63 - >=virtual/jre-1.8"
64 -
65 -DEPEND="
66 - ${CDEPEND}
67 - >=virtual/jdk-1.8"
68 -
69 -src_install() {
70 - java-pkg_newjar "build/jar/pdftk.jar"
71 - java-pkg_dolauncher ${PN} --main com.gitlab.pdftk_java.pdftk
72 -}