summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2024-09-24 22:41:39 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2024-09-24 22:41:39 +0200
commit44e8dd75487a0dab2682c152a813f86bca730268 (patch)
tree7b97b4b6b3a451969dcf24b4e8af6324ff0204fd /www-plugins/pdfjs
parentmedia-fonts/joypixels: drop 6.5.0-r1 (diff)
downloadgentoo-44e8dd75487a0dab2682c152a813f86bca730268.tar.gz
gentoo-44e8dd75487a0dab2682c152a813f86bca730268.tar.bz2
gentoo-44e8dd75487a0dab2682c152a813f86bca730268.zip
www-plugins/pdfjs: drop 3.9.179, 4.3.136, 4.4.168
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'www-plugins/pdfjs')
-rw-r--r--www-plugins/pdfjs/Manifest3
-rw-r--r--www-plugins/pdfjs/pdfjs-3.9.179.ebuild22
-rw-r--r--www-plugins/pdfjs/pdfjs-4.3.136.ebuild22
-rw-r--r--www-plugins/pdfjs/pdfjs-4.4.168.ebuild22
4 files changed, 0 insertions, 69 deletions
diff --git a/www-plugins/pdfjs/Manifest b/www-plugins/pdfjs/Manifest
index 17ad6407a83f..87fa0d8ca772 100644
--- a/www-plugins/pdfjs/Manifest
+++ b/www-plugins/pdfjs/Manifest
@@ -1,4 +1 @@
-DIST pdfjs-3.9.179.zip 5775197 BLAKE2B 03bbdce1ebeffa025106ce88fcc61bcc523fcac6009cdac39a694a5347cdf63eb2da37a39ea08ca9c3c9e1e3ccf988f17619a14b07d2f8c3c2eac33a43cdabe3 SHA512 85fdcc7839a871a87312d0f006e6d54badf561bfff7bb16463230811cba47d1636e66b3865fb3dd19613444e88e7c1d89a298be04f88f2d1a7c6455df259ff4c
-DIST pdfjs-4.3.136.zip 5858710 BLAKE2B 2d1406d018a0dee20dd4d85a00aa0bb6940daf13cd573a7477d06005aa0b98ab25bf7d9ec04c7a319d6c676897c7a3a3b09a2108da735df1f24e47fcd586f4d0 SHA512 3a12250fb0b4b5131b8ccc7cc7df47fc6befc3fdc2bf49ac3b62b8f1a3a9466e460277bb7fa23cbf587755cf31523d7644054edc5d7576fd453bc473aa30bc67
-DIST pdfjs-4.4.168.zip 5878424 BLAKE2B 3f79b714a510e1c656a67741ed0eaeac5e81f561d643daee33ec1f54f68e09449e44d6a2a6401b5db8a8a4dd21ccf31fbd0c4aacc3718d110628c7b245631b16 SHA512 3c407b5b6fafc6b02485342a6456dde06f95a91b3b7ebe24be0bcff2529e4c7c8331462a97b1dd69416cb44ec0b089f69aa408b06a38570f4465bb380d327f26
DIST pdfjs-4.5.136.zip 5885918 BLAKE2B 9741c202381f845756ecb2b80299a2c85f5ce3de47fc9b89de3d264695ef039043e8455845b0ac0b5c01b2b17b31066660bfaa83e9bdc011d7a2b7f2b648a029 SHA512 1062c1794335333ec23c44f717c8c0eac683594818678078338fb839ac8b72ba72be81074a6c33492994a2044c2fa66e2d219b56fbc36364ef9a43db86337e7f
diff --git a/www-plugins/pdfjs/pdfjs-3.9.179.ebuild b/www-plugins/pdfjs/pdfjs-3.9.179.ebuild
deleted file mode 100644
index ec418788bbe3..000000000000
--- a/www-plugins/pdfjs/pdfjs-3.9.179.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 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-4.3.136.ebuild b/www-plugins/pdfjs/pdfjs-4.3.136.ebuild
deleted file mode 100644
index a7c66a412285..000000000000
--- a/www-plugins/pdfjs/pdfjs-4.3.136.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2024 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-4.4.168.ebuild b/www-plugins/pdfjs/pdfjs-4.4.168.ebuild
deleted file mode 100644
index a7c66a412285..000000000000
--- a/www-plugins/pdfjs/pdfjs-4.4.168.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2024 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
-}