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: Tue, 17 Jan 2017 06:43:51 +0000 (UTC) [thread overview]
Message-ID: <1484635333.81c0162e6a75f78a9e3f867439e2fb320312ed9b.graaff@gentoo> (raw)
commit: 81c0162e6a75f78a9e3f867439e2fb320312ed9b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 06:26:08 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 06:42:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c0162e
dev-ruby/ox: cleanup
Package-Manager: portage-2.3.0
dev-ruby/ox/Manifest | 2 --
dev-ruby/ox/ox-2.4.3.ebuild | 33 ---------------------------------
dev-ruby/ox/ox-2.4.4.ebuild | 33 ---------------------------------
3 files changed, 68 deletions(-)
diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 23e271a..3f0f733 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,4 +1,2 @@
-DIST ox-2.4.3.tar.gz 189105 SHA256 df757234b810fefcda98603f76f98b30d6192919b05bad3eacca617badcab529 SHA512 c9e3b88dc5c9893d55d5740f7a13709a29618b56169ab7278ad910bbb279fdb47dc2e6562444e792402ddf830e6318b00cbbf100660268baf56f67f9950f18a9 WHIRLPOOL 810fc842ce0b8939a6afd51875de7d0d05b62c0c14dde1ab506906ecda134474d1c99b834b584ea26c8f5e66855bd2a8f650555bc3f6562060e31d3baaac2f14
-DIST ox-2.4.4.tar.gz 189087 SHA256 38d3ea29c89828b8f96beb25e65af0401053ec009f4ebc74b6a84348afe9114a SHA512 83a043941c6cb2acaba1d2568d7166f844f0ed269deb49319be4fb275d79cd12ef53ddf6c531fb16647d76bb254801a6b25fc146ba5ced75e116051b6f639757 WHIRLPOOL c0c9ab40e0e785bc38200ba613d696e9b7c6d096b94765172aef79f19fda12fefd8480448774b4ad954018900f7fcde53fbe53965066f9168e3888bea0c8c256
DIST ox-2.4.5.tar.gz 189176 SHA256 3d443b0bfd5670654698226e0a11ba7fba1c4213c19e838b465290bfa4cb8fee SHA512 5cca2abe7ea58d9f9957db4728f60e03dd5625b9201d4b9a8971aef78a7c5a74945afdf81a7a6d3523c59c073e58f6314990e8962afaeb562378fb748bfdef86 WHIRLPOOL 9659475014064ba3b7e981eb41694dda186bc6f8187fc2abdb8d0d36ef5b06beb4b0be28dec55196969c9d26e8e89dfae896cd801b98c150ee3381c597354414
DIST ox-2.4.7.tar.gz 189737 SHA256 51678519b0ef773f9431dce99775bb2eb9cf9c2e4f3992859522961bab2395fd SHA512 73caa4ed9d71c6b1adf138c930c36efefc32e79bf6222cd076d5fa80f2240c41b658c5493abbaf693670f0f4b18eaf95b8ed1f0a55c15e9fbef352d0c52dfa7e WHIRLPOOL 7c25cdc6dc730ef589356aa602f6853ca33ef7cd743c3bd19d4cc00a10ea2a1b16fa84b90796b084c04fcdfdc14bfb91b59c5072d8219b36fb8e1f03e6a58633
diff --git a/dev-ruby/ox/ox-2.4.3.ebuild b/dev-ruby/ox/ox-2.4.3.ebuild
deleted file mode 100644
index 7137319..00000000
--- a/dev-ruby/ox/ox-2.4.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A fast XML parser and Object marshaller"
-HOMEPAGE="http://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 ~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.4.4.ebuild b/dev-ruby/ox/ox-2.4.4.ebuild
deleted file mode 100644
index 7137319..00000000
--- a/dev-ruby/ox/ox-2.4.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A fast XML parser and Object marshaller"
-HOMEPAGE="http://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 ~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
-}
next reply other threads:[~2017-01-17 6:43 UTC|newest]
Thread overview: 109+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-17 6:43 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-12 6:34 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ox/ Hans de Graaff
2025-01-13 7:09 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-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
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=1484635333.81c0162e6a75f78a9e3f867439e2fb320312ed9b.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