summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-07-18 06:19:37 +0000
committerHans de Graaff <graaff@gentoo.org>2013-07-18 06:19:37 +0000
commitefa3c2ff8ec43512bb8e83df9430e102b9717449 (patch)
tree483f126394604406795c9e7eb8a033474dfa6a95 /dev-ruby/multi_xml
parentVersion bump. (diff)
downloadgentoo-2-efa3c2ff8ec43512bb8e83df9430e102b9717449.tar.gz
gentoo-2-efa3c2ff8ec43512bb8e83df9430e102b9717449.tar.bz2
gentoo-2-efa3c2ff8ec43512bb8e83df9430e102b9717449.zip
Cleanup.
(Portage version: 2.1.12.2/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.2.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/dev-ruby/multi_xml/ChangeLog b/dev-ruby/multi_xml/ChangeLog
index 5abb55b4240e..044152fb284b 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.16 2013/04/10 05:35:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.17 2013/07/18 06:19:37 graaff Exp $
+
+ 18 Jul 2013; Hans de Graaff <graaff@gentoo.org> -multi_xml-0.5.2.ebuild:
+ Cleanup.
10 Apr 2013; Hans de Graaff <graaff@gentoo.org> multi_xml-0.5.3.ebuild:
Actually remove the now-unneeded prepare phase.
diff --git a/dev-ruby/multi_xml/multi_xml-0.5.2.ebuild b/dev-ruby/multi_xml/multi_xml-0.5.2.ebuild
deleted file mode 100644
index e417e31cfb83..000000000000
--- a/dev-ruby/multi_xml/multi_xml-0.5.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.2.ebuild,v 1.1 2013/01/11 12:32:19 graaff Exp $
-
-EAPI=4
-
-USE_RUBY="ruby18 ree18 ruby19 jruby"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC="doc:yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generic swappable back-end for XML parsing"
-HOMEPAGE="http://rdoc.info/gems/multi_xml"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-SLOT="0"
-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
-}