From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EFFDF59CB0 for ; Sun, 3 Apr 2016 14:24:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5E6A21C013; Sun, 3 Apr 2016 14:24:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C2B021C013 for ; Sun, 3 Apr 2016 14:24:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AF70340C9F for ; Sun, 3 Apr 2016 14:24:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B023983 for ; Sun, 3 Apr 2016 14:24:12 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1459693443.8af22b0333d822205ca4de46ab4fee015c509721.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: dev-ruby/io-extra/ X-VCS-Repository: dev/mrueg X-VCS-Files: dev-ruby/io-extra/Manifest dev-ruby/io-extra/io-extra-1.2.8.ebuild dev-ruby/io-extra/metadata.xml X-VCS-Directories: dev-ruby/io-extra/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 8af22b0333d822205ca4de46ab4fee015c509721 X-VCS-Branch: master Date: Sun, 3 Apr 2016 14:24:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9b12b42a-8d68-4a3a-87a9-beff1998485d X-Archives-Hash: b6a4fbbbf83a0e20b8a053c8f6dbc909 commit: 8af22b0333d822205ca4de46ab4fee015c509721 Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 3 14:24:03 2016 +0000 Commit: Manuel Rüger gentoo 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 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + +