diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-15 18:44:39 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-15 18:44:39 +0000 |
commit | 20f151db073323356c7aff92fb9706c49166c759 (patch) | |
tree | 55cd5ffa5b634a5b976e0c2fc532f2fd3c780615 /dev-ruby/ruby-romkan | |
parent | ppc stable, bug #243228 (diff) | |
download | gentoo-2-20f151db073323356c7aff92fb9706c49166c759.tar.gz gentoo-2-20f151db073323356c7aff92fb9706c49166c759.tar.bz2 gentoo-2-20f151db073323356c7aff92fb9706c49166c759.zip |
Remove the test.rb file even if src_test is not executed.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'dev-ruby/ruby-romkan')
-rw-r--r-- | dev-ruby/ruby-romkan/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-romkan/ruby-romkan-0.4-r1.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-ruby/ruby-romkan/ChangeLog b/dev-ruby/ruby-romkan/ChangeLog index 76c8950bbe51..cf1564b2aa31 100644 --- a/dev-ruby/ruby-romkan/ChangeLog +++ b/dev-ruby/ruby-romkan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-romkan # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.15 2008/01/27 20:05:57 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ChangeLog,v 1.16 2008/11/15 18:44:39 flameeyes Exp $ + + 15 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> + ruby-romkan-0.4-r1.ebuild: + Remove the test.rb file even if src_test is not executed. 27 Jan 2008; Fabian Groffen <grobian@gentoo.org> ruby-romkan-0.4-r1.ebuild: diff --git a/dev-ruby/ruby-romkan/ruby-romkan-0.4-r1.ebuild b/dev-ruby/ruby-romkan/ruby-romkan-0.4-r1.ebuild index dd8f12719e30..85495cf4e7ab 100644 --- a/dev-ruby/ruby-romkan/ruby-romkan-0.4-r1.ebuild +++ b/dev-ruby/ruby-romkan/ruby-romkan-0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r1.ebuild,v 1.15 2008/01/27 20:05:57 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-romkan/ruby-romkan-0.4-r1.ebuild,v 1.16 2008/11/15 18:44:39 flameeyes Exp $ inherit ruby @@ -15,5 +15,9 @@ DEPEND="virtual/ruby" src_test() { ./test.sh || die "test failed" +} + +src_install() { rm test.rb + ruby_src_install } |