Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/pdfjs/
Date: Sun, 03 Jul 2022 22:51:58
Message-Id: 1656888709.63a2b9ae14cb34a4c80340a9b8370c3a6912d5da.voyageur@gentoo
1 commit: 63a2b9ae14cb34a4c80340a9b8370c3a6912d5da
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 22:51:49 2022 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 22:51:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a2b9ae
7
8 www-plugins/pdfjs: drop 2.4.456, 2.5.207
9
10 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
11
12 www-plugins/pdfjs/Manifest | 2 --
13 www-plugins/pdfjs/pdfjs-2.4.456.ebuild | 22 ----------------------
14 www-plugins/pdfjs/pdfjs-2.5.207.ebuild | 22 ----------------------
15 3 files changed, 46 deletions(-)
16
17 diff --git a/www-plugins/pdfjs/Manifest b/www-plugins/pdfjs/Manifest
18 index 928a2c0df1fb..efb2e0308f59 100644
19 --- a/www-plugins/pdfjs/Manifest
20 +++ b/www-plugins/pdfjs/Manifest
21 @@ -1,4 +1,2 @@
22 DIST pdfjs-2.10.377.zip 5274223 BLAKE2B 5cfc5dfa68519d987a440804d852834001d6b33b8677eaa3b2a27da872f5340472a00b0026f58917c15a8579670fe99aa53c76b31f79017a41778fdb74819f9c SHA512 ea26094558e1477b6fa9377ad96c9dd616257a65ff1cb05ef91f91e7dbb3f44ae17dde9577aa2743c20203c2d1c27537ea391ac1eff0dace134676beba1d0cb2
23 DIST pdfjs-2.14.305.zip 5644865 BLAKE2B 8c8cb282732108e340d75bc575f067d0b9a1040ee49f5febb274270eb706d42f1f61f884467235741969ca5e7e4271903ebaa8e4c09ad2011bab8d2a94182bfc SHA512 9feb730b16b51985b828e12acfa35f2dbcc8c42b0294c477267cd5a2e2d2f65bb994aaa529759238847d6693fe479baedf75fdca27c071fbdc5c0e15081e1c5e
24 -DIST pdfjs-2.4.456.zip 3773255 BLAKE2B b3f293d57bd21e05d4de70f99d24ac047e51b91a844e763778e5d557e9af0dbb090f9157363c92b4453bc925db4ce1c954999f6064fd4d062f27ef5ceed4a2d6 SHA512 2f79af887aac0eab346ab48f9ad91e92aefbd037c4cbe00694c07283b61cea6e321fd0abd88846723b34e2e81abd81ce3a11258f88ba033fcb59f196d1497e7d
25 -DIST pdfjs-2.5.207.zip 3804074 BLAKE2B a6c61c755ecdbd90bdf4ae76ec1ed9ffe00293e32d9e1ec92623f1a19658462385dded7f33f65f2ee609f157cf95b568b7e8c5ccd03a24d1f514092dd660a7c0 SHA512 f23140bd1705966a950076c6c7aeea10da6e29db160fd760f3c877b6e632d24f313e15d3ece64c662077e3cc9e25eb5c8c937e48c7e8b32ec07df6cdb0827304
26
27 diff --git a/www-plugins/pdfjs/pdfjs-2.4.456.ebuild b/www-plugins/pdfjs/pdfjs-2.4.456.ebuild
28 deleted file mode 100644
29 index 6f2bb76c6b3f..000000000000
30 --- a/www-plugins/pdfjs/pdfjs-2.4.456.ebuild
31 +++ /dev/null
32 @@ -1,22 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DESCRIPTION="A PDF reader in JavaScript"
39 -HOMEPAGE="https://mozilla.github.io/pdf.js/"
40 -SRC_URI="https://github.com/mozilla/pdf.js/releases/download/v${PV}/${P}-dist.zip -> ${P}.zip"
41 -S="${WORKDIR}"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -BDEPEND="app-arch/unzip"
48 -
49 -src_install() {
50 - insinto /usr/share/pdf.js/
51 -
52 - doins -r build
53 - doins -r web
54 -}
55
56 diff --git a/www-plugins/pdfjs/pdfjs-2.5.207.ebuild b/www-plugins/pdfjs/pdfjs-2.5.207.ebuild
57 deleted file mode 100644
58 index 6f2bb76c6b3f..000000000000
59 --- a/www-plugins/pdfjs/pdfjs-2.5.207.ebuild
60 +++ /dev/null
61 @@ -1,22 +0,0 @@
62 -# Copyright 1999-2021 Gentoo Authors
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=7
66 -
67 -DESCRIPTION="A PDF reader in JavaScript"
68 -HOMEPAGE="https://mozilla.github.io/pdf.js/"
69 -SRC_URI="https://github.com/mozilla/pdf.js/releases/download/v${PV}/${P}-dist.zip -> ${P}.zip"
70 -S="${WORKDIR}"
71 -
72 -LICENSE="Apache-2.0"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86"
75 -
76 -BDEPEND="app-arch/unzip"
77 -
78 -src_install() {
79 - insinto /usr/share/pdf.js/
80 -
81 - doins -r build
82 - doins -r web
83 -}