mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/pdf-reader: drop 2.13.0, 2.14.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1,3 +1 @@
|
||||
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
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
# Copyright 1999-2024 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-1*
|
||||
=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/*
|
||||
}
|
||||
@@ -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="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/*
|
||||
}
|
||||
Reference in New Issue
Block a user