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/ruby-gettext/
Date: Mon, 17 Feb 2020 06:04:32 +0000 (UTC)	[thread overview]
Message-ID: <1581919464.1b75d9299eed2c2f36d662bf393b5e4c161c650b.graaff@gentoo> (raw)

commit:     1b75d9299eed2c2f36d662bf393b5e4c161c650b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 06:03:48 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 06:04:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b75d929

dev-ruby/ruby-gettext: add 3.3.5

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

 dev-ruby/ruby-gettext/Manifest                  |  1 +
 dev-ruby/ruby-gettext/ruby-gettext-3.3.5.ebuild | 67 +++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/dev-ruby/ruby-gettext/Manifest b/dev-ruby/ruby-gettext/Manifest
index 8fa0b269dc6..f5b0c05e68d 100644
--- a/dev-ruby/ruby-gettext/Manifest
+++ b/dev-ruby/ruby-gettext/Manifest
@@ -2,3 +2,4 @@ DIST gettext-3.2.9.gem 285696 BLAKE2B a7bc40b2102f5b937d5f0e407dbaa23ead1da59eb9
 DIST gettext-3.3.2.gem 289280 BLAKE2B f18af8ca573c7a503983c741cb719896208f062b83382533fe818c0ca2e6b3eb5c4491150dd43ba5701ec0fa9a52c1b7686b938d05da6e4a35c5823fe447b4f9 SHA512 92ec140795fe4477754349375413061f20933daddf71f024b989b85fa05a773aa63583c11d982f7c65ab6e842ed03d2083834883ddd45a76f84655ae814969c2
 DIST gettext-3.3.3.gem 290304 BLAKE2B 17a9020660c0f9793d86428cf5738485e9b76d88d23a41aef053ef2c7034d6b98f1c880a61a37c6b04dfce37dc82672bbd6659312da5279e6e0c85212206559a SHA512 f14cd5166d16c592cec6e9b3ad5b2e5e27889cee0380b70abc3a6a69bcd8bcd1f742c88021e58ba843655d22e731decaeb1151e359fb49f613e71721e675cbf8
 DIST gettext-3.3.4.gem 290304 BLAKE2B 70b24b598dcbbe85ab9d1cf6c6e59e911b67f7ceccc3482b16096abb0bec2ac94197febf36b839ff1d6917fe44df69c570ae15a2d44a3bc2dc070ed9ca864382 SHA512 79b731968f94287597b3bd6219c1f5cf3c37206d3a024f5998cde9a61ef60334557d1bb51f1e439de64eb8cc6bc60511577763a71e6f3b3c65cc7c52ac221aa4
+DIST gettext-3.3.5.gem 290816 BLAKE2B 74434c3feaedc16a17ee530669dacbc4b32ae0be95eb903ce89131619e862e1c823351653ce3c5f95f0882c183e3b2fe87b423a245aa2d8803688ce7e6afb5f7 SHA512 6777b96dd73b3d454c0a14a40d2ac0eac52894fa58067ba9ec976627c96efc98b294b1498bed965d0426bcaa1b371dcde5745101e05e21e408397b4e8d31894b

diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.3.5.ebuild b/dev-ruby/ruby-gettext/ruby-gettext-3.3.5.ebuild
new file mode 100644
index 00000000000..c80111d8870
--- /dev/null
+++ b/dev-ruby/ruby-gettext/ruby-gettext-3.3.5.ebuild
@@ -0,0 +1,67 @@
+# 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_NAME="${PN/ruby-/}"
+RUBY_FAKEGEM_VERSION="${PV%_*}"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="README.md doc/text/news.md"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locale po"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Native Language Support Library and Tools modeled after GNU gettext package"
+HOMEPAGE="https://ruby-gettext.github.io/"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc test"
+SLOT="0"
+LICENSE="|| ( Ruby LGPL-3+ )"
+
+ruby_add_rdepend ">=dev-ruby/locale-2.0.5 >=dev-ruby/text-1.3.0"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+	dev-ruby/racc"
+ruby_add_bdepend "test? (
+	dev-ruby/test-unit:2
+	dev-ruby/test-unit-rr )"
+
+RDEPEND+=" sys-devel/gettext"
+DEPEND+=" sys-devel/gettext"
+
+all_ruby_prepare() {
+	# Fix broken racc invocation
+	sed -i -e '/command_line/ s/#{racc}/-S racc/' Rakefile || die
+
+	# Avoid bundler dependency
+	sed -i -e '/bundler/,/helper.install/ s:^:#:' \
+		-e 's/helper.gemspec/Gem::Specification.new/' Rakefile || die
+
+	# Avoid dependency on developer-specific tools.
+	sed -i -e '/notify/ s:^:#:' test/run-test.rb || die
+
+	# Avoid tests failing due to a missing test file.
+	#sed -i -e '/test_invalid_charset/,/end/ s:^:#:' test/test_mo.rb || die
+
+	# Avoid SAFE mode test that fails on ruby 2.6
+	sed -i -e '/test_safe_mode/aomit' test/test_gettext.rb || die
+}
+
+each_ruby_test() {
+	# Upstream tries to daisy-chain rake calls but they fail badly
+	# with our setup, so run it manually.
+	${RUBY} test/run-test.rb || die "tests failed"
+}
+
+all_ruby_install() {
+	all_fakegem_install
+
+	dodoc -r samples
+}


             reply	other threads:[~2020-02-17  6:04 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-17  6:04 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-05 10:08 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gettext/ Hans de Graaff
2024-11-03  7:27 Hans de Graaff
2024-10-12 23:35 Sam James
2024-10-10 16:20 Arthur Zamarin
2024-10-06 18:39 Arthur Zamarin
2024-10-06 14:27 Sam James
2024-07-17  5:37 Hans de Graaff
2024-02-12  7:42 Hans de Graaff
2023-10-22  6:40 Hans de Graaff
2023-10-22  6:40 Hans de Graaff
2023-08-21  5:24 Hans de Graaff
2023-08-19  7:43 Arthur Zamarin
2023-08-19  7:42 Arthur Zamarin
2023-08-19  6:18 Sam James
2023-08-19  6:18 Sam James
2023-08-02 12:34 Sam James
2023-07-24 10:05 Jakov Smolić
2023-07-12  4:27 Hans de Graaff
2023-06-13  9:39 Hans de Graaff
2023-04-07 18:11 Sam James
2023-03-28 19:53 Arthur Zamarin
2023-03-28 19:50 Sam James
2023-03-28 19:48 Sam James
2023-03-28 19:46 Sam James
2023-03-28 19:46 Sam James
2023-03-28 19:46 Sam James
2023-03-28 19:46 Sam James
2023-03-27 13:25 Sam James
2023-01-23  7:17 Hans de Graaff
2022-12-18  9:18 Sam James
2022-12-18  9:18 Sam James
2022-12-18  9:18 Sam James
2022-12-18  9:18 Sam James
2022-12-18  9:18 Sam James
2022-12-18  9:18 Sam James
2022-12-18  9:18 Sam James
2022-12-04  9:19 Hans de Graaff
2022-07-30  8:22 Hans de Graaff
2022-06-12  8:33 Hans de Graaff
2022-05-25  4:49 Hans de Graaff
2022-03-22 18:43 Jakov Smolić
2021-10-06  5:33 Hans de Graaff
2021-06-18  3:48 Hans de Graaff
2021-01-18  6:12 Hans de Graaff
2020-08-04  3:40 Hans de Graaff
2020-07-12  9:16 Sergei Trofimovich
2020-07-05 13:44 Agostino Sarubbo
2020-07-05 13:42 Agostino Sarubbo
2020-07-05 13:40 Agostino Sarubbo
2020-07-05 13:39 Agostino Sarubbo
2020-07-05 13:38 Agostino Sarubbo
2020-07-05 13:36 Agostino Sarubbo
2020-07-04  7:08 Hans de Graaff
2020-02-13  6:36 Hans de Graaff
2020-02-08  7:52 Hans de Graaff
2020-02-02  9:01 Hans de Graaff
2020-01-31  8:01 Hans de Graaff
2019-04-24 17:02 Sergei Trofimovich
2019-02-07  7:36 Hans de Graaff
2018-08-02  5:36 Hans de Graaff
2018-08-02  5:36 Hans de Graaff
2018-07-22 15:15 Mikle Kolyada
2018-07-05 18:32 Sergei Trofimovich
2018-06-27  7:25 Tobias Klausmann
2018-06-18  7:10 Sergei Trofimovich
2018-06-18  4:59 Hans de Graaff
2018-06-17 23:29 Thomas Deutschmann
2018-06-17 17:15 Hans de Graaff
2018-04-27  9:13 Hans de Graaff
2018-04-11  5:50 Hans de Graaff
2018-03-06  6:25 Hans de Graaff
2018-03-06  6:25 Hans de Graaff
2017-12-24  6:52 Hans de Graaff
2017-11-26 10:02 Hans de Graaff
2017-08-19  7:11 Hans de Graaff
2017-08-06  5:48 Hans de Graaff
2017-08-06  5:48 Hans de Graaff
2017-08-01  5:50 Hans de Graaff
2017-07-18  4:28 Markus Meier
2017-07-07 14:50 Agostino Sarubbo
2017-06-30 11:10 Agostino Sarubbo
2017-06-30  4:58 Alexis Ballier
2017-06-28 19:38 Sergei Trofimovich
2017-06-26 20:18 Tobias Klausmann
2017-06-24  6:21 Hans de Graaff
2017-06-23  8:33 Agostino Sarubbo
2017-06-23  3:59 Hans de Graaff
2016-11-12  6:58 Hans de Graaff
2016-07-22 19:05 Hans de Graaff
2016-04-27 11:54 Hans de Graaff
2016-03-06 18:39 Manuel Rüger
2016-03-06 18:39 Manuel Rüger
2016-01-24 11:55 Hans de Graaff
2016-01-06  6:33 Hans de Graaff
2015-12-30  6:55 Hans de Graaff
2015-10-17  5:47 Hans de Graaff

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=1581919464.1b75d9299eed2c2f36d662bf393b5e4c161c650b.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