diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-04 00:51:49 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-04 00:51:49 +0200 |
commit | 63a2b9ae14cb34a4c80340a9b8370c3a6912d5da (patch) | |
tree | 569e579ede490abf25446633910cbc4081d9d089 /www-plugins/pdfjs/pdfjs-2.4.456.ebuild | |
parent | www-plugins/pdfjs: add 2.14.305 (diff) | |
download | gentoo-63a2b9ae14cb34a4c80340a9b8370c3a6912d5da.tar.gz gentoo-63a2b9ae14cb34a4c80340a9b8370c3a6912d5da.tar.bz2 gentoo-63a2b9ae14cb34a4c80340a9b8370c3a6912d5da.zip |
www-plugins/pdfjs: drop 2.4.456, 2.5.207
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'www-plugins/pdfjs/pdfjs-2.4.456.ebuild')
-rw-r--r-- | www-plugins/pdfjs/pdfjs-2.4.456.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/www-plugins/pdfjs/pdfjs-2.4.456.ebuild b/www-plugins/pdfjs/pdfjs-2.4.456.ebuild deleted file mode 100644 index 6f2bb76c6b3f..000000000000 --- a/www-plugins/pdfjs/pdfjs-2.4.456.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 ~x86" - -BDEPEND="app-arch/unzip" - -src_install() { - insinto /usr/share/pdf.js/ - - doins -r build - doins -r web -} |