summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Wakazono <pastalian46@gmail.com>2022-11-01 17:54:32 +0900
committerBernard Cafarelli <voyageur@gentoo.org>2022-11-04 01:18:34 +0100
commit6d1d94a7114e24bc3d63a5900add30341866dc5a (patch)
tree34b7705b7132b36d8098b7a85b366e8a9b90ed09
parentwww-plugins/pdfjs: add 3.0.279 (diff)
downloadgentoo-6d1d94a7.tar.gz
gentoo-6d1d94a7.tar.bz2
gentoo-6d1d94a7.zip
www-plugins/pdfjs: drop 2.10.377
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27978 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
-rw-r--r--www-plugins/pdfjs/Manifest1
-rw-r--r--www-plugins/pdfjs/pdfjs-2.10.377.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/www-plugins/pdfjs/Manifest b/www-plugins/pdfjs/Manifest
index 53d85ab329ec..e31d11dfa3af 100644
--- a/www-plugins/pdfjs/Manifest
+++ b/www-plugins/pdfjs/Manifest
@@ -1,3 +1,2 @@
-DIST pdfjs-2.10.377.zip 5274223 BLAKE2B 5cfc5dfa68519d987a440804d852834001d6b33b8677eaa3b2a27da872f5340472a00b0026f58917c15a8579670fe99aa53c76b31f79017a41778fdb74819f9c SHA512 ea26094558e1477b6fa9377ad96c9dd616257a65ff1cb05ef91f91e7dbb3f44ae17dde9577aa2743c20203c2d1c27537ea391ac1eff0dace134676beba1d0cb2
DIST pdfjs-2.14.305.zip 5644865 BLAKE2B 8c8cb282732108e340d75bc575f067d0b9a1040ee49f5febb274270eb706d42f1f61f884467235741969ca5e7e4271903ebaa8e4c09ad2011bab8d2a94182bfc SHA512 9feb730b16b51985b828e12acfa35f2dbcc8c42b0294c477267cd5a2e2d2f65bb994aaa529759238847d6693fe479baedf75fdca27c071fbdc5c0e15081e1c5e
DIST pdfjs-3.0.279.zip 5716493 BLAKE2B 885f823d5d585728a4a1152d3a421630a97b0a69fb0f463de45dcd323fdb93f74923301c4efaa9dbffb0da61d3210360dd0b5a53618283ca5d190e7ac9fc2646 SHA512 dcaea92a1f8eca67ff6a7dad2664441ddea74907435dcb1ca52416d4692e50d81548a54c36a094e4151427350affebc0a2e32df9183e5ecd41035b54643d852b
diff --git a/www-plugins/pdfjs/pdfjs-2.10.377.ebuild b/www-plugins/pdfjs/pdfjs-2.10.377.ebuild
deleted file mode 100644
index 0a8c36acf003..000000000000
--- a/www-plugins/pdfjs/pdfjs-2.10.377.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A PDF reader in JavaScript"
-HOMEPAGE="https://mozilla.github.io/pdf.js/"
-SRC_URI="https://github.com/mozilla/pdf.js/releases/download/v${PV}/${P}-dist.zip -> ${P}.zip"
-S="${WORKDIR}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-BDEPEND="app-arch/unzip"
-
-src_install() {
- insinto /usr/share/pdf.js/
-
- doins -r build
- doins -r web
-}