Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/fbpdf/, app-text/fbpdf/files/
Date: Tue, 05 Feb 2019 22:49:31
Message-Id: 1549406959.73927356d798ebc850245b6fdb179f0ab7f7436d.slyfox@gentoo
1 commit: 73927356d798ebc850245b6fdb179f0ab7f7436d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 22:48:07 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 22:49:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73927356
7
8 app-text/fbpdf: drop old
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 app-text/fbpdf/Manifest | 1 -
14 app-text/fbpdf/fbpdf-0_p20161202.ebuild | 44 ----------------------
15 .../fbpdf/files/fbpdf-0_p20161202-format.patch | 14 -------
16 .../fbpdf/files/fbpdf-0_p20161202-mupdfthird.patch | 9 -----
17 4 files changed, 68 deletions(-)
18
19 diff --git a/app-text/fbpdf/Manifest b/app-text/fbpdf/Manifest
20 index 387dc549016..cc7b093861d 100644
21 --- a/app-text/fbpdf/Manifest
22 +++ b/app-text/fbpdf/Manifest
23 @@ -1,2 +1 @@
24 -DIST fbpdf-0_p20161202.tar.gz 7795 BLAKE2B 725fb49278ceee0e24bfbdaaa5f93cc78c448666e44ab426739be8db27ad3010911473af6766a45a569356fd322555962d9250f0d655e69594433b29c5d80325 SHA512 c122f12485b9e0055bd5b60d66a5034d20738c6a5a1a9f384ef8cb93e4c6b1275434eea884398590db2b06a746cc0ff00df29ecdc5faecc1730a022435164107
25 DIST fbpdf-0_p20190202-dfe9f0067549f759cdc04f2f62b4f89cd6e1b199.tar.gz 7874 BLAKE2B 873da768b0152559536c73b7ed575c3457efe184934a38d0a9600412ac3a8616297194ab045be1d7eddb470d8d73ead4c655797fd7ba1efe6f2be9a19a5318b4 SHA512 f216a0993573e4e491845638b72ff019910f8a333ed618158e81bcb3f68619596f0354b0039c38c7619dd65c040aa599ed8923ac974717b86fb431e5c6954f3b
26
27 diff --git a/app-text/fbpdf/fbpdf-0_p20161202.ebuild b/app-text/fbpdf/fbpdf-0_p20161202.ebuild
28 deleted file mode 100644
29 index a2fd7c2a102..00000000000
30 --- a/app-text/fbpdf/fbpdf-0_p20161202.ebuild
31 +++ /dev/null
32 @@ -1,44 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit toolchain-funcs
39 -
40 -DESCRIPTION="framebuffer pdf and djvu viewer"
41 -HOMEPAGE="http://repo.or.cz/fbpdf.git"
42 -SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -
48 -RDEPEND="
49 - >=app-text/mupdf-1.10:0=
50 - app-text/djvu:0=
51 - dev-lang/mujs:0=
52 - dev-libs/openssl:0=
53 - !media-gfx/fbida[fbcon]
54 - media-libs/freetype:2=
55 - media-libs/jbig2dec:0=
56 - media-libs/openjpeg:0=
57 - virtual/jpeg:0=
58 -"
59 -
60 -DEPEND="${RDEPEND}"
61 -
62 -S=${WORKDIR}/${PN}
63 -
64 -PATCHES=(
65 - "${FILESDIR}"/${P}-format.patch
66 - "${FILESDIR}"/${P}-mupdfthird.patch
67 -)
68 -
69 -src_compile() {
70 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
71 -}
72 -
73 -src_install() {
74 - dobin fbpdf fbdjvu
75 - dodoc README
76 -}
77
78 diff --git a/app-text/fbpdf/files/fbpdf-0_p20161202-format.patch b/app-text/fbpdf/files/fbpdf-0_p20161202-format.patch
79 deleted file mode 100644
80 index 0b48d6bff02..00000000000
81 --- a/app-text/fbpdf/files/fbpdf-0_p20161202-format.patch
82 +++ /dev/null
83 @@ -1,14 +0,0 @@
84 -diff --git a/fbpdf.c b/fbpdf.c
85 -index 6caa08f..48d12f5 100644
86 ---- a/fbpdf.c
87 -+++ b/fbpdf.c
88 -@@ -343,3 +343,3 @@ static void mainloop(void)
89 - static char *usage =
90 -- "usage: fbpdf [-r rotation] [-z zoom x10] [-p page] filename\n";
91 -+ "usage: fbpdf [-r rotation] [-z zoom x10] [-p page] filename";
92 -
93 -@@ -349,3 +349,3 @@ int main(int argc, char *argv[])
94 - if (argc < 2) {
95 -- printf(usage);
96 -+ puts(usage);
97 - return 1;
98
99 diff --git a/app-text/fbpdf/files/fbpdf-0_p20161202-mupdfthird.patch b/app-text/fbpdf/files/fbpdf-0_p20161202-mupdfthird.patch
100 deleted file mode 100644
101 index 070b7c72ea2..00000000000
102 --- a/app-text/fbpdf/files/fbpdf-0_p20161202-mupdfthird.patch
103 +++ /dev/null
104 @@ -1,9 +0,0 @@
105 -diff --git a/Makefile b/Makefile
106 -index f986689..374837f 100644
107 ---- a/Makefile
108 -+++ b/Makefile
109 -@@ -13,3 +13,3 @@ clean:
110 - fbpdf: fbpdf.o mupdf.o draw.o
111 -- $(CC) -o $@ $^ $(LDFLAGS) -lmupdf -lmupdfthird -lcrypto -lm
112 -+ $(CC) -o $@ $^ $(LDFLAGS) -lmupdf -lcrypto -lm
113 -