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, 15 Jun 2019 09:55:54 +0000 (UTC)	[thread overview]
Message-ID: <1560592533.003d5ad4266703e4240cd5b99d278b37b7b2771b.graaff@gentoo> (raw)

commit:     003d5ad4266703e4240cd5b99d278b37b7b2771b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 04:50:57 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 09:55:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003d5ad4

dev-ruby/ox: add 2.11.0

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

 dev-ruby/ox/Manifest         |  1 +
 dev-ruby/ox/ox-2.11.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 010a4c646fd..d560352d7f4 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,3 +1,4 @@
 DIST ox-2.10.0.tar.gz 199144 BLAKE2B e2d175c379e4c860d540313642ab4ea39cca1eed7d5a0a896f6eb09786d0c421f5a2a0e4af5880c07b757a1604a8ede47ef4737739eaf53f9ba733b67b3e0091 SHA512 0fc7809f86528c745cc6719fd92bb51fe7c895c62b2cd27c02f2b596c19078f04aacfee90e489bede0ecd47876e36280e6852509f6d34f9b4a6292441745763a
 DIST ox-2.10.1.tar.gz 200165 BLAKE2B 46daff5d1f0b4230fddfe72217b25a77de03f3a9431a6daa93e7bc88c46482b80717f1f2bc623fbf94f3bee90e2c3655aa1b6f6d48cb9b31cc5e530c14aef25a SHA512 b1f6ec2337e5d7db96cb2b3bacb4850b9b2b64426250203de7613845fa83ce68dddba0bb6a6560c8e04f0a6416a0dc9443a469d40261e6d6bc42b14239a1eaff
+DIST ox-2.11.0.tar.gz 201028 BLAKE2B 52c908be2a1d08ad563137f99e68f7734c2fa6aa87391ddd5efddc60d2e4efcea93cba9097e3bf0373ee9d22fa101d6117e092414c7266045ed6d93a32951b12 SHA512 4a755f6d1f832ec41b50b92deb686307d177c35eb1e27bb1e61c0b0a698db7730239fa4167f8a84892a9fb81cc67abeef059b1138b01759ba993a57471e4eff7
 DIST ox-2.9.4.tar.gz 198547 BLAKE2B 4a088fb9d8ff0aa89c6496f8d1228ca33445e34fd66476de288c4373401421b27fceced671d4754b23ddc4da0b49b1ddba1ce060c5468723a146e4d5d10b7a0f SHA512 babb1e4a88596553ddba79afeaa2bad0221e90e08cc0505c8297b61b6a1acb7c9e458ee71da420ee49378c4ac8d3b8545d1ab7e05710da556c452f3f7bb133f1

diff --git a/dev-ruby/ox/ox-2.11.0.ebuild b/dev-ruby/ox/ox-2.11.0.ebuild
new file mode 100644
index 00000000000..801336f6f2e
--- /dev/null
+++ b/dev-ruby/ox/ox-2.11.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+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 ~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:[~2019-06-15  9:55 UTC|newest]

Thread overview: 103+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-15  9:55 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 11:35 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ox/ 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-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=1560592533.003d5ad4266703e4240cd5b99d278b37b7b2771b.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