summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-08-06 19:22:26 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-08-06 19:22:26 +0000
commit178daca6ca8e6b794f638bb69f071017cd1aeddc (patch)
tree326382585c45106e370a17f1d301245040046e8c /dev-ruby
parentamd64 stable wrt bug #543834 (diff)
downloadgentoo-2-178daca6ca8e6b794f638bb69f071017cd1aeddc.tar.gz
gentoo-2-178daca6ca8e6b794f638bb69f071017cd1aeddc.tar.bz2
gentoo-2-178daca6ca8e6b794f638bb69f071017cd1aeddc.zip
Version bump. Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/timecop/ChangeLog8
-rw-r--r--dev-ruby/timecop/timecop-0.8.0.ebuild (renamed from dev-ruby/timecop/timecop-0.7.3.ebuild)7
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-ruby/timecop/ChangeLog b/dev-ruby/timecop/ChangeLog
index a7dc24422b67..ee4eb4a25082 100644
--- a/dev-ruby/timecop/ChangeLog
+++ b/dev-ruby/timecop/ChangeLog
@@ -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 <mrueg@gentoo.org> +timecop-0.8.0.ebuild,
+ -timecop-0.7.3.ebuild:
+ Version bump. Remove old.
*timecop-0.7.4 (11 Jun 2015)
diff --git a/dev-ruby/timecop/timecop-0.7.3.ebuild b/dev-ruby/timecop/timecop-0.8.0.ebuild
index b285b9ed83bd..ace4931504ec 100644
--- a/dev-ruby/timecop/timecop-0.7.3.ebuild
+++ b/dev-ruby/timecop/timecop-0.8.0.ebuild
@@ -1,6 +1,6 @@
# 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.7.3.ebuild,v 1.2 2015/04/11 16:58:34 graaff Exp $
+# $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
@@ -15,18 +15,21 @@ RUBY_FAKEGEM_EXTRADOC="README.markdown"
inherit ruby-fakegem
DESCRIPTION="A gem providing 'time travel' and 'time freezing' capabilities"
-HOMEPAGE="http://github.com/jtrupiano/timecop"
+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