summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2024-01-09 09:22:10 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2024-01-09 09:23:42 +0100
commit8c3841fdd1972f3c9229d7968e59e0a3e90ac4c0 (patch)
tree474b1ea55c0e5d82c78d4d874e6aa82ccce5fb83 /www-plugins
parentwww-apps/element: add 1.11.53 (diff)
downloadgentoo-8c3841fdd1972f3c9229d7968e59e0a3e90ac4c0.tar.gz
gentoo-8c3841fdd1972f3c9229d7968e59e0a3e90ac4c0.tar.bz2
gentoo-8c3841fdd1972f3c9229d7968e59e0a3e90ac4c0.zip
www-plugins/pdfjs: drop 2.14.305, 3.0.279
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/pdfjs/Manifest2
-rw-r--r--www-plugins/pdfjs/pdfjs-2.14.305.ebuild22
-rw-r--r--www-plugins/pdfjs/pdfjs-3.0.279.ebuild22
3 files changed, 0 insertions, 46 deletions
diff --git a/www-plugins/pdfjs/Manifest b/www-plugins/pdfjs/Manifest
index ace25679f3b1..e852044fbea2 100644
--- a/www-plugins/pdfjs/Manifest
+++ b/www-plugins/pdfjs/Manifest
@@ -1,4 +1,2 @@
-DIST pdfjs-2.14.305.zip 5644865 BLAKE2B 8c8cb282732108e340d75bc575f067d0b9a1040ee49f5febb274270eb706d42f1f61f884467235741969ca5e7e4271903ebaa8e4c09ad2011bab8d2a94182bfc SHA512 9feb730b16b51985b828e12acfa35f2dbcc8c42b0294c477267cd5a2e2d2f65bb994aaa529759238847d6693fe479baedf75fdca27c071fbdc5c0e15081e1c5e
-DIST pdfjs-3.0.279.zip 5716493 BLAKE2B 885f823d5d585728a4a1152d3a421630a97b0a69fb0f463de45dcd323fdb93f74923301c4efaa9dbffb0da61d3210360dd0b5a53618283ca5d190e7ac9fc2646 SHA512 dcaea92a1f8eca67ff6a7dad2664441ddea74907435dcb1ca52416d4692e50d81548a54c36a094e4151427350affebc0a2e32df9183e5ecd41035b54643d852b
DIST pdfjs-3.9.179.zip 5775197 BLAKE2B 03bbdce1ebeffa025106ce88fcc61bcc523fcac6009cdac39a694a5347cdf63eb2da37a39ea08ca9c3c9e1e3ccf988f17619a14b07d2f8c3c2eac33a43cdabe3 SHA512 85fdcc7839a871a87312d0f006e6d54badf561bfff7bb16463230811cba47d1636e66b3865fb3dd19613444e88e7c1d89a298be04f88f2d1a7c6455df259ff4c
DIST pdfjs-4.0.269.zip 5781825 BLAKE2B 5ee4fea2eb0ed6c5e97a2135c077abd7747487070a7126be443ebfb5f0fe289e3584edfebf2bfa270daa1397f4ca42bb963b9ed8fe89c7a7c31ae0505f80d7f5 SHA512 68a2a8ddc11e732099c7a79d0bbb6c2db579fdeb96c8335206d5797c662e2bf3fcd257de5909a979e54afa09858b408dfc827360d86deac640199e0980354c12
diff --git a/www-plugins/pdfjs/pdfjs-2.14.305.ebuild b/www-plugins/pdfjs/pdfjs-2.14.305.ebuild
deleted file mode 100644
index 91a845a731df..000000000000
--- a/www-plugins/pdfjs/pdfjs-2.14.305.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-}
diff --git a/www-plugins/pdfjs/pdfjs-3.0.279.ebuild b/www-plugins/pdfjs/pdfjs-3.0.279.ebuild
deleted file mode 100644
index 34038e4308fb..000000000000
--- a/www-plugins/pdfjs/pdfjs-3.0.279.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-}