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/rinku/
Date: Sun,  9 Oct 2016 05:50:01 +0000 (UTC)	[thread overview]
Message-ID: <1475991473.d5a0df55e09bcc0d9e8c0ae96fdac3c0bc5364ed.graaff@gentoo> (raw)

commit:     d5a0df55e09bcc0d9e8c0ae96fdac3c0bc5364ed
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 05:37:53 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 05:37:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a0df55

dev-ruby/rinku: add 2.0.2

Package-Manager: portage-2.3.0

 dev-ruby/rinku/Manifest           |  1 +
 dev-ruby/rinku/rinku-2.0.2.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/rinku/Manifest b/dev-ruby/rinku/Manifest
index 3d1e0a7..6ecd8c4 100644
--- a/dev-ruby/rinku/Manifest
+++ b/dev-ruby/rinku/Manifest
@@ -1,2 +1,3 @@
 DIST rinku-1.7.3.gem 16384 SHA256 eb5cec33af86da3002e66470d9a741a0726d6864a69b580abc798931b4b706ca SHA512 6cd56d21f9366ca1550d62b864f3160f8426412caefb47343152c856a122e729c6e38d339075bdda8614e36c3c5f498001c0e943db455e55ee401e9cdf320c94 WHIRLPOOL 8c9b365dace46b58f4e8b3c70a5b98cb90aa383c1e40cea0c0919f58c4a7ea94cfb44b07415fd9044a09a76e8a70d03fc10b13556f0e89fbea4b81c3ecad02bb
 DIST rinku-2.0.0.gem 20992 SHA256 3e695aaf9f24baba3af45823b5c427b58a624582132f18482320e2737f9f8a85 SHA512 c21c19bc364039ddc44a82e352427dcba4cb6a42249ad66707cad4addcb756f62fe0da44d76d35b4d80d1af540517d5de358ef2c5594b0739915bad8ce368f9d WHIRLPOOL f6620bebf5b9fe46a47671f31b171e679c57fcf7e9060880e7e3fa5a30101db3ade78f0dc576e08ba73ca28d3ff9b9212867cadaf7c80cf69e6c50471c2f024f
+DIST rinku-2.0.2.gem 20992 SHA256 def469eafd8f5e22c38993caad89ab52a1cc86c6dd87442ff87a6ca8716ef7e9 SHA512 1f2e048d491cfe01133b2c3bc1d95e80231370e39005b1ff7077e7feecdae62de4c80b000caf78ac89d2b30881ab5d8aba0f15583b2f5a7a43d42451ee3dc752 WHIRLPOOL 662f06b1e3375663bd7f3ebce1727563120cd1efcfc8d33a35b0cff9c4e66297d97c70031cab28cb5ed912bbf69361095de58fc9d7f43654943466d1c25a01c5

diff --git a/dev-ruby/rinku/rinku-2.0.2.ebuild b/dev-ruby/rinku/rinku-2.0.2.ebuild
new file mode 100644
index 00000000..8b8b741
--- /dev/null
+++ b/dev-ruby/rinku/rinku-2.0.2.ebuild
@@ -0,0 +1,32 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A Ruby library that does autolinking"
+HOMEPAGE="https://github.com/vmg/rinku"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+each_ruby_configure() {
+	${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+	emake V=1 -Cext/${PN}
+	cp ext/${PN}/${PN}$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib test/autolink_test.rb || die
+}


             reply	other threads:[~2016-10-09  5:50 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-09  5:50 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-31  9:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rinku/ Hans de Graaff
2023-12-27 12:36 Hans de Graaff
2023-06-24 20:35 Hans de Graaff
2022-04-23  8:01 Hans de Graaff
2021-10-31  4:45 Hans de Graaff
2021-10-24  9:25 Hans de Graaff
2020-05-25  5:23 Hans de Graaff
2020-05-25  5:23 Hans de Graaff
2020-05-25  5:23 Hans de Graaff
2019-04-23  5:21 Hans de Graaff
2019-02-11  5:59 Hans de Graaff
2019-01-27 11:18 Hans de Graaff
2018-02-09  6:58 Hans de Graaff
2018-02-09  6:58 Hans de Graaff
2017-11-30  6:05 Hans de Graaff
2017-08-24  5:49 Hans de Graaff
2017-08-24  5:49 Hans de Graaff
2017-07-27  7:41 Hans de Graaff
2016-05-21  5:36 Hans de Graaff
2016-05-10  5:10 Hans de Graaff
2016-05-10  5:10 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=1475991473.d5a0df55e09bcc0d9e8c0ae96fdac3c0bc5364ed.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