From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ox/
Date: Fri, 11 Feb 2022 07:43:45 +0000 (UTC) [thread overview]
Message-ID: <1644565420.9cd01f9b227a89a2e68ac7bf0a1b97ad9301e777.graaff@gentoo> (raw)
commit: 9cd01f9b227a89a2e68ac7bf0a1b97ad9301e777
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 07:26:31 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 11 07:43:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd01f9b
dev-ruby/ox: cleanup
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ox/Manifest | 2 --
dev-ruby/ox/ox-2.14.5.ebuild | 27 ---------------------------
dev-ruby/ox/ox-2.14.7.ebuild | 27 ---------------------------
3 files changed, 56 deletions(-)
diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 2b7f882794d5..59ea7f271470 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,5 +1,3 @@
DIST ox-2.14.4.tar.gz 209459 BLAKE2B e5e029ac5050cd44d0b80c313afb7415495203562bd08b34d4028310e853654b287920531f59f11c149715145e5aa44d3a9b1b2c8eb1c13a1095dc78a5fab95a SHA512 885aee65ae4a833dc9fc1847201f1d922e0d615831674abaa2d8169a22913202e49d677ce792bfe2d71cc9990d5a7652684f0d55606daf5f4a538d24078b4496
-DIST ox-2.14.5.tar.gz 209521 BLAKE2B 36695eceb2965f34b22c8809f493a5b8f8dee5f189cb68fbd06a9143c6970cb357b03e977f2bff3cd3867873e935a9475543ea79a1cb6a476469d667c74b6de8 SHA512 e91436f75e0868128f818d4f93c33e663c2ae6683f834c61ad7c14b2ebf680d622e81d71392bc24907313713be8463ab42c8badfcf4d0327ccca4abbcd1fbb0c
DIST ox-2.14.6.tar.gz 211961 BLAKE2B 98dee742fd0b8c237244a799fb30dae9542faef94cf2d7fdb57ae96fd091f62304134b3eb5b469b5b1c7d3be44382e90c344911336fb8d0d7a9106b71554eb48 SHA512 f255e36c19e53cf1cfae2696365ebe5418b165e8d1e5631651a800f47c3388aa383191c5cfa21b15ac043536544a74330e0b5a1ee8fabc5f0bb902850d5e7c30
-DIST ox-2.14.7.tar.gz 218542 BLAKE2B 8b15732fbb0cfc3a7168b564a9669449bb8d32046f4e78ebe75d24257d8c47912eff5824662b19ba9df7d3bfd8caffb388ede04928f8bb80d9030eba0b705f13 SHA512 25e44a866afab616c6804f2b09e80a9a6af83afba36dc61e56b86e236498011c920f0b63f5bfb66fcf2571bd0f6f621312881d7d9292da76400858994a59c770
DIST ox-2.14.8.tar.gz 218502 BLAKE2B e3838c52096c959fcdf2eae2156a79f1562cd13c8463f0a3f0ff54f9468059547e9bfc79f2a7b750f614fd77d5ae56189679fb55f9771903697864cc80b0831b SHA512 a07e7d074c681325c84cf7f381be7d1912b9de53cb41d11762fca15a6899a66bbf0ad751119416ec4640cde8c11dae967514fcfb16acae6f5be76d03f2b46eac
diff --git a/dev-ruby/ox/ox-2.14.5.ebuild b/dev-ruby/ox/ox-2.14.5.ebuild
deleted file mode 100644
index 43ef944b9a38..000000000000
--- a/dev-ruby/ox/ox-2.14.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="ox.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/ox/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/ox
-
-inherit ruby-fakegem
-
-DESCRIPTION="A fast XML parser and Object marshaller"
-HOMEPAGE="https://www.ohler.com/ox/ https://github.com/ohler55/ox"
-SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-each_ruby_test() {
- ${RUBY} test/tests.rb || die
-}
diff --git a/dev-ruby/ox/ox-2.14.7.ebuild b/dev-ruby/ox/ox-2.14.7.ebuild
deleted file mode 100644
index 6f57f5023f6b..000000000000
--- a/dev-ruby/ox/ox-2.14.7.ebuild
+++ /dev/null
@@ -1,27 +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"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="ox.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/ox/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/ox
-
-inherit ruby-fakegem
-
-DESCRIPTION="A fast XML parser and Object marshaller"
-HOMEPAGE="https://www.ohler.com/ox/ https://github.com/ohler55/ox"
-SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-each_ruby_test() {
- ${RUBY} test/tests.rb || die
-}
next reply other threads:[~2022-02-11 7:43 UTC|newest]
Thread overview: 108+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-11 7:43 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-13 7:09 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ox/ Hans de Graaff
2024-12-31 8:38 Hans de Graaff
2024-12-26 6:19 Hans de Graaff
2024-12-26 6:19 Hans de Graaff
2024-11-29 14:30 Arthur Zamarin
2024-10-06 11:35 Sam James
2024-09-19 20:18 Jakov Smolić
2024-03-22 6:26 Hans de Graaff
2023-12-27 14:07 Hans de Graaff
2023-12-27 14:07 Hans de Graaff
2023-07-15 6:48 Hans de Graaff
2023-07-11 7:47 Hans de Graaff
2023-04-14 5:54 Hans de Graaff
2023-03-27 9:15 Sam James
2023-02-02 6:22 Hans de Graaff
2023-02-02 6:22 Hans de Graaff
2023-01-22 8:30 Hans de Graaff
2022-12-30 8:00 Hans de Graaff
2022-12-30 8:00 Hans de Graaff
2022-12-30 8:00 Hans de Graaff
2022-05-01 6:34 Hans de Graaff
2022-04-06 16:00 Hans de Graaff
2022-04-06 16:00 Hans de Graaff
2022-03-17 6:40 Hans de Graaff
2022-03-17 6:40 Hans de Graaff
2022-03-17 6:40 Hans de Graaff
2022-02-22 18:50 Hans de Graaff
2022-02-11 7:43 Hans de Graaff
2022-02-08 6:19 Hans de Graaff
2022-02-08 6:19 Hans de Graaff
2021-11-04 5:54 Hans de Graaff
2021-10-31 11:35 Hans de Graaff
2021-06-20 6:03 Hans de Graaff
2021-06-20 6:03 Hans de Graaff
2021-06-20 6:03 Hans de Graaff
2021-03-20 7:09 Hans de Graaff
2021-03-20 7:09 Hans de Graaff
2021-03-12 7:31 Hans de Graaff
2021-03-08 7:18 Hans de Graaff
2021-03-08 7:18 Hans de Graaff
2021-01-12 7:08 Hans de Graaff
2021-01-12 7:08 Hans de Graaff
2020-12-23 5:53 Hans de Graaff
2020-12-23 5:53 Hans de Graaff
2020-09-16 5:55 Hans de Graaff
2020-09-11 5:14 Hans de Graaff
2020-09-04 5:06 Hans de Graaff
2020-09-04 5:06 Hans de Graaff
2020-09-04 5:06 Hans de Graaff
2020-02-10 6:18 Hans de Graaff
2020-02-01 6:44 Hans de Graaff
2020-01-06 6:23 Hans de Graaff
2019-12-20 7:21 Hans de Graaff
2019-12-20 7:21 Hans de Graaff
2019-11-09 6:28 Hans de Graaff
2019-06-15 9:55 Hans de Graaff
2019-05-28 5:18 Hans de Graaff
2019-05-13 18:04 Hans de Graaff
2019-05-04 12:38 Hans de Graaff
2018-09-04 5:43 Hans de Graaff
2018-08-25 7:33 Hans de Graaff
2018-07-18 5:51 Hans de Graaff
2018-07-18 5:51 Hans de Graaff
2018-06-13 3:47 Hans de Graaff
2018-04-28 6:32 Hans de Graaff
2018-04-04 3:53 Hans de Graaff
2018-03-19 18:43 Hans de Graaff
2018-03-19 16:47 Hans de Graaff
2018-03-19 16:47 Hans de Graaff
2018-02-07 7:05 Hans de Graaff
2018-02-07 7:05 Hans de Graaff
2017-12-04 7:04 Hans de Graaff
2017-12-04 7:04 Hans de Graaff
2017-11-27 6:31 Hans de Graaff
2017-10-30 5:45 Hans de Graaff
2017-10-18 5:48 Hans de Graaff
2017-09-24 10:39 Sergei Trofimovich
2017-09-24 10:39 Sergei Trofimovich
2017-09-24 10:39 Sergei Trofimovich
2017-09-19 5:44 Hans de Graaff
2017-09-19 5:44 Hans de Graaff
2017-08-10 5:05 Hans de Graaff
2017-05-19 4:56 Hans de Graaff
2017-05-19 4:56 Hans de Graaff
2017-04-24 5:07 Hans de Graaff
2017-03-21 6:18 Hans de Graaff
2017-03-21 6:18 Hans de Graaff
2017-02-04 15:38 Hans de Graaff
2017-01-17 6:43 Hans de Graaff
2017-01-17 6:43 Hans de Graaff
2016-12-26 5:52 Hans de Graaff
2016-09-12 5:01 Hans de Graaff
2016-08-10 5:30 Hans de Graaff
2016-08-10 5:30 Hans de Graaff
2016-07-06 5:33 Hans de Graaff
2016-06-24 5:45 Hans de Graaff
2016-06-24 5:45 Hans de Graaff
2016-05-02 5:26 Hans de Graaff
2016-04-15 5:50 Hans de Graaff
2016-04-05 5:08 Hans de Graaff
2016-02-24 23:37 Manuel Rüger
2016-02-24 23:37 Manuel Rüger
2016-02-05 6:51 Hans de Graaff
2016-01-03 7:14 Hans de Graaff
2016-01-03 7:14 Hans de Graaff
2015-10-21 5:19 Hans de Graaff
2015-10-04 8:07 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1644565420.9cd01f9b227a89a2e68ac7bf0a1b97ad9301e777.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox