commit: 4fe28039261f9b326442b643c5e5cb286b8f0aae Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Fri Apr 21 08:54:33 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Apr 21 08:54:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe28039
dev-ruby/ruby-xslt: treeclean Closes: https://bugs.gentoo.org/884407 Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-ruby/ruby-xslt/Manifest | 1 - dev-ruby/ruby-xslt/metadata.xml | 8 ------ dev-ruby/ruby-xslt/ruby-xslt-0.9.10-r1.ebuild | 40 --------------------------- profiles/package.mask | 6 ---- 4 files changed, 55 deletions(-) diff --git a/dev-ruby/ruby-xslt/Manifest b/dev-ruby/ruby-xslt/Manifest deleted file mode 100644 index 80ecdef10380..000000000000 --- a/dev-ruby/ruby-xslt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ruby-xslt-0.9.10.gem 35328 BLAKE2B aa0a627e76fcbc5626018389b5adbdbef1d54cc228f5622fd8cef4305e2d79c023c193031b8f8cc5f0e63d9c0af96edc0398beea4ac7f5eafe3dcf13ad2ff0ea SHA512 b196a517b19c6cb91ed6f4543ecfc6b58532e66f460029d2618e792cfe4078342fcb4428642328cbe6d97d1d942a6025ecff617578fc3abe2b0e414bf61ca1c4 diff --git a/dev-ruby/ruby-xslt/metadata.xml b/dev-ruby/ruby-xslt/metadata.xml deleted file mode 100644 index 658c72b1920d..000000000000 --- a/dev-ruby/ruby-xslt/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Ruby Project</name> -</maintainer> -</pkgmetadata> 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 deleted file mode 100644 index 3fe21732bb67..000000000000 --- a/dev-ruby/ruby-xslt/ruby-xslt-0.9.10-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -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 -} diff --git a/profiles/package.mask b/profiles/package.mask index 73a0bc26b4ab..6fce21f43c7d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -423,12 +423,6 @@ sci-libs/xdrfile # Removal on 2023-04-18. Bug #802729, #862414, #876993, #880577. x11-wm/subtle -# David Seifert <[email protected]> (2023-03-19) -# Last release over 5 years ago, fails with modern C, no revdeps in -# tree. -# Removal on 2023-04-18. Bug #884407. -dev-ruby/ruby-xslt - # Sam James <[email protected]> (2023-03-16) # Breaks building C++ consumers. See bug #901211 and bug #901035. # Please upgrade to glib-2.76.0-r1.
