commit:     7e5386b3e108a1bd71cf7da83e5303795fefe7cf
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 04:35:29 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May 21 04:35:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5386b3

dev-ruby/rbpdf: cleanup

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/rbpdf/Manifest               |  2 --
 dev-ruby/rbpdf/rbpdf-1.19.8-r1.ebuild | 52 -----------------------------------
 dev-ruby/rbpdf/rbpdf-1.20.0-r1.ebuild | 48 --------------------------------
 3 files changed, 102 deletions(-)

diff --git a/dev-ruby/rbpdf/Manifest b/dev-ruby/rbpdf/Manifest
index 3231ed0bf01..84e213cdd22 100644
--- a/dev-ruby/rbpdf/Manifest
+++ b/dev-ruby/rbpdf/Manifest
@@ -1,3 +1 @@
-DIST rbpdf-1.19.8.tar.gz 12026547 BLAKE2B 
4989bee6f35d74a703539c6d209c14730e2674d94454b1794172f147dd01af20bdea5c4ed3e68a047f7ddad17083d74ea061dc5b0c28e66acdbf56ab1e335dd3
 SHA512 
e3015e80b26f9de2727ebd1a97ff5fd3937b7e133d9d39c2e1b3e9fe326354ca66ef569fa35bdf4c8b495b40df1ceec26d043e6f86be8ce741068a2c28ff8a28
-DIST rbpdf-1.20.0.tar.gz 12026312 BLAKE2B 
add83c3bc2fde2dd0b839fedabcc49b40839d17a3c6b4eb0d17f688840a7fae1bef23660bc810176b23042475bf6ba40cac6f08f4f0468ba6f1dcc6ada4520da
 SHA512 
5324bfc115e168a9ec4972aea21539d1e41a3799bf3beaa2cf0764734eb152f6325879ebb0aee80276825842d8c4d15fdc337874b1237342adc425554e96a9d4
 DIST rbpdf-1.20.1.tar.gz 12026190 BLAKE2B 
5a468e974bc0a15a9a8f621a6ee635a8cf4f81cc94b88a6bf8afd90c4a665c0892381e903158e66ec4a68676491faa80fd99b7d4ffcf0c86defc4a4114603b08
 SHA512 
19b4fbd8a0c4650c73ba299721a0fe03a10f223da5e0dd2b97549972ea8f381b2d5b4837369d0667cd325392edae1ec795ec67bc852c9b3588ec0c5e686844d7

diff --git a/dev-ruby/rbpdf/rbpdf-1.19.8-r1.ebuild 
b/dev-ruby/rbpdf/rbpdf-1.19.8-r1.ebuild
deleted file mode 100644
index 9e5733f65cd..00000000000
--- a/dev-ruby/rbpdf/rbpdf-1.19.8-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-# Avoid the complexity of the "rake" recipe and run the tests manually.
-RUBY_FAKEGEM_RECIPE_TEST=none
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby on Rails RBPDF plugin"
-HOMEPAGE="https://github.com/naitoh/rbpdf";
-SRC_URI="https://github.com/naitoh/rbpdf/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-3 )"
-ruby_add_rdepend "
-       dev-ruby/actionview
-       dev-ruby/htmlentities
-       =dev-ruby/rbpdf-font-1.19*"
-
-all_ruby_prepare() {
-       default
-
-       # This test is enabled automagically in the presence of rmagick, and
-       # then fails.
-       rm -f test/rbpdf_image_rmagick_test.rb \
-               || die "failed to remove rmagick tests"
-
-       # Loosen very restrictive htmlentities dependency
-       sed -i -e '/htmlentities/ s/=/>=/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-       local cmd='gem "test-unit", ">= 3.0"'
-       cmd+=' and '
-       cmd+='require "test/unit"'
-       cmd+=' and '
-       cmd+='Dir["test/rbpdf_*.rb"].each{|f| require("./" +  f)}'
-       ${RUBY} -Ilib:.:test -e "${cmd}" || die "test suite failed"
-}

diff --git a/dev-ruby/rbpdf/rbpdf-1.20.0-r1.ebuild 
b/dev-ruby/rbpdf/rbpdf-1.20.0-r1.ebuild
deleted file mode 100644
index 78c5ed75947..00000000000
--- a/dev-ruby/rbpdf/rbpdf-1.20.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-# Avoid the complexity of the "rake" recipe and run the tests manually.
-RUBY_FAKEGEM_RECIPE_TEST=none
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby on Rails RBPDF plugin"
-HOMEPAGE="https://github.com/naitoh/rbpdf";
-SRC_URI="https://github.com/naitoh/rbpdf/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-3 )"
-ruby_add_rdepend "
-       dev-ruby/actionview
-       dev-ruby/htmlentities
-       =dev-ruby/rbpdf-font-1.19*"
-
-all_ruby_prepare() {
-       default
-
-       # This test is enabled automagically in the presence of rmagick, and
-       # then fails.
-       rm -f test/rbpdf_image_rmagick_test.rb \
-               || die "failed to remove rmagick tests"
-}
-
-each_ruby_test() {
-       local cmd='gem "test-unit", ">= 3.0"'
-       cmd+=' and '
-       cmd+='require "test/unit"'
-       cmd+=' and '
-       cmd+='Dir["test/rbpdf_*.rb"].each{|f| require("./" +  f)}'
-       ${RUBY} -Ilib:.:test -e "${cmd}" || die "test suite failed"
-}

Reply via email to