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/pdfjs/pdfjs-4.0.269.ebuild | |
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/pdfjs/pdfjs-4.0.269.ebuild')
-rw-r--r-- | www-plugins/pdfjs/pdfjs-4.0.269.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
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 -} |