summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-07-22 05:53:19 +0000
committerHans de Graaff <graaff@gentoo.org>2014-07-22 05:53:19 +0000
commit560beab91778f081c53ae07d60c1093c9d6fcfa3 (patch)
tree52a18c6dc8b231be7ff53716d578529c16b1bfd3 /dev-ruby/mixlib-shellout
parentVersion bump. Remove old (diff)
downloadgentoo-2-560beab91778f081c53ae07d60c1093c9d6fcfa3.tar.gz
gentoo-2-560beab91778f081c53ae07d60c1093c9d6fcfa3.tar.bz2
gentoo-2-560beab91778f081c53ae07d60c1093c9d6fcfa3.zip
Cleanup.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/mixlib-shellout')
-rw-r--r--dev-ruby/mixlib-shellout/ChangeLog6
-rw-r--r--dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild23
-rw-r--r--dev-ruby/mixlib-shellout/mixlib-shellout-1.1.0.ebuild28
3 files changed, 5 insertions, 52 deletions
diff --git a/dev-ruby/mixlib-shellout/ChangeLog b/dev-ruby/mixlib-shellout/ChangeLog
index 4ac6001261ba..beba4c8e6ed8 100644
--- a/dev-ruby/mixlib-shellout/ChangeLog
+++ b/dev-ruby/mixlib-shellout/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/mixlib-shellout
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.7 2014/04/05 23:31:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/ChangeLog,v 1.8 2014/07/22 05:53:19 graaff Exp $
+
+ 22 Jul 2014; Hans de Graaff <graaff@gentoo.org>
+ -mixlib-shellout-1.0.0.ebuild, -mixlib-shellout-1.1.0.ebuild:
+ Cleanup.
05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> mixlib-shellout-1.0.0.ebuild,
mixlib-shellout-1.1.0.ebuild, mixlib-shellout-1.3.0.ebuild:
diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild
deleted file mode 100644
index 0c5a1360d40b..000000000000
--- a/dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.0.0.ebuild,v 1.4 2014/04/05 23:31:18 mrueg Exp $
-
-EAPI=4
-USE_RUBY="ruby19"
-
-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="http://github.com/opscode/mixlib-shellout"
-SRC_URI="https://github.com/opscode/${PN}/tarball/${PV} -> ${P}.tgz"
-RUBY_S="opscode-${PN}-*"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-1.1.0.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-1.1.0.ebuild
deleted file mode 100644
index 580da232c223..000000000000
--- a/dev-ruby/mixlib-shellout/mixlib-shellout-1.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-shellout/mixlib-shellout-1.1.0.ebuild,v 1.2 2014/04/05 23:31:18 mrueg Exp $
-
-EAPI=4
-USE_RUBY="ruby19"
-
-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="http://github.com/opscode/mixlib-shellout"
-SRC_URI="https://github.com/opscode/${PN}/tarball/${PV} -> ${P}.tgz"
-RUBY_S="opscode-${PN}-*"
-
-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
-}