Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pdfcrack/
Date: Tue, 30 Jun 2020 17:09:31
Message-Id: 1593536959.c2cf51a9638d52c2b33087ee1b5372cec169269a.bkohler@gentoo
1 commit: c2cf51a9638d52c2b33087ee1b5372cec169269a
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 30 17:08:35 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 17:09:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2cf51a9
7
8 app-crypt/pdfcrack: drop old
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 app-crypt/pdfcrack/Manifest | 2 --
14 app-crypt/pdfcrack/pdfcrack-0.16.ebuild | 27 ---------------------------
15 app-crypt/pdfcrack/pdfcrack-0.18.ebuild | 27 ---------------------------
16 3 files changed, 56 deletions(-)
17
18 diff --git a/app-crypt/pdfcrack/Manifest b/app-crypt/pdfcrack/Manifest
19 index 180430fffbe..2959ba1a2c3 100644
20 --- a/app-crypt/pdfcrack/Manifest
21 +++ b/app-crypt/pdfcrack/Manifest
22 @@ -1,3 +1 @@
23 -DIST pdfcrack-0.16.tar.gz 34467 BLAKE2B 7eda8dae9cec3117f410f9ebbe6d536ca627c72b53693d4021f3faf104ed0439e05dda5848d1f18911544336c6303f9b061c373da9a0a275ecfa2c29ed425b76 SHA512 460113f28249d1ea1cefc6dac8ff22b33849ccff50f61830144e41eeec47c4b9113845bb955d26757adb0552d8c0dfa43b3f5666c1419afe4063037a1e1c933d
24 -DIST pdfcrack-0.18.tar.gz 35145 BLAKE2B 05c1b5164c208ba34ffe2c4aadcebaa88d5a4058a8ef355df3346bda19b5e9f319abd714975d86e3b05ef70ec003f4e08b00d5b339ebd0ac0549f72884580547 SHA512 7d1624d835bcefff131745c75dc2ecafe63afdbf2c56568880804d5b7062a8eef27eebfedf340ab9d7e5770dd1a553d5d30b7ea5bca63a317deb40e0deed35a2
25 DIST pdfcrack-0.19.tar.gz 35383 BLAKE2B ddbbd813a8b76fd0b643ac5a9f63f8d82f76d2514e43dd0d4a4e4cc4feffb4b01598fc5438aef77f98b48c3df1f04139aa8db76d77eb3ed9d67a36a3b8ef57fb SHA512 e58819e7d90db9a66ebf9509c0b8aace7f8e7dbf5f8083edc70c3f2ca28cf16476bbdbaa77f7c563dcf824e440ca0df03e91d6aaf2a0435ec8f349f4e19ee626
26
27 diff --git a/app-crypt/pdfcrack/pdfcrack-0.16.ebuild b/app-crypt/pdfcrack/pdfcrack-0.16.ebuild
28 deleted file mode 100644
29 index 8ce1ecdada4..00000000000
30 --- a/app-crypt/pdfcrack/pdfcrack-0.16.ebuild
31 +++ /dev/null
32 @@ -1,27 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit toolchain-funcs
39 -
40 -DESCRIPTION="Tool for recovering passwords and content from PDF-files"
41 -HOMEPAGE="http://pdfcrack.sourceforge.net/"
42 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~ppc ~x86"
47 -
48 -PATCHES=(
49 - "${FILESDIR}/${PN}-0.14-cflags.patch"
50 -)
51 -
52 -src_compile() {
53 - emake CC="$(tc-getCC)"
54 -}
55 -
56 -src_install() {
57 - dobin pdfcrack
58 - dodoc changelog README
59 -}
60
61 diff --git a/app-crypt/pdfcrack/pdfcrack-0.18.ebuild b/app-crypt/pdfcrack/pdfcrack-0.18.ebuild
62 deleted file mode 100644
63 index 9ccc4f96185..00000000000
64 --- a/app-crypt/pdfcrack/pdfcrack-0.18.ebuild
65 +++ /dev/null
66 @@ -1,27 +0,0 @@
67 -# Copyright 1999-2020 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=7
71 -
72 -inherit toolchain-funcs
73 -
74 -DESCRIPTION="Tool for recovering passwords and content from PDF-files"
75 -HOMEPAGE="http://pdfcrack.sourceforge.net/"
76 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
77 -
78 -LICENSE="GPL-2"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~ppc ~x86"
81 -
82 -PATCHES=(
83 - "${FILESDIR}/${PN}-0.14-cflags.patch"
84 -)
85 -
86 -src_compile() {
87 - emake CC="$(tc-getCC)"
88 -}
89 -
90 -src_install() {
91 - dobin pdfcrack
92 - dodoc changelog README
93 -}