diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-01-25 00:37:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-01-25 00:37:24 +0000 |
commit | 96ff2eb5ea67470e217c997fb721d6eecf4e3e49 (patch) | |
tree | bb60ec7ebf117ab34f58ddbeb3e5ce0fbe49a974 /dev-ruby/rubypants | |
parent | Fix installation of gemspec to declare the dependency over multi_json (compat... (diff) | |
download | gentoo-2-96ff2eb5ea67470e217c997fb721d6eecf4e3e49.tar.gz gentoo-2-96ff2eb5ea67470e217c997fb721d6eecf4e3e49.tar.bz2 gentoo-2-96ff2eb5ea67470e217c997fb721d6eecf4e3e49.zip |
Bump to remove use of original gemspec metadata; it would have gone to look for 'rubypants.rb' for many minutes otherwise.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rubypants')
-rw-r--r-- | dev-ruby/rubypants/ChangeLog | 11 | ||||
-rw-r--r-- | dev-ruby/rubypants/rubypants-0.2.0-r3.ebuild (renamed from dev-ruby/rubypants/rubypants-0.2.0-r2.ebuild) | 10 |
2 files changed, 17 insertions, 4 deletions
diff --git a/dev-ruby/rubypants/ChangeLog b/dev-ruby/rubypants/ChangeLog index e1a36dca7e53..ee90dafbd2a1 100644 --- a/dev-ruby/rubypants/ChangeLog +++ b/dev-ruby/rubypants/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-ruby/rubypants -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/ChangeLog,v 1.13 2011/06/13 10:19:15 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/ChangeLog,v 1.14 2012/01/25 00:37:24 flameeyes Exp $ + +*rubypants-0.2.0-r3 (25 Jan 2012) + + 25 Jan 2012; Diego E. Pettenò <flameeyes@gentoo.org> + +rubypants-0.2.0-r3.ebuild, -rubypants-0.2.0-r2.ebuild: + Bump to remove use of original gemspec metadata; it would have gone to look + for 'rubypants.rb' for many minutes otherwise. 13 Jun 2011; Hans de Graaff <graaff@gentoo.org> rubypants-0.2.0-r1.ebuild, rubypants-0.2.0-r2.ebuild: diff --git a/dev-ruby/rubypants/rubypants-0.2.0-r2.ebuild b/dev-ruby/rubypants/rubypants-0.2.0-r3.ebuild index e5c3ff93d478..a99641599122 100644 --- a/dev-ruby/rubypants/rubypants-0.2.0-r2.ebuild +++ b/dev-ruby/rubypants/rubypants-0.2.0-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0-r2.ebuild,v 1.3 2011/06/13 10:19:15 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0-r3.ebuild,v 1.1 2012/01/25 00:37:24 flameeyes Exp $ EAPI=2 @@ -21,6 +21,12 @@ IUSE="" ruby_add_bdepend "test? ( virtual/ruby-test-unit )" +all_ruby_prepare() { + # the metadata format is ancient, and has quite a bit of trouble, + # remove it and let it use a generated one. + rm ../metadata +} + each_ruby_install() { ruby_fakegem_install_gemspec |