diff options
Diffstat (limited to 'dev-ruby')
-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 } |