summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-04-10 05:35:26 +0000
committerHans de Graaff <graaff@gentoo.org>2013-04-10 05:35:26 +0000
commitf1853380a2e5c70dd52684f7b7c4f95956ed5f81 (patch)
treef9a7db00295874cd6a22f03dcd3e4023a60bd225 /dev-ruby/multi_xml
parentVersion bump. (diff)
downloadgentoo-2-f1853380a2e5c70dd52684f7b7c4f95956ed5f81.tar.gz
gentoo-2-f1853380a2e5c70dd52684f7b7c4f95956ed5f81.tar.bz2
gentoo-2-f1853380a2e5c70dd52684f7b7c4f95956ed5f81.zip
Actually remove the now-unneeded prepare phase.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/multi_xml')
-rw-r--r--dev-ruby/multi_xml/ChangeLog5
-rw-r--r--dev-ruby/multi_xml/multi_xml-0.5.3.ebuild8
2 files changed, 5 insertions, 8 deletions
diff --git a/dev-ruby/multi_xml/ChangeLog b/dev-ruby/multi_xml/ChangeLog
index c8b5ba7c93f1..5abb55b4240e 100644
--- a/dev-ruby/multi_xml/ChangeLog
+++ b/dev-ruby/multi_xml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/multi_xml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.15 2013/04/10 05:32:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.16 2013/04/10 05:35:26 graaff Exp $
+
+ 10 Apr 2013; Hans de Graaff <graaff@gentoo.org> multi_xml-0.5.3.ebuild:
+ Actually remove the now-unneeded prepare phase.
*multi_xml-0.5.3 (10 Apr 2013)
diff --git a/dev-ruby/multi_xml/multi_xml-0.5.3.ebuild b/dev-ruby/multi_xml/multi_xml-0.5.3.ebuild
index 2e24e71c1aac..f04276d792a7 100644
--- a/dev-ruby/multi_xml/multi_xml-0.5.3.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.3.ebuild,v 1.1 2013/04/10 05:32:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.3.ebuild,v 1.2 2013/04/10 05:35:26 graaff Exp $
EAPI=4
@@ -24,12 +24,6 @@ IUSE=""
ruby_add_bdepend "doc? ( dev-ruby/yard )"
-all_ruby_prepare() {
- # Remove possible incompatible rspec options and bundler.
- #rm Gemfile .rspec || die
-:
-}
-
each_ruby_test() {
CI=true each_fakegem_test
}