commit:     72cad64ee096c11749a1e451953af778dce16779
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 04:38:29 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 04:38:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72cad64e

dev-ruby/ruby-xslt: add ruby30; fix extensions install

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

 dev-ruby/ruby-xslt/ruby-xslt-0.9.10-r1.ebuild | 40 +++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/dev-ruby/ruby-xslt/ruby-xslt-0.9.10-r1.ebuild 
b/dev-ruby/ruby-xslt/ruby-xslt-0.9.10-r1.ebuild
new file mode 100644
index 00000000000..27ad1c4a521
--- /dev/null
+++ b/dev-ruby/ruby-xslt/ruby-xslt-0.9.10-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.rdoc AUTHORS.rdoc README.rdoc"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/xslt_lib/extconf.rb)
+RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/xml"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby class for processing XSLT"
+HOMEPAGE="https://github.com/glejeune/ruby-xslt";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+=" >=dev-libs/libxslt-1.1.12"
+RDEPEND+=" >=dev-libs/libxslt-1.1.12"
+
+all_ruby_prepare() {
+       # Remove forced -g compiler flag.
+       sed -i -e 's/-g //' ext/xslt_lib/extconf.rb || die
+
+       # One test fails but we have installed this code already for a long
+       # time so this probably isn't a regression. No upstream bug tracker
+       # to report the problem :-(
+       sed -i -e '/test_transformation_error/,/^  end/ s:^:#:' test/test.rb || 
die
+}
+
+each_ruby_test() {
+       ${RUBY} -I../lib:lib -Ctest test.rb || die
+}

Reply via email to