diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-11-23 19:19:50 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-11-23 19:19:59 +0100 |
commit | e7a94d8a0db5a5dad96d9d8698787afd3b7a7e34 (patch) | |
tree | d4907f50588933ff2bfba92d13015727c19567c3 /www-plugins | |
parent | www-plugins/pdfjs: 2.5.207 bump (diff) | |
download | gentoo-e7a94d8a0db5a5dad96d9d8698787afd3b7a7e34.tar.gz gentoo-e7a94d8a0db5a5dad96d9d8698787afd3b7a7e34.tar.bz2 gentoo-e7a94d8a0db5a5dad96d9d8698787afd3b7a7e34.zip |
www-plugins/pdfjs: drop old
Package-Manager: Portage-3.0.10, Repoman-3.0.2
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-1.9.426.ebuild | 23 | ||||
-rw-r--r-- | www-plugins/pdfjs/pdfjs-2.1.266.ebuild | 23 |
3 files changed, 0 insertions, 48 deletions
diff --git a/www-plugins/pdfjs/Manifest b/www-plugins/pdfjs/Manifest index 5a541e33b23f..07d8fe055728 100644 --- a/www-plugins/pdfjs/Manifest +++ b/www-plugins/pdfjs/Manifest @@ -1,4 +1,2 @@ -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 DIST pdfjs-2.5.207.zip 3804074 BLAKE2B a6c61c755ecdbd90bdf4ae76ec1ed9ffe00293e32d9e1ec92623f1a19658462385dded7f33f65f2ee609f157cf95b568b7e8c5ccd03a24d1f514092dd660a7c0 SHA512 f23140bd1705966a950076c6c7aeea10da6e29db160fd760f3c877b6e632d24f313e15d3ece64c662077e3cc9e25eb5c8c937e48c7e8b32ec07df6cdb0827304 diff --git a/www-plugins/pdfjs/pdfjs-1.9.426.ebuild b/www-plugins/pdfjs/pdfjs-1.9.426.ebuild deleted file mode 100644 index cb1fdf9d83fc..000000000000 --- a/www-plugins/pdfjs/pdfjs-1.9.426.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 -} diff --git a/www-plugins/pdfjs/pdfjs-2.1.266.ebuild b/www-plugins/pdfjs/pdfjs-2.1.266.ebuild deleted file mode 100644 index 8cf32af52960..000000000000 --- a/www-plugins/pdfjs/pdfjs-2.1.266.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 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 -} |