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 2EF1013888F for ; Tue, 20 Oct 2015 05:13:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C008921C008; Tue, 20 Oct 2015 05:13:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 695AE21C001 for ; Tue, 20 Oct 2015 05:13:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 820A5340845 for ; Tue, 20 Oct 2015 05:13:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A35341393 for ; Tue, 20 Oct 2015 05:13:12 +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: <1445317954.4e43647d0f2f35a021eee1eb0eb756e7329554c8.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mixlib-shellout/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mixlib-shellout/Manifest dev-ruby/mixlib-shellout/mixlib-shellout-2.2.2.ebuild X-VCS-Directories: dev-ruby/mixlib-shellout/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4e43647d0f2f35a021eee1eb0eb756e7329554c8 X-VCS-Branch: master Date: Tue, 20 Oct 2015 05:13: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: 1dce3563-2929-4d72-b32e-7eb40978dc0e X-Archives-Hash: c862fb1cbfe37576e802a9d04444c82e commit: 4e43647d0f2f35a021eee1eb0eb756e7329554c8 Author: Hans de Graaff gentoo org> AuthorDate: Tue Oct 20 05:12:34 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Oct 20 05:12:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e43647d dev-ruby/mixlib-shellout: add 2.2.2 Package-Manager: portage-2.2.20.1 dev-ruby/mixlib-shellout/Manifest | 1 + .../mixlib-shellout/mixlib-shellout-2.2.2.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ruby/mixlib-shellout/Manifest b/dev-ruby/mixlib-shellout/Manifest index a9cc5d3..de560e3 100644 --- a/dev-ruby/mixlib-shellout/Manifest +++ b/dev-ruby/mixlib-shellout/Manifest @@ -1 +1,2 @@ DIST mixlib-shellout-2.2.1.tar.gz 33307 SHA256 68e70a5ba15eca9ebf737f1ed21b3b90744b83f2856bf69e93f7b66348f67d03 SHA512 c9f9724b0929e07ba56a90508b167d6a6971aa7dabcecd320b8abd60a80dd0542e86b0570f3a9db5a76057ad8c4e1f9ec6ff38460a76ccd745a4996f1d69e297 WHIRLPOOL 29ad017b470312651e4c7c4a9f782184107c5e1527d8babf6de9c8a5040c094bb713dbd28bacdeeb5757ab37cb7a55025d137e022aeea9c8a81a9f4f28928b8b +DIST mixlib-shellout-2.2.2.tar.gz 33495 SHA256 ecd1b4612465ab650b568c85af05c26cdea874d1bf00586b2c76830dd040bae6 SHA512 8ae64988347786c11c208f648a6b65d3e4b70822175ead4081e0073287baa1a61956193e82d48e7fe03f03c58c5b8678716579d70abb576f5531d32fba50e4c5 WHIRLPOOL f818fea924d616e2a64eb718dd3329e15bb304736985ce8eaa0a223c36db20a18a2e464dbe983292c6cebe1b3c4ddeb8683155c89d95985f79e91e645f4b8a60 diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.2.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.2.ebuild new file mode 100644 index 0000000..6d1fc6f --- /dev/null +++ b/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRA_DOC="CHANGELOG.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Run external commands on Unix or Windows" +HOMEPAGE="https://github.com/opscode/mixlib-shellout" +SRC_URI="https://github.com/opscode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +each_ruby_prepare() { + # Make sure we actually use the right interpreter for testing + sed -i -e "/ruby_eval/ s:ruby :${RUBY} :" spec/mixlib/shellout_spec.rb || die +}