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/rubypants/
Date: Tue, 31 Dec 2019 06:55:03 +0000 (UTC)	[thread overview]
Message-ID: <1577775047.ee17e88a731c248e847bd85bc1e8a711a23e74ec.graaff@gentoo> (raw)

commit:     ee17e88a731c248e847bd85bc1e8a711a23e74ec
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 06:50:47 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 06:50:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee17e88a

dev-ruby/rubypants: add 0.7.1

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

 dev-ruby/rubypants/Manifest               |  1 +
 dev-ruby/rubypants/rubypants-0.7.1.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/rubypants/Manifest b/dev-ruby/rubypants/Manifest
index 0530af09ede..2978d0a3801 100644
--- a/dev-ruby/rubypants/Manifest
+++ b/dev-ruby/rubypants/Manifest
@@ -1 +1,2 @@
 DIST rubypants-0.7.0.gem 13824 BLAKE2B c132b3c60390b712c08ec54b10a14255e21d9622399b9ddba8d2359915411c604052569e5713fdb4b1a3fefcc3416f4d5af16baca19063a0b79203838b8f3066 SHA512 cacd05e0cc87389b5513c83fe085db39202c2789b882b564caaded6b84b1ecb1acbde8232462dadf501c68c1c881ee7b7f4e640feec47c9c0f7a08758b5f5724
+DIST rubypants-0.7.1.gem 14336 BLAKE2B 6a2fd50f07e6eca0ee76a3f653fd378b9c389349a23bfa98cbf1be42e46a58cb76769e4f653bf83d72faa318be81b60920d0dbd900053f85489fe2c6a1a69a23 SHA512 48f04e621cefecb9911ee346ea9b4f185ee52a603f9a307d5424d314d3be88d0efda959a5654b5f532dfdd5af9ce2c0c6baceca4e09ad6d1471bf31c990e79bb

diff --git a/dev-ruby/rubypants/rubypants-0.7.1.ebuild b/dev-ruby/rubypants/rubypants-0.7.1.ebuild
new file mode 100644
index 00000000000..8b18df58341
--- /dev/null
+++ b/dev-ruby/rubypants/rubypants-0.7.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby port of the SmartyPants PHP library"
+HOMEPAGE="http://chneukirchen.org/repos/rubypants/README"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+	sed -i -e '/ecov/I s:^:#:' test/helper.rb || die
+}
+
+each_ruby_test() {
+	${RUBY} -I. test/rubypants_test.rb || die "tests failed"
+}


             reply	other threads:[~2019-12-31  6:55 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-31  6:55 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-31 11:39 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubypants/ Hans de Graaff
2023-12-27 12:26 Hans de Graaff
2023-08-26 15:39 Hans de Graaff
2023-08-19 20:15 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-06-24  5:53 Hans de Graaff
2022-07-30  8:22 Hans de Graaff
2022-06-12  8:33 Hans de Graaff
2022-05-22  6:23 Agostino Sarubbo
2022-05-22  1:49 Sam James
2022-04-24  7:06 Hans de Graaff
2021-10-11  5:18 Hans de Graaff
2019-12-31  6:55 Hans de Graaff
2019-01-22 18:18 Hans de Graaff
2018-06-18  5:18 Hans de Graaff
2018-06-06 23:49 Thomas Deutschmann
2018-05-24 14:31 Agostino Sarubbo
2018-04-27  9:13 Hans de Graaff
2018-02-27  5:00 Hans de Graaff
2018-02-11 19:14 Hans de Graaff
2016-10-18  4:35 Hans de Graaff
2016-10-02  6:58 Hans de Graaff
2016-08-07  6:20 Hans de Graaff
2016-04-08  5:21 Hans de Graaff
2016-04-08  5:21 Hans de Graaff
2016-04-08  5:21 Hans de Graaff
2016-04-05 22:56 Manuel Rüger

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=1577775047.ee17e88a731c248e847bd85bc1e8a711a23e74ec.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