summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-03-27 12:11:56 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-03-27 12:11:56 +0000
commit6e153e797aaf3275c10aa32929c96ec0bd4c3f4f (patch)
tree3806a75633874d14a728e9307b7c9e8018fc6095 /dev-ruby/timecop
parentUpstream re-released 4.3.10 version (diff)
downloadgentoo-2-6e153e797aaf3275c10aa32929c96ec0bd4c3f4f.tar.gz
gentoo-2-6e153e797aaf3275c10aa32929c96ec0bd4c3f4f.tar.bz2
gentoo-2-6e153e797aaf3275c10aa32929c96ec0bd4c3f4f.zip
Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/timecop')
-rw-r--r--dev-ruby/timecop/ChangeLog5
-rw-r--r--dev-ruby/timecop/timecop-0.5.9.2.ebuild33
2 files changed, 4 insertions, 34 deletions
diff --git a/dev-ruby/timecop/ChangeLog b/dev-ruby/timecop/ChangeLog
index 55a7a6bd7b35..19f1dbe92418 100644
--- a/dev-ruby/timecop/ChangeLog
+++ b/dev-ruby/timecop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/timecop
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.13 2014/03/24 15:12:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.14 2014/03/27 12:11:55 mrueg Exp $
+
+ 27 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -timecop-0.5.9.2.ebuild:
+ Cleanup old.
24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> timecop-0.6.0.ebuild:
Stable for ppc, wrt bug #503684
diff --git a/dev-ruby/timecop/timecop-0.5.9.2.ebuild b/dev-ruby/timecop/timecop-0.5.9.2.ebuild
deleted file mode 100644
index c66efdd37e1d..000000000000
--- a/dev-ruby/timecop/timecop-0.5.9.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.5.9.2.ebuild,v 1.1 2013/09/11 14:09:09 mrueg Exp $
-
-EAPI=5
-
-USE_RUBY="ruby18 ruby19 jruby"
-
-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="http://github.com/jtrupiano/timecop"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/mocha )"
-
-all_ruby_prepare() {
- sed -i -e '/bundler/ s:^:#:' -e '/History.rdoc/d' Rakefile || die
- sed -i -e '/rubygems/ a\gem "test-unit"' test/test_helper.rb || die
-}
-each_ruby_prepare() {
- sed -i -e "/bin\/sh/ a\RUBY='${RUBY}'" test/run_tests.sh || die
-}