public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pdf-reader/
Date: Fri, 07 Feb 2025 05:58:36 +0000 (UTC)	[thread overview]
Message-ID: <1738907900.8ef0e3a1765dc79db707d723f297b606ea02ef4b.graaff@gentoo> (raw)

commit:     8ef0e3a1765dc79db707d723f297b606ea02ef4b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 05:56:24 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 05:58:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef0e3a1

dev-ruby/pdf-reader: add 2.14.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/pdf-reader/Manifest                 |  1 +
 dev-ruby/pdf-reader/pdf-reader-2.14.1.ebuild | 45 ++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/pdf-reader/Manifest b/dev-ruby/pdf-reader/Manifest
index 5260dc5fbfc1..c38db57820cc 100644
--- a/dev-ruby/pdf-reader/Manifest
+++ b/dev-ruby/pdf-reader/Manifest
@@ -1,2 +1,3 @@
 DIST pdf-reader-2.13.0.tar.gz 26530532 BLAKE2B cfd666a39c5a0bd52a7575011cae965db1a39d8a012c62f8af280d055b44743d4a8e66373250c533bb347df029200064522e08fe9c33bf1e8509aeac2823866c SHA512 5e5cbcb3bb98b7cd70b85c1f066251a6db9a6e470e0827a0624170c023023503390a26782b5d5347fb05a48a9bff26eb63b886a19c2f2cf2b5ced1df35bde09b
 DIST pdf-reader-2.14.0.tar.gz 26529169 BLAKE2B 7ed91ada912675e86c2026504c075345e9851349b075ec3a827a7926bfb3618def35fd065774041fe1d943bdd33c745118ea6f5a70038b0f4d871d68d69f9228 SHA512 05bce745258e0974eb0aaf3479c62de73f51fcff38d73da33c720322ce9206b4c0c2bf8298799009c9676dc94a808a1725377e4b494316bebbfbe4f89b4f1259
+DIST pdf-reader-2.14.1.tar.gz 26529020 BLAKE2B 0b97fe2058d5ba205e7480b3d872ab8a48e97bccd25b943d8e3d8a000c533ffb2c864580a0f567baf24022926139f37758a97a7b73a5e7da2460f22faa968914 SHA512 2e8f37f0177301f516dc3b1b8a0fa8cc934b4f29b2e01907fbf091b7e9eaf65b0231e2b6a2d66e25fb9daf21958e6096204a9d7fec0feb6d9f22d2be6ca7d262

diff --git a/dev-ruby/pdf-reader/pdf-reader-2.14.1.ebuild b/dev-ruby/pdf-reader/pdf-reader-2.14.1.ebuild
new file mode 100644
index 000000000000..6bed900e3d0c
--- /dev/null
+++ b/dev-ruby/pdf-reader/pdf-reader-2.14.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GITHUB_USER=yob
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md TODO"
+
+RUBY_FAKEGEM_GEMSPEC="pdf-reader.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="PDF parser conforming as much as possible to the PDF specification from Adobe"
+HOMEPAGE="https://github.com/yob/pdf-reader/"
+
+# We cannot use the gem distributions because they don't contain the
+# tests' data, we have to rely on the git tags.
+SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+ruby_add_rdepend ">=dev-ruby/afm-0.2.1 =dev-ruby/afm-0.2*
+	|| ( >=dev-ruby/ascii85-2.0.1:2 dev-ruby/ascii85:0 )
+	=dev-ruby/hashery-2*
+	dev-ruby/ttfunk:*
+	dev-ruby/ruby-rc4"
+
+all_ruby_prepare() {
+	# Remove bundler support
+	sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die
+}
+
+all_ruby_install() {
+	all_fakegem_install
+
+	docinto examples
+	dodoc examples/*
+}


             reply	other threads:[~2025-02-07  5:58 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-07  5:58 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-29  6:46 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pdf-reader/ Hans de Graaff
2025-01-29  6:46 Hans de Graaff
2024-11-03  6:38 Hans de Graaff
2024-07-11 16:19 Hans de Graaff
2024-02-15  7:14 Hans de Graaff
2023-12-27  7:23 Hans de Graaff
2023-09-15 14:56 Hans de Graaff
2023-08-26 19:07 Hans de Graaff
2023-07-02  4:38 Hans de Graaff
2022-11-04  7:48 Hans de Graaff
2022-07-30  7:46 Hans de Graaff
2022-07-30  7:46 Hans de Graaff
2022-06-18  5:48 Hans de Graaff
2022-04-30  9:08 Hans de Graaff
2022-02-11  7:43 Hans de Graaff
2022-01-30  8:19 Hans de Graaff
2022-01-08 11:47 Hans de Graaff
2021-11-13  5:24 Hans de Graaff
2021-11-13  5:24 Hans de Graaff
2021-10-23  6:55 Hans de Graaff
2021-10-23  6:55 Hans de Graaff
2021-06-10  6:13 Hans de Graaff
2021-02-06  6:59 Hans de Graaff
2020-11-21  8:32 Hans de Graaff
2020-10-02  5:15 Hans de Graaff
2020-09-11  5:14 Hans de Graaff
2020-02-22 10:22 Hans de Graaff
2020-02-22 10:22 Hans de Graaff
2019-11-22  9:03 Hans de Graaff
2019-11-07  7:51 Hans de Graaff
2019-07-28  5:06 Hans de Graaff
2019-05-08 19:59 Hans de Graaff
2019-05-08 19:59 Hans de Graaff
2019-01-28 21:45 Hans de Graaff
2018-12-20  6:40 Hans de Graaff
2018-07-03  5:15 Hans de Graaff
2018-05-01  4:45 Hans de Graaff
2018-04-29  9:42 Hans de Graaff
2018-04-17  4:28 Hans de Graaff
2018-04-10 20:21 Hans de Graaff
2018-03-24  8:35 Hans de Graaff
2018-01-22 19:04 Hans de Graaff
2018-01-22 19:04 Hans de Graaff
2017-08-25  6:09 Hans de Graaff
2017-02-25  7:19 Hans de Graaff
2017-02-25  7:19 Hans de Graaff
2017-01-22  1:39 Manuel Rüger
2017-01-02  6:59 Hans de Graaff
2016-04-07 22:41 Manuel Rüger
2016-02-24  6:45 Hans de Graaff
2015-12-12  7:35 Hans de Graaff

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=1738907900.8ef0e3a1765dc79db707d723f297b606ea02ef4b.graaff@gentoo \
    --to=graaff@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