summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-04-09 12:37:10 +0000
committerHans de Graaff <graaff@gentoo.org>2012-04-09 12:37:10 +0000
commit44415fd46cc5dde1d7495458d63c6d6bd3b9cc2a (patch)
tree9a9e5dae45d34bb3b6539a3ddbb5ecd35ba62e9e /dev-ruby/multi_json
parentCreate /etc/X11/Sessions/Xfce4 here now that startxfce4 is here too by MichaÅ... (diff)
downloadgentoo-2-44415fd46cc5dde1d7495458d63c6d6bd3b9cc2a.tar.gz
gentoo-2-44415fd46cc5dde1d7495458d63c6d6bd3b9cc2a.tar.bz2
gentoo-2-44415fd46cc5dde1d7495458d63c6d6bd3b9cc2a.zip
Remove old versions.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/multi_json')
-rw-r--r--dev-ruby/multi_json/ChangeLog6
-rw-r--r--dev-ruby/multi_json/multi_json-0.0.4.ebuild36
-rw-r--r--dev-ruby/multi_json/multi_json-1.0.2.ebuild40
-rw-r--r--dev-ruby/multi_json/multi_json-1.0.3.ebuild52
4 files changed, 5 insertions, 129 deletions
diff --git a/dev-ruby/multi_json/ChangeLog b/dev-ruby/multi_json/ChangeLog
index ccdc7bea8531..63b605348d66 100644
--- a/dev-ruby/multi_json/ChangeLog
+++ b/dev-ruby/multi_json/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/multi_json
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.15 2012/03/11 13:07:26 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.16 2012/04/09 12:37:10 graaff Exp $
+
+ 09 Apr 2012; Hans de Graaff <graaff@gentoo.org> -multi_json-0.0.4.ebuild,
+ -multi_json-1.0.2.ebuild, -multi_json-1.0.3.ebuild:
+ Remove old versions.
11 Mar 2012; Brent Baude <ranger@gentoo.org> multi_json-1.0.4.ebuild:
Marking multi_json-1.0.4 ~ppc64 for bug 396043
diff --git a/dev-ruby/multi_json/multi_json-0.0.4.ebuild b/dev-ruby/multi_json/multi_json-0.0.4.ebuild
deleted file mode 100644
index 60f87b11cd5f..000000000000
--- a/dev-ruby/multi_json/multi_json-0.0.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-0.0.4.ebuild,v 1.2 2010/10/02 12:22:11 graaff Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-RUBY_FAKEGEM_TASK_DOC="rdoc"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A gem to provide swappable JSON backends"
-HOMEPAGE="http://github.com/intridea/multi_json"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "|| ( dev-ruby/json dev-ruby/yajl-ruby dev-ruby/activesupport )"
-
-# I've switched one of the tests from requiring yajl to requiring
-# json-pure since it's the only implementation that is available for
-# all the Ruby interpreters we support.
-ruby_add_bdepend "test? ( dev-ruby/rspec:0 dev-ruby/json )"
-
-RUBY_PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die "Unable to remove bundler."
-}
diff --git a/dev-ruby/multi_json/multi_json-1.0.2.ebuild b/dev-ruby/multi_json/multi_json-1.0.2.ebuild
deleted file mode 100644
index c6dc4acecea8..000000000000
--- a/dev-ruby/multi_json/multi_json-1.0.2.ebuild
+++ /dev/null
@@ -1,40 +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_json/multi_json-1.0.2.ebuild,v 1.1 2011/05/24 09:09:20 graaff Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-RUBY_FAKEGEM_TASK_DOC="rdoc"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="multi_json.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A gem to provide swappable JSON backends"
-HOMEPAGE="http://github.com/intridea/multi_json"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "|| ( >=dev-ruby/json-1.4 >=dev-ruby/yajl-ruby-0.7 =dev-ruby/activesupport-3* )"
-
-# I've switched one of the tests from requiring yajl to requiring
-# json-pure since it's the only implementation that is available for
-# all the Ruby interpreters we support.
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/json )"
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die "Unable to remove bundler."
- rm Gemfile || die "Unable to remove bundler Gemfile."
-
- # Provide version otherwise provided by bundler.
- sed -i -e "s/#{MultiJson::VERSION}/${PV}/" Rakefile || die
-}
diff --git a/dev-ruby/multi_json/multi_json-1.0.3.ebuild b/dev-ruby/multi_json/multi_json-1.0.3.ebuild
deleted file mode 100644
index 0617db5f5259..000000000000
--- a/dev-ruby/multi_json/multi_json-1.0.3.ebuild
+++ /dev/null
@@ -1,52 +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_json/multi_json-1.0.3.ebuild,v 1.2 2011/11/05 17:43:44 graaff Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-RUBY_FAKEGEM_TASK_DOC="rdoc"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="multi_json.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A gem to provide swappable JSON backends"
-HOMEPAGE="http://github.com/intridea/multi_json"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "|| ( >=dev-ruby/json-1.4 >=dev-ruby/yajl-ruby-0.7 =dev-ruby/activesupport-3* )"
-
-# I've switched one of the tests from requiring yajl to requiring
-# json-pure since it's the only implementation that is available for all
-# the Ruby interpreters we support. This is fixed upstream in 1.0.2 but
-# got broken again in 1.0.3:
-# https://github.com/intridea/multi_json/issues/18
-RUBY_PATCHES=( "${FILESDIR}/${P}-gentoo.patch" )
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/json )"
-
-USE_RUBY=ruby18 ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"
-USE_RUBY=ruby19 ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"
-USE_RUBY=ree18 ruby_add_bdepend "test? ( dev-ruby/yajl-ruby )"
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/d' Rakefile spec/helper.rb || die "Unable to remove bundler."
- rm Gemfile || die "Unable to remove bundler Gemfile."
-
- # Remove simplecov support since we only care about the test results
- # and this avoids another dependency.
- sed -i -e '/[Ss]imple[Cc]ov/d' spec/helper.rb || die
-
- # Provide version otherwise provided by bundler.
- sed -i -e "s/#{MultiJson::VERSION}/${PV}/" Rakefile || die
-}