public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 20 Mar 2021 07:09:55 +0000 (UTC)	[thread overview]
Message-ID: <1616224058.d1a0a623f04863047968c1108d1abc9e3f823da1.graaff@gentoo> (raw)

commit:     d1a0a623f04863047968c1108d1abc9e3f823da1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 07:06:25 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 07:07:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a0a623

dev-ruby/ox: cleanup

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

 dev-ruby/ox/Manifest         |  2 --
 dev-ruby/ox/ox-2.13.4.ebuild | 33 ---------------------------------
 dev-ruby/ox/ox-2.14.0.ebuild | 33 ---------------------------------
 3 files changed, 68 deletions(-)

diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 2516a5470fa..31380a1ce5e 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,5 +1,3 @@
-DIST ox-2.13.4.tar.gz 207814 BLAKE2B 8a94569e6e10b92574fa330d60aacc069a558003c7b285cb1178dfe0e6cfe02a2590283249f7a1b5adc89b41c3414b1a919367889b0296cf909eeafd88cc8a27 SHA512 a97fef40eee3616bab32394340c452138fe1cf5cec92e6457c3b2ce8866f7e5b143ee7e0191af09d96128a2d7a0ee3eb58fbcea16074ce33db8a845867175423
-DIST ox-2.14.0.tar.gz 208213 BLAKE2B a5f99c8878efb9f87d8061d57ffb0afe26329b7e987c4de8c084a3453e35404fdfe29805d9a4cf60f3e30c39f47de5721a9d5c52b87660066ee484a30ef0837c SHA512 51bafbef13b1d3e0a5f27f69f9ca21b5774cb32f4b0d55e12ec5b94b1dad3febdfda37b43b84f599d7874f5ed28fa85d094a6f9c0087ca1d9b5d77b969c7de88
 DIST ox-2.14.1.tar.gz 208294 BLAKE2B 588d9171de5db1cec6e24ea64a604ab85074ebb59be0d53afc040c9a47c64e2168abdd86271da8d1dad05803c98a64f8d12ea19297638a2f2a54a52c1c3f4342 SHA512 c82e9ec18a4003ab1e76f03b024b345b77a83a72f9f01d0dea1d9fdbf7c948638269e8331c19715b6b8bd999c2a104cf3660ff1f95cb445f13956ca0f95b723c
 DIST ox-2.14.2.tar.gz 209260 BLAKE2B b1893aca7f49d98b402f071feedf8b7d903692654620a9cab37024b9bc2f8e710c46862b8155113ad3618fcb24b1baf55d69c8c9aeec1528b477afc6d1ac2d1d SHA512 f7e34a702d7be5001f09bd919108e0da30183f4c4bbc6c8b533fc3d4892770300c76075af28d21227cf840e43ec868c7f623028a329d0e49997bd1bfeffb35af
 DIST ox-2.14.3.tar.gz 209300 BLAKE2B 3101d41491b11262e012bfd807396af12c4bb05d626432bdf4e539d90f3ffcf17c09a42c883d64e21e7f02431ca49acb00d0808593b822afc499fa4fe99935b7 SHA512 a6b9ef9b6f3fe7c73ccd1c69cecf9187c586ffeb22eb3aebb542cc22231ab929b1c76c81d3ea065c073e732d4cd12d74c7bc35f3b406b8bb1ca20edb1f5050e9

diff --git a/dev-ruby/ox/ox-2.13.4.ebuild b/dev-ruby/ox/ox-2.13.4.ebuild
deleted file mode 100644
index dd9b6593b59..00000000000
--- a/dev-ruby/ox/ox-2.13.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="ox.gemspec"
-
-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_configure() {
-	${RUBY} -Cext/ox extconf.rb || die
-}
-
-each_ruby_compile() {
-	emake V=1 -Cext/ox
-	cp ext/ox/ox$(get_modname) lib/ox/ || die
-}
-
-each_ruby_test() {
-	${RUBY} test/tests.rb || die
-}

diff --git a/dev-ruby/ox/ox-2.14.0.ebuild b/dev-ruby/ox/ox-2.14.0.ebuild
deleted file mode 100644
index ca6de7a13bb..00000000000
--- a/dev-ruby/ox/ox-2.14.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="ox.gemspec"
-
-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_configure() {
-	${RUBY} -Cext/ox extconf.rb || die
-}
-
-each_ruby_compile() {
-	emake V=1 -Cext/ox
-	cp ext/ox/ox$(get_modname) lib/ox/ || die
-}
-
-each_ruby_test() {
-	${RUBY} test/tests.rb || die
-}


             reply	other threads:[~2021-03-20  7:09 UTC|newest]

Thread overview: 108+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-20  7:09 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-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-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=1616224058.d1a0a623f04863047968c1108d1abc9e3f823da1.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