summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-03-12 06:57:13 +0000
committerHans de Graaff <graaff@gentoo.org>2015-03-12 06:57:13 +0000
commit5744a0796c998a0ff7649245800270063b3872ef (patch)
treef5800434e232aa6a6a4b953fe17477d1d9c137c4 /dev-ruby/i18n
parentCreate stable candidate. (diff)
downloadgentoo-2-5744a0796c998a0ff7649245800270063b3872ef.tar.gz
gentoo-2-5744a0796c998a0ff7649245800270063b3872ef.tar.bz2
gentoo-2-5744a0796c998a0ff7649245800270063b3872ef.zip
Cleanup.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/i18n')
-rw-r--r--dev-ruby/i18n/ChangeLog7
-rw-r--r--dev-ruby/i18n/i18n-0.6.9.ebuild36
2 files changed, 5 insertions, 38 deletions
diff --git a/dev-ruby/i18n/ChangeLog b/dev-ruby/i18n/ChangeLog
index f5940d868ab4..778f2473065e 100644
--- a/dev-ruby/i18n/ChangeLog
+++ b/dev-ruby/i18n/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/i18n
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.70 2014/12/31 12:18:07 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.71 2015/03/12 06:57:13 graaff Exp $
+
+ 12 Mar 2015; Hans de Graaff <graaff@gentoo.org> -i18n-0.6.9.ebuild:
+ Cleanup.
31 Dec 2014; Hans de Graaff <graaff@gentoo.org> i18n-0.6.9.ebuild,
i18n-0.6.9-r1.ebuild, i18n-0.6.11.ebuild:
diff --git a/dev-ruby/i18n/i18n-0.6.9.ebuild b/dev-ruby/i18n/i18n-0.6.9.ebuild
deleted file mode 100644
index ed115223cdf7..000000000000
--- a/dev-ruby/i18n/i18n-0.6.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.9.ebuild,v 1.4 2014/12/31 12:18:07 graaff Exp $
-
-EAPI=5
-
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_RECIPE_TEST="test"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.textile"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Add Internationalization support to your Ruby application"
-HOMEPAGE="http://rails-i18n.org/"
-
-LICENSE="MIT"
-SLOT="0.6"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/activesupport
- dev-ruby/mocha:0.12
- dev-ruby/test_declarative )"
-
-each_ruby_test() {
- ${RUBY} -w -Ilib -Itest test/all.rb || die
-}
-
-all_ruby_prepare() {
- #Bundler isn't really necessary here, and it doesn't work with jruby
- #Tests fail for ruby18 with >=mocha-0.13
- sed -i -e "15s/require 'bundler\/setup'//"\
- -e "/require 'mocha'/i gem 'mocha', '~>0.12.0'" test/test_helper.rb || die
-}