diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-08-28 05:26:15 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-08-28 05:26:15 +0000 |
commit | 25944f173517affdf3bc6ce3c1f3ebd04d72531d (patch) | |
tree | a1bcb33f8308f2892278d91a5b1f75401221b344 /dev-ruby/multi_xml | |
parent | Cleanup. (diff) | |
download | historical-25944f173517affdf3bc6ce3c1f3ebd04d72531d.tar.gz historical-25944f173517affdf3bc6ce3c1f3ebd04d72531d.tar.bz2 historical-25944f173517affdf3bc6ce3c1f3ebd04d72531d.zip |
Cleanup.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/multi_xml')
-rw-r--r-- | dev-ruby/multi_xml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/multi_xml/multi_xml-0.4.1.ebuild | 35 | ||||
-rw-r--r-- | dev-ruby/multi_xml/multi_xml-0.4.2.ebuild | 35 |
3 files changed, 5 insertions, 71 deletions
diff --git a/dev-ruby/multi_xml/ChangeLog b/dev-ruby/multi_xml/ChangeLog index 1ddc3a37af1c..394ee42a4f7d 100644 --- a/dev-ruby/multi_xml/ChangeLog +++ b/dev-ruby/multi_xml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/multi_xml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.10 2012/08/14 04:32:48 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.11 2012/08/28 05:24:47 graaff Exp $ + + 28 Aug 2012; Hans de Graaff <graaff@gentoo.org> -multi_xml-0.4.1.ebuild, + -multi_xml-0.4.2.ebuild: + Cleanup. 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> multi_xml-0.5.1.ebuild: Port to rspec helper for testing. diff --git a/dev-ruby/multi_xml/multi_xml-0.4.1.ebuild b/dev-ruby/multi_xml/multi_xml-0.4.1.ebuild deleted file mode 100644 index f05996fffdec..000000000000 --- a/dev-ruby/multi_xml/multi_xml-0.4.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 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.4.1.ebuild,v 1.2 2011/12/28 12:02:08 graaff Exp $ - -EAPI=4 - -# jruby is no longer supported by upstream starting with 0.3.0 -USE_RUBY="ruby18 ree18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="doc:yard" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_TASK_TEST="spec" - -inherit ruby-fakegem - -DESCRIPTION="A generic swappable back-end for XML parsing" -HOMEPAGE="http://rdoc.info/gems/multi_xml" -LICENSE="MIT" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -ruby_add_bdepend "doc? ( dev-ruby/yard )" -ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.5:2 )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile spec/helper.rb || die - sed -i -e '/[Ss]imple[Cc]ov/d' spec/helper.rb || die - - epatch "${FILESDIR}/${P}-ruby19.patch" -} diff --git a/dev-ruby/multi_xml/multi_xml-0.4.2.ebuild b/dev-ruby/multi_xml/multi_xml-0.4.2.ebuild deleted file mode 100644 index 2d84bbc0f1a0..000000000000 --- a/dev-ruby/multi_xml/multi_xml-0.4.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 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.4.2.ebuild,v 1.1 2012/04/09 12:47:46 graaff Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ree18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="doc:yard" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_TASK_TEST="spec" - -inherit ruby-fakegem - -DESCRIPTION="A generic swappable back-end for XML parsing" -HOMEPAGE="http://rdoc.info/gems/multi_xml" -LICENSE="MIT" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -ruby_add_bdepend "doc? ( dev-ruby/yard )" -ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.5:2 )" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile spec/helper.rb || die - sed -i -e '/[Ss]imple[Cc]ov/d' spec/helper.rb || die - - # Remove possible incompatible rspec options. - rm .rspec || die -} |