summaryrefslogtreecommitdiff
path: root/dev-ruby/multi_xml
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/multi_xml
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-ruby/multi_xml')
-rw-r--r--dev-ruby/multi_xml/Manifest4
-rw-r--r--dev-ruby/multi_xml/metadata.xml11
-rw-r--r--dev-ruby/multi_xml/multi_xml-0.7.1.ebuild47
-rw-r--r--dev-ruby/multi_xml/multi_xml-0.7.2.ebuild47
-rw-r--r--dev-ruby/multi_xml/multi_xml-0.8.0.ebuild60
-rw-r--r--dev-ruby/multi_xml/multi_xml-0.8.1.ebuild60
6 files changed, 0 insertions, 229 deletions
diff --git a/dev-ruby/multi_xml/Manifest b/dev-ruby/multi_xml/Manifest
deleted file mode 100644
index c2c25f1e2740..000000000000
--- a/dev-ruby/multi_xml/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST multi_xml-0.7.1.tar.gz 17122 BLAKE2B 09b8006a12ae99d85435b85c2c32afe20009cdd6bd0970ce5129c37411274aa402ed955f7ca692e90e7641120a90883b75a03a9ae8d88bd4a53e295095e040c4 SHA512 c578b6b4cadc48182ab94219d5f1550f645398c08460576cb5f6c72d8d6d01ef90b982437848d27e72f1157b9eff03dcafc29d04f298e52c14ae5b76df9082b0
-DIST multi_xml-0.7.2.tar.gz 17006 BLAKE2B e7d2e570913e974129634a7a26903c42ca08c0c3efbe1eb9fefd9bb41cc17e1c6422e810fc470864cfd936be6bc467143d67397b42e4c327724dbb431c26a56c SHA512 419d18a08bc6610ab1f7ce7b61e1418ca9aeebf86a7c4078d12cea389881a1848f9a51eba8d44ef16e8674b49ccf08fc019a012a48707162a11d5578968756a1
-DIST multi_xml-0.8.0.tar.gz 38088 BLAKE2B 399d9f737c2b3aeede7e21aeaa1ad001863815ac617b98ea51991898bfce88a730d70376ed809969a418b563e41b96e6fde665f1de7c96eff1003247a42a3a5b SHA512 e6715134a0a16b71d7c3985c7462264b47b6d69c285d7ff153906f80a5de9dc284dcc7ba46ff0a10ca791efa4517a067430fa295e458bd290ef75c9bead4d5d1
-DIST multi_xml-0.8.1.tar.gz 38238 BLAKE2B a55caff882ab24d666cac57185f23524c3375a9c19450a2eaa20ad719e2bc55b8e9e86ae663a60244a43a0fbc6d0c819c6d534d8828b0e228db0cf7f70c719a6 SHA512 8edbe6b5f65893476a11adb6d8c518e4d2734d079a80db8a47b288155d36e2b9042223d3c743ec2a26b9334fa18fd90865a24b59b9ffcdfab0bb6ade079e0aa7
diff --git a/dev-ruby/multi_xml/metadata.xml b/dev-ruby/multi_xml/metadata.xml
deleted file mode 100644
index 3ae9f109247d..000000000000
--- a/dev-ruby/multi_xml/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">sferik/multi_xml</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ruby/multi_xml/multi_xml-0.7.1.ebuild b/dev-ruby/multi_xml/multi_xml-0.7.1.ebuild
deleted file mode 100644
index 8932980678b5..000000000000
--- a/dev-ruby/multi_xml/multi_xml-0.7.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generic swappable back-end for XML parsing"
-HOMEPAGE="https://www.rubydoc.info/gems/multi_xml"
-SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="doc test"
-
-ruby_add_rdepend ">=dev-ruby/bigdecimal-3.1:0"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/ox )"
-
-all_ruby_prepare() {
- sed -e 's:_relative ": "./:' \
- -e 's/__dir__/"."/' \
- -e 's/git ls-files -z/find * -print0/' \
- -i ${RUBY_FAKEGEM_GEMSPEC} || die
- sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
- sed -e '/bundler/I s:^:#:' \
- -e '/yardstick/,/end/ s:^:#:' \
- -e '/rubocop/I s:^:#:' \
- -i Rakefile || die
-}
-
-each_ruby_test() {
- CI=true each_fakegem_test
-}
diff --git a/dev-ruby/multi_xml/multi_xml-0.7.2.ebuild b/dev-ruby/multi_xml/multi_xml-0.7.2.ebuild
deleted file mode 100644
index 0e3cbe976c1c..000000000000
--- a/dev-ruby/multi_xml/multi_xml-0.7.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generic swappable back-end for XML parsing"
-HOMEPAGE="https://github.com/sferik/multi_xml"
-SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="doc test"
-
-ruby_add_rdepend ">=dev-ruby/bigdecimal-3.1:0"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/ox )"
-
-all_ruby_prepare() {
- sed -e 's:_relative ": "./:' \
- -e 's/__dir__/"."/' \
- -e 's/git ls-files -z/find * -print0/' \
- -i ${RUBY_FAKEGEM_GEMSPEC} || die
- sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
- sed -e '/bundler/I s:^:#:' \
- -e '/yardstick/,/end/ s:^:#:' \
- -e '/rubocop/I s:^:#:' \
- -i Rakefile || die
-}
-
-each_ruby_test() {
- CI=true each_fakegem_test
-}
diff --git a/dev-ruby/multi_xml/multi_xml-0.8.0.ebuild b/dev-ruby/multi_xml/multi_xml-0.8.0.ebuild
deleted file mode 100644
index c3d4396fa420..000000000000
--- a/dev-ruby/multi_xml/multi_xml-0.8.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generic swappable back-end for XML parsing"
-HOMEPAGE="https://github.com/sferik/multi_xml"
-SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="doc test"
-
-ruby_add_rdepend "|| ( dev-ruby/bigdecimal:4 >=dev-ruby/bigdecimal-3.1:0 )"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.27:5 dev-ruby/ox )"
-
-all_ruby_prepare() {
- sed -e 's:_relative ": "./:' \
- -e 's/__dir__/"."/' \
- -e 's/git ls-files -z/find * -print0/' \
- -i ${RUBY_FAKEGEM_GEMSPEC} || die
- sed -e '/bundler/I s:^:#:' \
- -e '/yardstick/,/end/ s:^:#:' \
- -e '/rubocop/I s:^:#:' \
- -i Rakefile || die
-
- # Avoid coverage dependencies
- sed -e '/simplecov/,/^end/ s:^:#:' \
- -e '/mutant/ s:^:#:' \
- -e '1igem "minitest", "~> 5.0"' \
- -i test/test_helper.rb || die
- sed -e '/cover/ s:^:#:' \
- -e '/Mutant/ s:^:#:' \
- -i test/*.rb || die
-
- # Avoid tests for unpackaged XML providers.
- sed -e '/test_returns_oga_when_only_oga_defined/askip "Not packaged"' \
- -i test/parser_detection_test.rb || die
- sed -e '/test_load_parser_handles_underscore_names/askip "Not packaged"' \
- -i test/load_parser_test.rb || die
-}
-
-each_ruby_test() {
- CI=true ${RUBY} -Ilib:.:test -e "Dir['test/**/*.rb'].each{|f| require f}" || die
-}
diff --git a/dev-ruby/multi_xml/multi_xml-0.8.1.ebuild b/dev-ruby/multi_xml/multi_xml-0.8.1.ebuild
deleted file mode 100644
index 4cf8a6c45da0..000000000000
--- a/dev-ruby/multi_xml/multi_xml-0.8.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generic swappable back-end for XML parsing"
-HOMEPAGE="https://github.com/sferik/multi_xml"
-SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="doc test"
-
-ruby_add_rdepend "|| ( dev-ruby/bigdecimal:4 >=dev-ruby/bigdecimal-3.1:0 )"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.27:5 dev-ruby/ox )"
-
-all_ruby_prepare() {
- sed -e 's:_relative ": "./:' \
- -e 's/__dir__/"."/' \
- -e 's/git ls-files -z/find * -print0/' \
- -i ${RUBY_FAKEGEM_GEMSPEC} || die
- sed -e '/bundler/I s:^:#:' \
- -e '/yardstick/,/end/ s:^:#:' \
- -e '/rubocop/I s:^:#:' \
- -i Rakefile || die
-
- # Avoid coverage dependencies
- sed -e '/simplecov/,/^end/ s:^:#:' \
- -e '/mutant/ s:^:#:' \
- -e '1igem "minitest", "~> 5.0"' \
- -i test/test_helper.rb || die
- sed -e '/cover/ s:^:#:' \
- -e '/Mutant/ s:^:#:' \
- -i test/*.rb || die
-
- # Avoid tests for unpackaged XML providers.
- sed -e '/test_returns_oga_when_only_oga_defined/askip "Not packaged"' \
- -i test/parser_detection_test.rb || die
- sed -e '/test_load_parser_handles_underscore_names/askip "Not packaged"' \
- -i test/load_parser_test.rb || die
-}
-
-each_ruby_test() {
- CI=true ${RUBY} -Ilib:.:test -e "Dir['test/**/*.rb'].each{|f| require f}" || die
-}