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] dev/graaff:master commit in: dev-ruby/rinku/
Date: Tue, 26 Jul 2016 18:41:06 +0000 (UTC)	[thread overview]
Message-ID: <1469558390.f71bc04fa80319d272061391e7261a840e5e4503.graaff@gentoo> (raw)

commit:     f71bc04fa80319d272061391e7261a840e5e4503
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Jul 26 18:39:50 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 18:39:50 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=f71bc04f

dev-ruby/rinku: initial import of 2.0.0

Package-Manager: portage-2.2.28

 dev-ruby/rinku/Manifest           |  1 +
 dev-ruby/rinku/metadata.xml       |  5 +++++
 dev-ruby/rinku/rinku-2.0.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-ruby/rinku/Manifest b/dev-ruby/rinku/Manifest
new file mode 100644
index 0000000..e2cbf10
--- /dev/null
+++ b/dev-ruby/rinku/Manifest
@@ -0,0 +1 @@
+DIST rinku-2.0.0.gem 20992 SHA256 3e695aaf9f24baba3af45823b5c427b58a624582132f18482320e2737f9f8a85 SHA512 c21c19bc364039ddc44a82e352427dcba4cb6a42249ad66707cad4addcb756f62fe0da44d76d35b4d80d1af540517d5de358ef2c5594b0739915bad8ce368f9d WHIRLPOOL f6620bebf5b9fe46a47671f31b171e679c57fcf7e9060880e7e3fa5a30101db3ade78f0dc576e08ba73ca28d3ff9b9212867cadaf7c80cf69e6c50471c2f024f

diff --git a/dev-ruby/rinku/metadata.xml b/dev-ruby/rinku/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/dev-ruby/rinku/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>

diff --git a/dev-ruby/rinku/rinku-2.0.0.ebuild b/dev-ruby/rinku/rinku-2.0.0.ebuild
new file mode 100644
index 0000000..cc14a58
--- /dev/null
+++ b/dev-ruby/rinku/rinku-2.0.0.ebuild
@@ -0,0 +1,34 @@
+# 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 ruby-fakegem
+
+DESCRIPTION="A fast and very smart autolinking library"
+HOMEPAGE="https://github.com/vmg/rinku"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+each_ruby_configure() {
+	${RUBY} -Cext/rinku extconf.rb || die
+}
+
+each_ruby_compile() {
+	emake V=1 -Cext/rinku
+	cp ext/rinku/rinku.so lib/ || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib test/autolink_test.rb || die
+}


             reply	other threads:[~2016-07-26 18:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-26 18:41 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-27  7:07 [gentoo-commits] dev/graaff:master commit in: dev-ruby/rinku/ 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=1469558390.f71bc04fa80319d272061391e7261a840e5e4503.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