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/escape_utils/
Date: Wed, 13 Apr 2016 04:53:36 +0000 (UTC)	[thread overview]
Message-ID: <1460521837.11a98f4bec75569e615e74916e0dcb308ae68784.graaff@gentoo> (raw)

commit:     11a98f4bec75569e615e74916e0dcb308ae68784
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 04:30:37 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 04:30:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a98f4b

dev-ruby/escape_utils: add 1.2.1

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/escape_utils/Manifest b/dev-ruby/escape_utils/Manifest
index bac9edc..a710399 100644
--- a/dev-ruby/escape_utils/Manifest
+++ b/dev-ruby/escape_utils/Manifest
@@ -1 +1,2 @@
 DIST escape_utils-1.2.0.gem 26624 SHA256 05497be965b95971c8bdf393c0cc851e7beefbf0061af66d820c20535ebcb2ab SHA512 82548f9f81de9a77f16789859b24c77313ab7c8a5a8e2040eba9f140f60247a1f83946d320fd07a4afef670c53f3a2c86bf0b2085749d526e1442fc2fa9074b3 WHIRLPOOL 52125b0eefe57840035b0085cea185a9ccf5ba9f7c1cafc4c69e7bbc81c70c5ce01a88c57d8b3bd2d16ad601585eb5a2235983c02455eb1853fa0536d3fba4a3
+DIST escape_utils-1.2.1.gem 27136 SHA256 e5292fe8d7e12a9bcb4502d99e28fb602e4e1514690d98a1c4957f6f77b4b162 SHA512 e410777cfdd5004168db6134f30a91e29b71136d3e7ec1a312f7307e0593c310230887a63ed25aa4f899b71b5cb78b15f833e4db6f1ca0cc99091ab0c0e6ba75 WHIRLPOOL 48cfbd373e6e752bc9a2476bd7ec8f3f31edc227e08e27b2c1930b3c10096ceb2ff7b0d532340fb48c6b4b254162de76dc2a595010b570c621fb0762b2ce4d56

diff --git a/dev-ruby/escape_utils/escape_utils-1.2.1.ebuild b/dev-ruby/escape_utils/escape_utils-1.2.1.ebuild
new file mode 100644
index 0000000..386278b
--- /dev/null
+++ b/dev-ruby/escape_utils/escape_utils-1.2.1.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=""
+RUBY_FAKEGEM_RECIPE_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Faster string escaping routines for your ruby apps"
+HOMEPAGE="https://github.com/brianmario/escape_utils"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+	sed -i -e "/bundler/d" test/helper.rb || die
+}
+
+each_ruby_configure() {
+	${RUBY} -Cext/escape_utils extconf.rb || die
+}
+
+each_ruby_compile() {
+	emake V=1 -Cext/escape_utils
+	cp ext/escape_utils/escape_utils$(get_modname) lib/escape_utils || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib:test:. -e "Dir['test/**/*_test.rb'].each {|f| require f}" || die
+}


             reply	other threads:[~2016-04-13  4:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-13  4:53 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-20 17:57 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/escape_utils/ Hans de Graaff
2018-09-17 19:07 Hans de Graaff
2018-02-03  9:58 Hans de Graaff
2018-02-03  9:58 Hans de Graaff
2016-03-17  0:26 Manuel Rüger
2016-01-28  6:55 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=1460521837.11a98f4bec75569e615e74916e0dcb308ae68784.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