summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-06-28 06:13:57 +0000
committerHans de Graaff <graaff@gentoo.org>2012-06-28 06:13:57 +0000
commit01ab12dff6dca666861b97c4da71b2447d55b685 (patch)
tree650cedb3930633027ed2abcbc959ab527f70b182 /dev-ruby/gettext_i18n_rails
parentVersion bump. (diff)
downloadgentoo-2-01ab12dff6dca666861b97c4da71b2447d55b685.tar.gz
gentoo-2-01ab12dff6dca666861b97c4da71b2447d55b685.tar.bz2
gentoo-2-01ab12dff6dca666861b97c4da71b2447d55b685.zip
Remove old versions.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/gettext_i18n_rails')
-rw-r--r--dev-ruby/gettext_i18n_rails/ChangeLog6
-rw-r--r--dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.3.ebuild35
-rw-r--r--dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.5.ebuild40
3 files changed, 5 insertions, 76 deletions
diff --git a/dev-ruby/gettext_i18n_rails/ChangeLog b/dev-ruby/gettext_i18n_rails/ChangeLog
index 87e9d129c665..2b91e1c4332a 100644
--- a/dev-ruby/gettext_i18n_rails/ChangeLog
+++ b/dev-ruby/gettext_i18n_rails/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/gettext_i18n_rails
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 1.12 2012/05/17 10:48:14 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 1.13 2012/06/28 06:13:57 graaff Exp $
+
+ 28 Jun 2012; Hans de Graaff <graaff@gentoo.org>
+ -gettext_i18n_rails-0.4.3.ebuild, -gettext_i18n_rails-0.4.5.ebuild:
+ Remove old versions.
17 May 2012; Thomas Kahle <tomka@gentoo.org> gettext_i18n_rails-0.4.6.ebuild:
marked ~x86 per bug 396547
diff --git a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.3.ebuild b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.3.ebuild
deleted file mode 100644
index 1e8b24a21e04..000000000000
--- a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.3.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/gettext_i18n_rails/gettext_i18n_rails-0.4.3.ebuild,v 1.1 2012/01/15 10:35:16 graaff Exp $
-
-EAPI="4"
-
-# jruby support requires sqlite3 support for jruby.
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Readme.md"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb VERSION"
-
-inherit ruby-fakegem
-
-DESCRIPTION="FastGettext / Rails integration."
-HOMEPAGE="https://github.com/grosser/gettext_i18n_rails"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/activerecord )"
-ruby_add_rdepend "dev-ruby/fast_gettext"
-
-all_ruby_prepare() {
- rm Gemfile Gemfile.lock || die
-
- # Remove specs for slim, a template engine we don't package.
- rm spec/gettext_i18n_rails/slim_parser_spec.rb || die
-}
diff --git a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.5.ebuild b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.5.ebuild
deleted file mode 100644
index 9c804c2a2645..000000000000
--- a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.5.ebuild
+++ /dev/null
@@ -1,40 +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/gettext_i18n_rails/gettext_i18n_rails-0.4.5.ebuild,v 1.1 2012/04/02 06:24:47 graaff Exp $
-
-EAPI="4"
-
-# jruby support requires sqlite3 support for jruby.
-USE_RUBY="ruby18 ruby19 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Readme.md"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb VERSION"
-
-inherit ruby-fakegem
-
-DESCRIPTION="FastGettext / Rails integration."
-HOMEPAGE="https://github.com/grosser/gettext_i18n_rails"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/activerecord )"
-ruby_add_rdepend "dev-ruby/fast_gettext"
-
-all_ruby_prepare() {
- rm Gemfile Gemfile.lock || die
-
- # Remove specs for slim and hamlet, template engines we don't package.
- rm spec/gettext_i18n_rails/slim_parser_spec.rb spec/gettext_i18n_rails/hamlet_parser_spec.rb || die
-}
-
-each_ruby_test() {
- # Call specs directly because the Rakefile will use the wrong interpreter
- ${RUBY} -S rspec spec || die
-}