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 5CE56138262 for ; Sun, 22 May 2016 07:46:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CAF414284; Sun, 22 May 2016 07:45:51 +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 76C6014274 for ; Sun, 22 May 2016 07:45:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A2E3833BE93 for ; Sun, 22 May 2016 07:45:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59A8B97E for ; Sun, 22 May 2016 07:45:47 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1463903128.73b86bba7a198b9db09d605d5f300fcad401b4e4.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/gems/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/gems/gems-0.8.3.ebuild dev-ruby/gems/metadata.xml X-VCS-Directories: dev-ruby/gems/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 73b86bba7a198b9db09d605d5f300fcad401b4e4 X-VCS-Branch: master Date: Sun, 22 May 2016 07:45:47 +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: 62269ee2-881e-43d5-a667-9e6d05180846 X-Archives-Hash: 0278aec87f6a4db308edbf789b998f46 commit: 73b86bba7a198b9db09d605d5f300fcad401b4e4 Author: Hans de Graaff degraaff org> AuthorDate: Sun May 22 07:45:28 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun May 22 07:45:28 2016 +0000 URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=73b86bba dev-ruby/gems: initial import for ruby-tinderbox Package-Manager: portage-2.2.28 dev-ruby/gems/gems-0.8.3.ebuild | 28 ++++++++++++++++++++++++++++ dev-ruby/gems/metadata.xml | 11 +++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-ruby/gems/gems-0.8.3.ebuild b/dev-ruby/gems/gems-0.8.3.ebuild new file mode 100644 index 0000000..5ccca85 --- /dev/null +++ b/dev-ruby/gems/gems-0.8.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +inherit ruby-fakegem + +DESCRIPTION="Wrapper for the RubyGems.org API" +HOMEPAGE="https://github.com/rubygems/gems" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +ruby_add_bdepend "test? ( dev-ruby/webmock )" + +all_ruby_prepare() { + sed -i -e '/simplecov/,/SimpleCov.start/ s:^:#:' spec/helper.rb || die +} diff --git a/dev-ruby/gems/metadata.xml b/dev-ruby/gems/metadata.xml new file mode 100644 index 0000000..2f827be --- /dev/null +++ b/dev-ruby/gems/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + rubygems/gems + +