summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-09-03 07:19:37 +0200
committerHans de Graaff <graaff@gentoo.org>2015-09-04 07:01:56 +0200
commit1bec36f738c05b691ee21f2b554729d289cc3d6e (patch)
tree5d8af3c3f1f4d1cc9bee731cf91b7759e2377eaf /dev-ruby/mixlib-shellout
parentdev-ruby/amq-protocol: version bump (diff)
downloadgentoo-1bec36f738c05b691ee21f2b554729d289cc3d6e.tar.gz
gentoo-1bec36f738c05b691ee21f2b554729d289cc3d6e.tar.bz2
gentoo-1bec36f738c05b691ee21f2b554729d289cc3d6e.zip
dev-ruby/mixlib-shellout: cleanup
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ruby/mixlib-shellout')
-rw-r--r--dev-ruby/mixlib-shellout/Manifest2
-rw-r--r--dev-ruby/mixlib-shellout/mixlib-shellout-1.6.1.ebuild27
-rw-r--r--dev-ruby/mixlib-shellout/mixlib-shellout-2.0.1.ebuild27
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-ruby/mixlib-shellout/Manifest b/dev-ruby/mixlib-shellout/Manifest
index 587ca9db44fd..481394520e00 100644
--- a/dev-ruby/mixlib-shellout/Manifest
+++ b/dev-ruby/mixlib-shellout/Manifest
@@ -1,3 +1 @@
-DIST mixlib-shellout-1.6.1.tar.gz 30601 SHA256 98949512840f800283b2b065b1b2c605e4b899e0b950624b8f84ab17b0d07dc8 SHA512 1a95e4b5520695808e03d45b8b3889b3a343d3d76561572ca99f705998fb68a0f7bbb0b6ca5655cc454d71f4cba24ff07cde7f0301bfcca803e66104cf885f15 WHIRLPOOL 7c2e4a2df53fa820f61ff231a66ea97590e0198e8c4b5d5ba92d3d1ba0714184c681bc66060e1fb54dfedd61dbc96938ee19cf2618c1345767605520d43d93d7
-DIST mixlib-shellout-2.0.1.tar.gz 31038 SHA256 f1a64b5882b125acf87fc9699a2c461a5e7dff443d9bc76fa8f3f25798a60044 SHA512 224952f0114dd39d31d0401bbccbf76d60b9461559b742223c0e8b95600bb3d9938957c03a4cdefc06898c5cb4035539a10298698052ebf42ed41dd9a3384cc1 WHIRLPOOL c86738088ed920c695b4b07900ca801de7ae4fb5856c736cbeaa211fca362ee4a658c64487d4933ed0a822f8a44167ccd3fbda64c8d97981e9bd8f840c837a54
DIST mixlib-shellout-2.1.0.tar.gz 32800 SHA256 8dcc6ae1be5dc3055808b3d40a9155520e6188f1772f6f5e4ecf037ab7a5283d SHA512 15fef2f9b661ac02edecfd4c48b00866e34bc361f2070da4382991e0455ab15650327209cbcae153fcface727c47efc75d7f9dac2a92867fd148941942f117d8 WHIRLPOOL 7e039b721d73d2b4531a3d69224358c67e2afb3d051cd1cf21380a1c47b23523c2e1115184542999fee4f63f9bdafd64e4d67d3133d269043f2828449d374e02
diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-1.6.1.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-1.6.1.ebuild
deleted file mode 100644
index 7b237a7c7f6c..000000000000
--- a/dev-ruby/mixlib-shellout/mixlib-shellout-1.6.1.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="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_EXTRA_DOC="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.0.1.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-2.0.1.ebuild
deleted file mode 100644
index 7b237a7c7f6c..000000000000
--- a/dev-ruby/mixlib-shellout/mixlib-shellout-2.0.1.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="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_EXTRA_DOC="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
-}