diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-06-17 13:04:38 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-06-17 13:04:48 +0200 |
commit | 400a083fa9fad58e73c6bd6d6085935d2118f889 (patch) | |
tree | 7175808d7ea45bed729b199aea3e2ded4275c3db /www-plugins | |
parent | app-text/simple-fb2-reader: drop old (diff) | |
download | gentoo-400a083fa9fad58e73c6bd6d6085935d2118f889.tar.gz gentoo-400a083fa9fad58e73c6bd6d6085935d2118f889.tar.bz2 gentoo-400a083fa9fad58e73c6bd6d6085935d2118f889.zip |
www-plugins/pdfjs: 2.4.456 bump
Closes: https://bugs.gentoo.org/728520
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/pdfjs/Manifest | 1 | ||||
-rw-r--r-- | www-plugins/pdfjs/pdfjs-2.4.456.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/www-plugins/pdfjs/Manifest b/www-plugins/pdfjs/Manifest index 4f4c97c3e998..6583069243e0 100644 --- a/www-plugins/pdfjs/Manifest +++ b/www-plugins/pdfjs/Manifest @@ -1,2 +1,3 @@ DIST pdfjs-1.9.426.zip 3510568 BLAKE2B dbeaa51fea45c6bb0a538e96c39cabb096720aa41d882fe01f0e11ec26d23ead918f4d2c09c9cce37606be9b059abe5902c9eb9ff018755cb2278a55481bc1ec SHA512 4c6a7ac613755a73d694a80ccea0d0d3d100fb0c7039ae5d866059d39e58b650092a733c7bea6d302cfa196f439d28f59055443ab96443161d1770462d8976ef DIST pdfjs-2.1.266.zip 4181305 BLAKE2B 2dd23d90ce660535b7abb8defce0788295e5a35093ec10afcad9d884f82a734c39363ad0607e00a24abf8e688153124d25b0c373d125226a2c8167880dc22bba SHA512 46695b0ebd000c75025fac96088bfe99b3a54f77908735084094759d82384b3348986211d536e8e80ded9a8497498bb1669579dfd9f653746ac5d9a80245a6a4 +DIST pdfjs-2.4.456.zip 3773255 BLAKE2B b3f293d57bd21e05d4de70f99d24ac047e51b91a844e763778e5d557e9af0dbb090f9157363c92b4453bc925db4ce1c954999f6064fd4d062f27ef5ceed4a2d6 SHA512 2f79af887aac0eab346ab48f9ad91e92aefbd037c4cbe00694c07283b61cea6e321fd0abd88846723b34e2e81abd81ce3a11258f88ba033fcb59f196d1497e7d diff --git a/www-plugins/pdfjs/pdfjs-2.4.456.ebuild b/www-plugins/pdfjs/pdfjs-2.4.456.ebuild new file mode 100644 index 000000000000..8846fc13803f --- /dev/null +++ b/www-plugins/pdfjs/pdfjs-2.4.456.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 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" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="app-arch/unzip" + +S="${WORKDIR}" + +src_install() { + insinto /usr/share/pdf.js/ + + doins -r build + doins -r web +} |