diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-03-08 06:25:58 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-03-08 06:25:58 +0000 |
commit | 9efae4b2a5701d1bb612209e51daa59735cb5fb5 (patch) | |
tree | 3d179f6acae6569fc3adc9f3a44eb155b30cf892 /dev-ruby | |
parent | Fix cross-compiling. Again. (diff) | |
download | gentoo-2-9efae4b2a5701d1bb612209e51daa59735cb5fb5.tar.gz gentoo-2-9efae4b2a5701d1bb612209e51daa59735cb5fb5.tar.bz2 gentoo-2-9efae4b2a5701d1bb612209e51daa59735cb5fb5.zip |
Cleanup.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/gettext_i18n_rails/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.6.ebuild | 40 | ||||
-rw-r--r-- | dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.6.6.ebuild | 35 |
3 files changed, 6 insertions, 77 deletions
diff --git a/dev-ruby/gettext_i18n_rails/ChangeLog b/dev-ruby/gettext_i18n_rails/ChangeLog index 1ff81d6eabe8..eadb14ba54ea 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.19 2012/12/22 07:41:43 graaff Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 1.20 2013/03/08 06:25:58 graaff Exp $ + + 08 Mar 2013; Hans de Graaff <graaff@gentoo.org> + -gettext_i18n_rails-0.4.6.ebuild, -gettext_i18n_rails-0.6.6.ebuild: + Cleanup. *gettext_i18n_rails-0.8.0 (22 Dec 2012) diff --git a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.6.ebuild b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.6.ebuild deleted file mode 100644 index c6e271f2c508..000000000000 --- a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.4.6.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.6.ebuild,v 1.3 2012/07/01 07:26:09 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 ~x86" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/activerecord[sqlite3] )" -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 -} diff --git a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.6.6.ebuild b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.6.6.ebuild deleted file mode 100644 index f003befa503f..000000000000 --- a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.6.6.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.6.6.ebuild,v 1.1 2012/08/06 18:13:45 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" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/activerecord[sqlite3] dev-ruby/temple )" -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 -} |