public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/pdfjs/
Date: Wed, 25 Sep 2024 08:02:13 +0000 (UTC)	[thread overview]
Message-ID: <1727251330.b60bba4ab93cb162702b71df91fa1ff1f84de712.voyageur@gentoo> (raw)

commit:     b60bba4ab93cb162702b71df91fa1ff1f84de712
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 06:53:03 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 08:02:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60bba4a

www-plugins/pdfjs: add 4.6.82

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-plugins/pdfjs/Manifest            |  1 +
 www-plugins/pdfjs/pdfjs-4.6.82.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-plugins/pdfjs/Manifest b/www-plugins/pdfjs/Manifest
index 87fa0d8ca772..4c6b16436765 100644
--- a/www-plugins/pdfjs/Manifest
+++ b/www-plugins/pdfjs/Manifest
@@ -1 +1,2 @@
 DIST pdfjs-4.5.136.zip 5885918 BLAKE2B 9741c202381f845756ecb2b80299a2c85f5ce3de47fc9b89de3d264695ef039043e8455845b0ac0b5c01b2b17b31066660bfaa83e9bdc011d7a2b7f2b648a029 SHA512 1062c1794335333ec23c44f717c8c0eac683594818678078338fb839ac8b72ba72be81074a6c33492994a2044c2fa66e2d219b56fbc36364ef9a43db86337e7f
+DIST pdfjs-4.6.82.zip 5971143 BLAKE2B 7ee5d313cb0e90cd059576594bced79c2b77db3c7142c5b68787635f3206910f9fe560f4d19a9b7e467c799d5287fe33427021c033444d02f9b89f66974f4788 SHA512 4981a39827b36a1f6a8ba0611504460422e7f47ea35e57bb08812750959b3d51c19395a29e0e3aef7787c2f746ca84ede11de483f80450586266c56ceb0aef76

diff --git a/www-plugins/pdfjs/pdfjs-4.6.82.ebuild b/www-plugins/pdfjs/pdfjs-4.6.82.ebuild
new file mode 100644
index 000000000000..a7c66a412285
--- /dev/null
+++ b/www-plugins/pdfjs/pdfjs-4.6.82.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 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
+}


             reply	other threads:[~2024-09-25  8:02 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-25  8:02 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-12  9:13 [gentoo-commits] repo/gentoo:master commit in: www-plugins/pdfjs/ Bernard Cafarelli
2024-10-14 10:40 Bernard Cafarelli
2024-09-24 20:42 Bernard Cafarelli
2024-09-24 20:19 Jakov Smolić
2024-08-13  9:38 Bernard Cafarelli
2024-07-11 20:39 Bernard Cafarelli
2024-07-11 20:39 Bernard Cafarelli
2024-06-28 14:45 Ionen Wolkens
2024-06-14 10:47 Bernard Cafarelli
2024-01-09  8:48 Bernard Cafarelli
2024-01-09  8:24 Bernard Cafarelli
2024-01-09  8:24 Bernard Cafarelli
2023-11-28 16:34 Sam James
2023-11-28 12:25 Bernard Cafarelli
2023-08-01 21:18 Bernard Cafarelli
2022-11-05  2:07 Sam James
2022-11-04 21:31 Ionen Wolkens
2022-11-04  0:18 Bernard Cafarelli
2022-11-04  0:18 Bernard Cafarelli
2022-07-03 22:51 Bernard Cafarelli
2022-07-03 22:51 Bernard Cafarelli
2021-10-19  0:12 Sam James
2021-10-06 20:26 Bernard Cafarelli
2020-11-23 18:20 Bernard Cafarelli
2020-11-23 18:20 Bernard Cafarelli
2020-06-17 11:10 Bernard Cafarelli
2019-09-25 20:59 Bernard Cafarelli
2019-09-25 20:59 Bernard Cafarelli
2017-12-24 17:11 Patrice Clement
2017-10-08 21:57 Patrice Clement
2017-10-08 21:57 Patrice Clement
2017-02-17 12:16 Michael Palimaka
2017-01-15 17:21 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1727251330.b60bba4ab93cb162702b71df91fa1ff1f84de712.voyageur@gentoo \
    --to=voyageur@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox