public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mrueg:master commit in: dev-ruby/kgio/
Date: Mon, 28 Mar 2016 18:58:43 +0000 (UTC)	[thread overview]
Message-ID: <1459191513.02e8d7de9cc5983f1c1ae4d8e2774fd5843d3824.mrueg@gentoo> (raw)

commit:     02e8d7de9cc5983f1c1ae4d8e2774fd5843d3824
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 18:58:33 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 18:58:33 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=02e8d7de

dev-ruby/kgio: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/kgio/Manifest           |  1 +
 dev-ruby/kgio/kgio-2.10.0.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 dev-ruby/kgio/metadata.xml       |  8 ++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-ruby/kgio/Manifest b/dev-ruby/kgio/Manifest
new file mode 100644
index 0000000..071bf59
--- /dev/null
+++ b/dev-ruby/kgio/Manifest
@@ -0,0 +1 @@
+DIST kgio-2.10.0.gem 56320 SHA256 2804235c990934f03cf5fdacc883f1d6195fe7931f90f1ca6e59a07bf7a0dcf8 SHA512 60cd698a9a6468abd83d94cf62f321a6014e6e5f964c6f67ae8ee98d401d9e37639f2bfbf9f307d56d0f5fc46d49cea6a3f8c8ed12073b065f8949335baa83af WHIRLPOOL d6da318c672e5316de1ed2a5972afd3b69b40b6ad2f2047a11b151a593c580bda57771631756089aa801ff9a07d49b242c43a43b27781a9c3c2409212b5b9c05

diff --git a/dev-ruby/kgio/kgio-2.10.0.ebuild b/dev-ruby/kgio/kgio-2.10.0.ebuild
new file mode 100644
index 0000000..2b0d5aa
--- /dev/null
+++ b/dev-ruby/kgio/kgio-2.10.0.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_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README TODO HACKING"
+
+inherit ruby-fakegem multilib
+
+DESCRIPTION="Mon-blocking I/O methods for Ruby without raising exceptions"
+HOMEPAGE="http://bogomips.org/kgio.git/ http://bogomips.org/kgio/ https://rubygems.org/gems/kgio"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-3.0
+	<dev-ruby/test-unit-4 )"
+
+each_ruby_configure() {
+	${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+	emake V=1 -Cext/${PN}
+	cp ext/${PN}/kgio_ext$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib -S testrb test/test_*.rb || die
+}

diff --git a/dev-ruby/kgio/metadata.xml b/dev-ruby/kgio/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/kgio/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+</pkgmetadata>


                 reply	other threads:[~2016-03-28 18:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1459191513.02e8d7de9cc5983f1c1ae4d8e2774fd5843d3824.mrueg@gentoo \
    --to=mrueg@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