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/multi_xml/
Date: Sat, 10 Dec 2016 05:38:04 +0000 (UTC)	[thread overview]
Message-ID: <1481348224.b85fe0e62f7154b987b3a93d143d6661f0596ec9.graaff@gentoo> (raw)

commit:     b85fe0e62f7154b987b3a93d143d6661f0596ec9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 05:37:04 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 05:37:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85fe0e6

dev-ruby/multi_xml: add 0.6.0

Package-Manager: portage-2.3.0

 dev-ruby/multi_xml/Manifest               |  1 +
 dev-ruby/multi_xml/multi_xml-0.6.0.ebuild | 38 +++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/multi_xml/Manifest b/dev-ruby/multi_xml/Manifest
index 067a1eb..f760a61 100644
--- a/dev-ruby/multi_xml/Manifest
+++ b/dev-ruby/multi_xml/Manifest
@@ -1,2 +1,3 @@
 DIST multi_xml-0.5.4.gem 20992 SHA256 6365ba9aced7eb993b6237a5a6d8c854be5cd84ad2ea1aad4de63ee0bf3bfd53 SHA512 d78ae3c401741c4d396bed6074efd24e8712cd70d9b9ef7008abb3ff662edc2292be42dfbd101be384aaf2ce207271004eb7b7cadccba746b9afe385a9fbdb7a WHIRLPOOL 5aaefe9e3db22e0fa4b0922d35acc19370bb9866701d1761c6ed45142548d6ad67585a9323ef382019a0be239b11fb474c0461af2153cdfcc6c678a8f704b0e2
 DIST multi_xml-0.5.5.gem 20992 SHA256 08936dc294586ee1d178217cce577febe26315d7880e01e4f8e97cf2753b1945 SHA512 692f55908ec5e9ee27bec858325ff9a0b15037a6563d5a21bd742ec3c959f3dbc04f1a232782f20827c9af49f3dd14fd725a0c19dbacb3708067c19dedf427ba WHIRLPOOL e21f6239983c9f88d32f5f90266e18d1d533bc4c5735bf0d8ea5f1fb32ec2b2f2814305bf86809ae6f2098560e5ed8fa774a879ee9c337b6663933b1100f924d
+DIST multi_xml-0.6.0.tar.gz 16571 SHA256 cc80d979f0540e1b585cb42c416b05c4b597269da409c5e9cd7cc00f8ca8f3e5 SHA512 67e280d838ba07373a6ad5cbe4658b32655102906d8e0ed5429d21220475c21e07ea2ec0d2729df4d30a1bf7d0a5e6ff2d4482342098873135cb12e18c53194a WHIRLPOOL 9e60d01a46999514c91a9326af8b6193387a6e8bb24ffe54f47901005931561a5171967afdeab2fa2791f9a4f32489e438f062f425bf7b8fc21ed4f06c6593f1

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild b/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
new file mode 100644
index 00000000..a3327e0
--- /dev/null
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
@@ -0,0 +1,38 @@
+# 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_RECIPE_TEST="rspec"
+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="http://rdoc.info/gems/multi_xml"
+SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/ox )"
+
+all_ruby_prepare() {
+	sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
+	sed -i -e '/bundler/I s:^:#:' -e '/yardstick/,/end/ s:^:#:' Rakefile || die
+}
+
+each_ruby_test() {
+	CI=true each_fakegem_test
+}


             reply	other threads:[~2016-12-10  5:38 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-10  5:38 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 14:27 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/ Sam James
2024-05-08  5:06 Hans de Graaff
2024-05-01  6:36 Hans de Graaff
2024-02-11  7:26 Hans de Graaff
2023-03-27  9:15 Sam James
2022-12-03 10:23 Hans de Graaff
2022-06-25  7:29 Hans de Graaff
2022-06-12  8:33 Hans de Graaff
2021-10-08 10:49 Hans de Graaff
2020-06-26 14:32 Hans de Graaff
2020-02-16  7:30 Hans de Graaff
2019-05-13 18:04 Hans de Graaff
2018-11-13  6:11 Hans de Graaff
2018-08-25  7:33 Hans de Graaff
2018-01-22 19:26 Hans de Graaff
2017-12-04  7:04 Hans de Graaff
2017-09-24 10:39 Sergei Trofimovich
2017-07-29  5:42 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-06-15  5:07 Hans de Graaff
2016-03-24  6:17 Hans de Graaff
2016-03-24  6:17 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=1481348224.b85fe0e62f7154b987b3a93d143d6661f0596ec9.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