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/tins/
Date: Fri, 15 Jan 2021 07:08:43 +0000 (UTC)	[thread overview]
Message-ID: <1610694515.6c67d389c44e75c11c6adbd3751d5122f37fd627.graaff@gentoo> (raw)

commit:     6c67d389c44e75c11c6adbd3751d5122f37fd627
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 07:02:20 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 07:08:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c67d389

dev-ruby/tins: add 1.28.0

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

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

diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
index 2229195c325..cf779b8df2e 100644
--- a/dev-ruby/tins/Manifest
+++ b/dev-ruby/tins/Manifest
@@ -3,3 +3,4 @@ DIST tins-1.22.2.gem 306688 BLAKE2B c5b0aed29b763d37707de47a57419d9af934a0949417
 DIST tins-1.24.1.gem 306688 BLAKE2B 64020840eca05dc90402310d2f66a8af2a029954ae8f7b37275c257fc402cc7a6c4f75d8a8f506edf49531b6e1d16112db63094f76736e2e3ee213fb88c92b98 SHA512 3df7a43e63f42d48033410affc5b5990864c563c294678b9070bb4dc9c9d47d3783d4e8fc9c4280f6e00304781dae40585df73a8deaac1f228bfc5dadb961b38
 DIST tins-1.25.0.gem 306688 BLAKE2B 1dfbcfeea4fa88d1a227c5b15dce5f8fbf2bdd8b526d6ec6aae14a309bb8267c89e02b861e0f89c6b0f22638cfce5fde53b07f4bc61838530672b6c9dda2b95a SHA512 e8afd89f39647f0722db3128fdb4e826f8beac5f4c081a4fc95c6e8c9a59129f523af81f953dcffd513172c17173c6ffdc0ce2c215b6073c3b94659c998dc3d0
 DIST tins-1.26.0.gem 306688 BLAKE2B 0e3dc0a2493d95d4d32fd0f37c462cf37ad736b186ae5ee421570a9be7b8155b9d7b10d66ec748b22df99eefc31ccd8d1d7c22f8552d1e62a82f94991ee85149 SHA512 adb5e29420d13a0c147262bb4eaf5289c793795ea929a0e4e9e611658bf97e76edfdb008cff657719f497b0b146a23c497c8adb128014fba390389483e533cfd
+DIST tins-1.28.0.gem 306688 BLAKE2B ddb7706ac0a24d913d6bd9256b819218e4d31c0c614f0c9b59758b60b5f7d3670c9bec89c55317a00bb6b4c6d381b236c86cf049489f899e1186d21fe04c2912 SHA512 5b24d1f68226755b1e35e6af5d7c234d0126be5f2638ff50aea61877dca2f640bf5cfca73d39268bbe5624cdc420d256e128dfe0faf59129228826fab36defa9

diff --git a/dev-ruby/tins/tins-1.28.0.ebuild b/dev-ruby/tins/tins-1.28.0.ebuild
new file mode 100644
index 00000000000..3f51213ee41
--- /dev/null
+++ b/dev-ruby/tins/tins-1.28.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="All the stuff that isn't good enough for a real library"
+HOMEPAGE="https://github.com/flori/tins"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+# Earlier versions of ruby bundled this dependency
+USE_RUBY="ruby26 ruby27 ruby30" ruby_add_rdepend "dev-ruby/sync"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+each_ruby_prepare() {
+	case ${RUBY} in
+		*ruby25)
+			sed -i -e '/sync/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+			;;
+	esac
+}
+
+each_ruby_test() {
+	ruby-ng_testrb-2 -Ilib tests/*_test.rb
+}


             reply	other threads:[~2021-01-15  7:08 UTC|newest]

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