summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-05-17 15:34:27 +0000
committerHans de Graaff <graaff@gentoo.org>2012-05-17 15:34:27 +0000
commit6991b7602c077ef15b008c174246e4db5b8784d3 (patch)
treec56301aa17a651a685e902841e99d3a3e82a80a4 /dev-ruby
parentkeyword ~amd64-fbsd (diff)
downloadgentoo-2-6991b7602c077ef15b008c174246e4db5b8784d3.tar.gz
gentoo-2-6991b7602c077ef15b008c174246e4db5b8784d3.tar.bz2
gentoo-2-6991b7602c077ef15b008c174246e4db5b8784d3.zip
Remove old versions.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/multi_xml/ChangeLog6
-rw-r--r--dev-ruby/multi_xml/multi_xml-0.2.2.ebuild34
-rw-r--r--dev-ruby/multi_xml/multi_xml-0.3.0.ebuild33
-rw-r--r--dev-ruby/multi_xml/multi_xml-0.4.0.ebuild33
4 files changed, 5 insertions, 101 deletions
diff --git a/dev-ruby/multi_xml/ChangeLog b/dev-ruby/multi_xml/ChangeLog
index 7f7b205f142e..f90ddf9aa061 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.7 2012/04/09 12:47:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.8 2012/05/17 15:34:27 graaff Exp $
+
+ 17 May 2012; Hans de Graaff <graaff@gentoo.org> -multi_xml-0.2.2.ebuild,
+ -multi_xml-0.3.0.ebuild, -multi_xml-0.4.0.ebuild:
+ Remove old versions.
*multi_xml-0.4.2 (09 Apr 2012)
diff --git a/dev-ruby/multi_xml/multi_xml-0.2.2.ebuild b/dev-ruby/multi_xml/multi_xml-0.2.2.ebuild
deleted file mode 100644
index 8284438c6149..000000000000
--- a/dev-ruby/multi_xml/multi_xml-0.2.2.ebuild
+++ /dev/null
@@ -1,34 +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.2.2.ebuild,v 1.1 2011/07/20 19:11:44 graaff Exp $
-
-EAPI=4
-
-# jruby fails tests, may be fixed in next release since upstream has
-# already made plenty changes.
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC="doc:yard"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.mkd"
-
-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"
-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
-}
diff --git a/dev-ruby/multi_xml/multi_xml-0.3.0.ebuild b/dev-ruby/multi_xml/multi_xml-0.3.0.ebuild
deleted file mode 100644
index ebe3c88a952d..000000000000
--- a/dev-ruby/multi_xml/multi_xml-0.3.0.ebuild
+++ /dev/null
@@ -1,33 +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.3.0.ebuild,v 1.1 2011/08/12 18:17:31 graaff Exp $
-
-EAPI=4
-
-# jruby is no longer supported by upstream starting with 0.3.0
-USE_RUBY="ruby18 ree18"
-
-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"
-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
-}
diff --git a/dev-ruby/multi_xml/multi_xml-0.4.0.ebuild b/dev-ruby/multi_xml/multi_xml-0.4.0.ebuild
deleted file mode 100644
index 5d135aedd1b7..000000000000
--- a/dev-ruby/multi_xml/multi_xml-0.4.0.ebuild
+++ /dev/null
@@ -1,33 +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.0.ebuild,v 1.2 2011/09/29 12:13:53 graaff Exp $
-
-EAPI=4
-
-# jruby is no longer supported by upstream starting with 0.3.0
-USE_RUBY="ruby18 ree18"
-
-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
-}