diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-11-04 06:53:01 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-11-04 06:53:01 +0000 |
commit | 6fe8cdb90c03f22cf430294e8e6af44a63b169e1 (patch) | |
tree | f7f769be15312f8e9935c25f89a10948995c5014 /dev-ruby/gettext_i18n_rails | |
parent | Fixed building with >=perl-5.18 (bug #484022) (diff) | |
download | gentoo-2-6fe8cdb90c03f22cf430294e8e6af44a63b169e1.tar.gz gentoo-2-6fe8cdb90c03f22cf430294e8e6af44a63b169e1.tar.bz2 gentoo-2-6fe8cdb90c03f22cf430294e8e6af44a63b169e1.zip |
Cleanup.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/gettext_i18n_rails')
-rw-r--r-- | dev-ruby/gettext_i18n_rails/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.7.1.ebuild | 35 | ||||
-rw-r--r-- | dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.8.0.ebuild | 35 |
3 files changed, 5 insertions, 71 deletions
diff --git a/dev-ruby/gettext_i18n_rails/ChangeLog b/dev-ruby/gettext_i18n_rails/ChangeLog index 2d7028847f63..a0b20333dd24 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 1.23 2013/07/17 06:48:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 1.24 2013/11/04 06:53:01 graaff Exp $ + + 04 Nov 2013; Hans de Graaff <graaff@gentoo.org> + -gettext_i18n_rails-0.7.1.ebuild, -gettext_i18n_rails-0.8.0.ebuild: + Cleanup. *gettext_i18n_rails-0.10.0 (17 Jul 2013) diff --git a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.7.1.ebuild b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.7.1.ebuild deleted file mode 100644 index 27f7ff95eddc..000000000000 --- a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.7.1.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.7.1.ebuild,v 1.2 2012/11/25 18:50:12 tomka 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_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_EXTRAINSTALL="init.rb" - -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/activerecord[sqlite3] dev-ruby/temple )" -ruby_add_rdepend ">=dev-ruby/fast_gettext-0.4.8" - -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 -} diff --git a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.8.0.ebuild b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.8.0.ebuild deleted file mode 100644 index 7b5c959731d4..000000000000 --- a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.8.0.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.8.0.ebuild,v 1.1 2012/12/22 07:41:43 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_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_EXTRAINSTALL="init.rb" - -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/activerecord[sqlite3] dev-ruby/temple )" -ruby_add_rdepend ">=dev-ruby/fast_gettext-0.4.8" - -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/haml_parser_spec.rb || die -} |