mrueg       15/08/06 19:22:26

  Modified:             ChangeLog
  Added:                timecop-0.8.0.ebuild
  Removed:              timecop-0.7.3.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.31                 dev-ruby/timecop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/ChangeLog?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/ChangeLog?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   11 Jun 2015 05:15:49 -0000      1.30
+++ ChangeLog   6 Aug 2015 19:22:26 -0000       1.31
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/timecop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.30 
2015/06/11 05:15:49 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.31 
2015/08/06 19:22:26 mrueg Exp $
+
+*timecop-0.8.0 (06 Aug 2015)
+
+  06 Aug 2015; Manuel RĂ¼ger <mr...@gentoo.org> +timecop-0.8.0.ebuild,
+  -timecop-0.7.3.ebuild:
+  Version bump. Remove old.
 
 *timecop-0.7.4 (11 Jun 2015)
 



1.1                  dev-ruby/timecop/timecop-0.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/timecop-0.8.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/timecop/timecop-0.8.0.ebuild?rev=1.1&content-type=text/plain

Index: timecop-0.8.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.8.0.ebuild,v 1.1 
2015/08/06 19:22:26 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_TASK_TEST="test"

RUBY_FAKEGEM_TASK_DOC="rdoc"
RUBY_FAKEGEM_DOCDIR="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.markdown"

inherit ruby-fakegem

DESCRIPTION="A gem providing 'time travel' and 'time freezing' capabilities"
HOMEPAGE="https://github.com/jtrupiano/timecop";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""

# Missing testdep activesupport
ruby_add_bdepend "test? ( dev-ruby/mocha )"

all_ruby_prepare() {
        sed -i -e '/bundler/ s:^:#:' -e '/History.rdoc/d' Rakefile 
test/test_helper.rb || die
        sed -i -e '/rubygems/ a\gem "test-unit"' test/test_helper.rb || die
        # FIXME after activesupport gained ruby22 support
        rm test/time_stack_item_test.rb || die 
}
each_ruby_prepare() {
        sed -i -e "/bin\/sh/ a\RUBY='${RUBY}'" test/run_tests.sh || die
}




Reply via email to