diff options
Diffstat (limited to 'dev-ruby/mixlib-shellout')
-rw-r--r-- | dev-ruby/mixlib-shellout/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/mixlib-shellout/mixlib-shellout-2.2.5.ebuild | 27 | ||||
-rw-r--r-- | dev-ruby/mixlib-shellout/mixlib-shellout-2.2.6.ebuild | 27 |
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-ruby/mixlib-shellout/Manifest b/dev-ruby/mixlib-shellout/Manifest index ba1529ee7fff..47a7de2a0284 100644 --- a/dev-ruby/mixlib-shellout/Manifest +++ b/dev-ruby/mixlib-shellout/Manifest @@ -1,3 +1 @@ -DIST mixlib-shellout-2.2.5.tar.gz 34197 SHA256 7ae14c18731359e823ecadece612480cb7097e4d73a0f07158452dd46c86d7c7 SHA512 5d65c3665ef2a51fe9468268efc595cded6a798cd8a1879f12a3e7712be718cad0706a2602406683d039f1e4675a8e023f2cce8d9d4e3af8e95d7597c8381826 WHIRLPOOL 813395d956296b70bfc97e26fcbce047acf228664cada0642bff504d29d65b460daa3cb7ce6eb7e8fa2af5be7034123fc4e5d839ac01aae25fa8e6937eb575bb -DIST mixlib-shellout-2.2.6.tar.gz 34296 SHA256 55e98741c35edfa5149d1c046dac898504c22747840a96baee2e98d15b41f5ea SHA512 f329c19ae560ac36349efa106600aa52287fbfb89aebeebbc3a0865bc81b97216a21f59517a904ca558000808546c4f7d05768f50a82e2488c1b016454f000b2 WHIRLPOOL 20d48ca4f9eadedc130bea1c470307ec4c7bdb18fea6cd8fa9bbf3563ed1d17cd55f0d937971d35f147f62ef917c2b75b95970a5115864e69b06c8b2de82ed13 DIST mixlib-shellout-2.2.7.tar.gz 35122 SHA256 9fc9cd467d27ac3cb50cb3993a55d1aeb04ec92e74de4b2d73d839bce9f2e6e9 SHA512 e1179e296471d3aa0c22f2d7a9dfd957da4870f7fd5456c9f6788fca6a1efc62487fd719e45a6c3f85539db46cad0fbf4a67eddac087393004a179a19ce36fa3 WHIRLPOOL 35e98ebedb21c5a5852cac4d734ea90206a1a727c2884a82411126b42d03ef39ef611447240ba8ebe7b0b91448fc86d501eb83ef709a194d5115bd632ff4132e diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.5.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.5.ebuild deleted file mode 100644 index 1948abeecba6..000000000000 --- a/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="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 -} diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.6.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.6.ebuild deleted file mode 100644 index 4b84f8033293..000000000000 --- a/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="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 -} |