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/mecab-ruby/
Date: Sat, 12 Dec 2015 07:35:53 +0000 (UTC)	[thread overview]
Message-ID: <1449905725.c61674d9c5caae248b8ace29253d816ab15fc054.graaff@gentoo> (raw)

commit:     c61674d9c5caae248b8ace29253d816ab15fc054
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 12 07:03:21 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 07:35:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61674d9

dev-ruby/mecab-ruby: add ruby21, ruby22

Package-Manager: portage-2.2.24

 dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild | 38 ++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild b/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild
new file mode 100644
index 0000000..d3619d9
--- /dev/null
+++ b/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+inherit ruby-ng
+
+DESCRIPTION="Ruby binding for MeCab"
+HOMEPAGE="http://mecab.sourceforge.net/"
+SRC_URI="https://mecab.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="~app-text/mecab-${PV}"
+RDEPEND="${DEPEND}"
+
+each_ruby_configure() {
+	${RUBY} extconf.rb || die
+}
+
+each_ruby_compile() {
+	emake V=1
+}
+
+each_ruby_install() {
+	emake DESTDIR="${D}" install
+}
+
+all_ruby_install() {
+	dodoc AUTHORS README test.rb
+	dohtml bindings.html
+}


             reply	other threads:[~2015-12-12  7:36 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-12  7:35 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-05  5:08 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mecab-ruby/ Hans de Graaff
2016-04-05  5:08 Hans de Graaff
2017-02-26  7:50 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2018-07-20 14:22 Akinori Hattori
2018-07-20 14:22 Akinori Hattori
2019-02-01 11:01 Hans de Graaff
2020-08-09  9:47 Hans de Graaff
2022-05-01  8:38 Hans de Graaff
2022-08-02  7:48 Joonas Niilola
2022-08-18  2:53 Matt Turner
2023-07-02 12:27 Hans de Graaff
2024-11-04 16:33 Hans de Graaff
2024-12-29  9:15 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=1449905725.c61674d9c5caae248b8ace29253d816ab15fc054.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