dev-ruby/pdf-reader: drop 2.14.1

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2025-12-28 07:47:44 +01:00
parent a6ece7520a
commit ae41777a8b
2 changed files with 0 additions and 46 deletions

View File

@@ -1,3 +1,2 @@
DIST pdf-reader-2.14.1.tar.gz 26529020 BLAKE2B 0b97fe2058d5ba205e7480b3d872ab8a48e97bccd25b943d8e3d8a000c533ffb2c864580a0f567baf24022926139f37758a97a7b73a5e7da2460f22faa968914 SHA512 2e8f37f0177301f516dc3b1b8a0fa8cc934b4f29b2e01907fbf091b7e9eaf65b0231e2b6a2d66e25fb9daf21958e6096204a9d7fec0feb6d9f22d2be6ca7d262
DIST pdf-reader-2.15.0.tar.gz 26534873 BLAKE2B a3fefa6ff97dc664d59014650553c996c353b852c9ec2f5ebcc0b177ff10acb6911b4510b8b5b2e8c2732f1238d8562232c301ba13f4898e91d9eccb4c4e60dd SHA512 757ff3d26b310ab87757c293567c9f3abdc34e8504dc80444b2e06b73c135e1a5f07c985ded478a84ec6628fc4553a6d530ee087ed8e5541eb2737fdb8634650
DIST pdf-reader-2.15.1.tar.gz 26545306 BLAKE2B 1e3c56f88e6608968189eb0acc8e4471e51b38ae3f78c10e8ed6e99c1d091debf66b4323eacb8725b58b03ac53028edc83030472ae88d49fef2a1772b765943d SHA512 b495b287c6f7508125e655f93677c6f4dffa1958c5191ecd8b26737cdadf73c3646db6a72a2d4e2c1de2c94c9a3c10003b4a3417816a00eedfdf82a188baea1c

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
GITHUB_USER=yob
USE_RUBY="ruby32 ruby33 ruby34"
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/*
}