public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mrueg:master commit in: dev-ruby/io-extra/
@ 2016-04-03 14:24 Manuel Rüger
  0 siblings, 0 replies; only message in thread
From: Manuel Rüger @ 2016-04-03 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8af22b0333d822205ca4de46ab4fee015c509721
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 14:24:03 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 14:24:03 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=8af22b03

dev-ruby/io-extra: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/io-extra/Manifest              |  1 +
 dev-ruby/io-extra/io-extra-1.2.8.ebuild | 42 +++++++++++++++++++++++++++++++++
 dev-ruby/io-extra/metadata.xml          |  8 +++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-ruby/io-extra/Manifest b/dev-ruby/io-extra/Manifest
new file mode 100644
index 0000000..4425135
--- /dev/null
+++ b/dev-ruby/io-extra/Manifest
@@ -0,0 +1 @@
+DIST io-extra-1.2.8.gem 16384 SHA256 6c1ad604708c24d90a1c25728080439ee335265a58edee1a3f8d1e7404facc86 SHA512 55eb6f576fd8b36293fecbd7e2c700e0a01a08544d0e702ececbd536bed2de630b56c7ef99b02cafaf1ab1d048ed7d7c1ecccb4f01d117d4f21c1c9511323448 WHIRLPOOL ad9fe3ea71bb7d402d30fd89fe06f5de8db2cf03a3dbfe6f283460373e4994659eba28097078444b5df8530219595cc2468e3b034c8d324456c9929cc759e554

diff --git a/dev-ruby/io-extra/io-extra-1.2.8.ebuild b/dev-ruby/io-extra/io-extra-1.2.8.ebuild
new file mode 100644
index 0000000..2930cfe
--- /dev/null
+++ b/dev-ruby/io-extra/io-extra-1.2.8.ebuild
@@ -0,0 +1,42 @@
+# 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_DOC_DIR="doc"
+
+inherit ruby-fakegem multilib
+
+DESCRIPTION="Additional IO singleton and instance methods"
+HOMEPAGE="https://rubygems.org/gems/io-extra http://www.rubyforge.org/projects/shards https://github.com/djberg96/io-extra"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "dev-ruby/test-unit:2"
+
+RESTRICT="test"
+
+each_ruby_prepare() {
+	sed -i -e "/omit/d" test/test_io_extra.rb || die
+}
+
+each_ruby_configure() {
+	${RUBY} -Cext extconf.rb || die
+}
+
+each_ruby_compile() {
+	emake V=1 -Cext
+	mkdir -p lib/io || die
+	cp ext/extra$(get_modname) lib/io/ || die
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib -S testrb test/test_io_extra.rb || die
+}

diff --git a/dev-ruby/io-extra/metadata.xml b/dev-ruby/io-extra/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/io-extra/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>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-03 14:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-03 14:24 [gentoo-commits] dev/mrueg:master commit in: dev-ruby/io-extra/ Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox