summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-11-05 07:00:14 +0000
committerHans de Graaff <graaff@gentoo.org>2013-11-05 07:00:14 +0000
commit0342710eef4ca1861cbb21e51a6ac5537df5cbdc (patch)
tree5e5b7fc29ba34a97afbfe8896bbffa8849cf1254 /dev-ruby/i18n
parentVersion bump. Drop ree18, add ruby20. EAPI 5. (diff)
downloadgentoo-2-0342710eef4ca1861cbb21e51a6ac5537df5cbdc.tar.gz
gentoo-2-0342710eef4ca1861cbb21e51a6ac5537df5cbdc.tar.bz2
gentoo-2-0342710eef4ca1861cbb21e51a6ac5537df5cbdc.zip
Cleanup.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/i18n')
-rw-r--r--dev-ruby/i18n/ChangeLog5
-rw-r--r--dev-ruby/i18n/i18n-0.6.4.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/dev-ruby/i18n/ChangeLog b/dev-ruby/i18n/ChangeLog
index cf41045d3aad..bb64eba25479 100644
--- a/dev-ruby/i18n/ChangeLog
+++ b/dev-ruby/i18n/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/i18n
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.55 2013/08/14 06:39:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.56 2013/11/05 07:00:14 graaff Exp $
+
+ 05 Nov 2013; Hans de Graaff <graaff@gentoo.org> -i18n-0.6.4.ebuild:
+ Cleanup.
*i18n-0.6.5 (14 Aug 2013)
diff --git a/dev-ruby/i18n/i18n-0.6.4.ebuild b/dev-ruby/i18n/i18n-0.6.4.ebuild
deleted file mode 100644
index 5ac16972b4cc..000000000000
--- a/dev-ruby/i18n/i18n-0.6.4.ebuild
+++ /dev/null
@@ -1,32 +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/i18n/i18n-0.6.4.ebuild,v 1.1 2013/03/10 08:45:59 graaff Exp $
-
-EAPI=4
-
-USE_RUBY="ruby18 jruby ree18 ruby19"
-
-RUBY_FAKEGEM_RECIPE_TEST="test"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.textile 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 dev-ruby/test_declarative )"
-
-each_ruby_test() {
- ${RUBY} -w -Ilib -Itest test/all.rb
-}
-
-all_ruby_prepare() {
- #Bundler isn't really necessary here, and it doesn't work with jruby
- sed -i -e "15s/require 'bundler\/setup'//" test/test_helper.rb || die
-}