diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2024-07-11 22:33:13 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2024-07-11 22:38:57 +0200 |
commit | 660f088649408a290e60f2061ee83bb07587520c (patch) | |
tree | a155f59f76f0c49bde1ebfeebb49f9c24141ffbc /www-plugins | |
parent | x11-misc/rss-glx: Stabilize 0.9.1-r4 x86, #935846 (diff) | |
download | gentoo-660f088649408a290e60f2061ee83bb07587520c.tar.gz gentoo-660f088649408a290e60f2061ee83bb07587520c.tar.bz2 gentoo-660f088649408a290e60f2061ee83bb07587520c.zip |
www-plugins/pdfjs: drop 4.0.269, 4.0.379
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/pdfjs/Manifest | 2 | ||||
-rw-r--r-- | www-plugins/pdfjs/pdfjs-4.0.269.ebuild | 22 | ||||
-rw-r--r-- | www-plugins/pdfjs/pdfjs-4.0.379.ebuild | 22 |
3 files changed, 0 insertions, 46 deletions
diff --git a/www-plugins/pdfjs/Manifest b/www-plugins/pdfjs/Manifest index 0b920f64b1a0..e6e3b6dfa789 100644 --- a/www-plugins/pdfjs/Manifest +++ b/www-plugins/pdfjs/Manifest @@ -1,4 +1,2 @@ DIST pdfjs-3.9.179.zip 5775197 BLAKE2B 03bbdce1ebeffa025106ce88fcc61bcc523fcac6009cdac39a694a5347cdf63eb2da37a39ea08ca9c3c9e1e3ccf988f17619a14b07d2f8c3c2eac33a43cdabe3 SHA512 85fdcc7839a871a87312d0f006e6d54badf561bfff7bb16463230811cba47d1636e66b3865fb3dd19613444e88e7c1d89a298be04f88f2d1a7c6455df259ff4c -DIST pdfjs-4.0.269.zip 5781825 BLAKE2B 5ee4fea2eb0ed6c5e97a2135c077abd7747487070a7126be443ebfb5f0fe289e3584edfebf2bfa270daa1397f4ca42bb963b9ed8fe89c7a7c31ae0505f80d7f5 SHA512 68a2a8ddc11e732099c7a79d0bbb6c2db579fdeb96c8335206d5797c662e2bf3fcd257de5909a979e54afa09858b408dfc827360d86deac640199e0980354c12 -DIST pdfjs-4.0.379.zip 5813357 BLAKE2B b0ca37ad0ea4d0859c5a0277592d9f2f1ca0a49bfbd05ccde12e982d6485fe70a4d00ba5608c240a1b482c63f0bf39163fe49a7f833e3192b475af35059a3c73 SHA512 cdab3338b953c800056a26aa94a7b31ae0a67dd9f4725550318d133acbb7eec8dafed55e61cd838fc7f43ba11bfed186395330e7fe36bc0000082baea4ee6b73 DIST pdfjs-4.3.136.zip 5858710 BLAKE2B 2d1406d018a0dee20dd4d85a00aa0bb6940daf13cd573a7477d06005aa0b98ab25bf7d9ec04c7a319d6c676897c7a3a3b09a2108da735df1f24e47fcd586f4d0 SHA512 3a12250fb0b4b5131b8ccc7cc7df47fc6befc3fdc2bf49ac3b62b8f1a3a9466e460277bb7fa23cbf587755cf31523d7644054edc5d7576fd453bc473aa30bc67 diff --git a/www-plugins/pdfjs/pdfjs-4.0.269.ebuild b/www-plugins/pdfjs/pdfjs-4.0.269.ebuild deleted file mode 100644 index 7d2127ad585d..000000000000 --- a/www-plugins/pdfjs/pdfjs-4.0.269.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.0.379.ebuild b/www-plugins/pdfjs/pdfjs-4.0.379.ebuild deleted file mode 100644 index a7c66a412285..000000000000 --- a/www-plugins/pdfjs/pdfjs-4.0.379.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 -} |