From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6D4F1396D0 for ; Sun, 8 Oct 2017 21:57:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1916DE0FBF; Sun, 8 Oct 2017 21:57:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB53BE0FBF for ; Sun, 8 Oct 2017 21:57:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8902433D3C7 for ; Sun, 8 Oct 2017 21:57:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49FC983F7 for ; Sun, 8 Oct 2017 21:57:04 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1507499747.be874f61abf4bdab529b32a090dbaf36aacf0798.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/pdfjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/pdfjs/Manifest www-plugins/pdfjs/pdfjs-1.9.426.ebuild X-VCS-Directories: www-plugins/pdfjs/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: be874f61abf4bdab529b32a090dbaf36aacf0798 X-VCS-Branch: master Date: Sun, 8 Oct 2017 21:57:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 578b8a46-e1f0-4771-b51c-26bb833e8b5b X-Archives-Hash: ad8ec91d8935aa55f6fd670883c0b489 commit: be874f61abf4bdab529b32a090dbaf36aacf0798 Author: Mykyta Holubakha gmail com> AuthorDate: Fri Oct 6 19:24:40 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Oct 8 21:55:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be874f61 www-plugins/pdfjs: version bump to 1.9.426. added missing app-arch/unzip DEPEND. Closes: https://bugs.gentoo.org/628018 Closes: https://bugs.gentoo.org/633610 Closes: https://github.com/gentoo/gentoo/pull/5874 www-plugins/pdfjs/Manifest | 1 + www-plugins/pdfjs/pdfjs-1.9.426.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/www-plugins/pdfjs/Manifest b/www-plugins/pdfjs/Manifest index 971a8454708..3e4f1d9bfc2 100644 --- a/www-plugins/pdfjs/Manifest +++ b/www-plugins/pdfjs/Manifest @@ -1 +1,2 @@ DIST pdfjs-1.7.225.zip 2590573 SHA256 c7781f6c90cd6806631cbf84a8b37d94d0831420e6d2b8055f18646076a51ed9 SHA512 b2464eb7197ee1e670c5814e19fa11eb41a2e54ba69883853418661dc667e3991ea2c677adaf5d192317e1f278656c4442caded8363aff09a4e9cebf170f59e6 WHIRLPOOL 5ad4e5cb96bb101ec8f56046b386213a7dc953d07ba1a53f06146499d63449a04ad07cca172fcf3079c829d9312a8b3f83fd5ee7d813d559ea2014514ef6dbb1 +DIST pdfjs-1.9.426.zip 3510568 SHA256 00998c3b731382106e1f3a48ab15dce6714015573f76027c6b178fccf99f286c SHA512 4c6a7ac613755a73d694a80ccea0d0d3d100fb0c7039ae5d866059d39e58b650092a733c7bea6d302cfa196f439d28f59055443ab96443161d1770462d8976ef WHIRLPOOL 6b0b769e8cfff9c82a37e03ff06d5f9d6b5601c8ce25a5db2e10c7a34fc9fe23710d15b209346aea33221248eaa42bd6e554e8f290b0cc0b8157230800264ae2 diff --git a/www-plugins/pdfjs/pdfjs-1.9.426.ebuild b/www-plugins/pdfjs/pdfjs-1.9.426.ebuild new file mode 100644 index 00000000000..4c12535dad2 --- /dev/null +++ b/www-plugins/pdfjs/pdfjs-1.9.426.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A PDF reader in JavaScript" +HOMEPAGE="http://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 +}