diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-03-18 19:13:56 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-03-18 19:13:56 +0000 |
commit | 3fa1c925ee227938b1859ef1bd3391121b79ee98 (patch) | |
tree | 1c036a9052faefe07f61a90918c1a733c54281e8 /dev-ruby/timecop | |
parent | Cleanup. (diff) | |
download | gentoo-2-3fa1c925ee227938b1859ef1bd3391121b79ee98.tar.gz gentoo-2-3fa1c925ee227938b1859ef1bd3391121b79ee98.tar.bz2 gentoo-2-3fa1c925ee227938b1859ef1bd3391121b79ee98.zip |
Cleanup.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/timecop')
-rw-r--r-- | dev-ruby/timecop/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/timecop/timecop-0.6.0.ebuild | 33 | ||||
-rw-r--r-- | dev-ruby/timecop/timecop-0.7.1-r1.ebuild | 33 |
3 files changed, 5 insertions, 67 deletions
diff --git a/dev-ruby/timecop/ChangeLog b/dev-ruby/timecop/ChangeLog index f70ab9068897..ef0661cf1012 100644 --- a/dev-ruby/timecop/ChangeLog +++ b/dev-ruby/timecop/ChangeLog @@ -1,6 +1,10 @@ # 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.26 2015/02/21 04:35:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.27 2015/03/18 19:13:56 graaff Exp $ + + 18 Mar 2015; Hans de Graaff <graaff@gentoo.org> -timecop-0.6.0.ebuild, + -timecop-0.7.1-r1.ebuild: + Cleanup. *timecop-0.7.3 (21 Feb 2015) diff --git a/dev-ruby/timecop/timecop-0.6.0.ebuild b/dev-ruby/timecop/timecop-0.6.0.ebuild deleted file mode 100644 index ea63bd00081f..000000000000 --- a/dev-ruby/timecop/timecop-0.6.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.6.0.ebuild,v 1.9 2014/11/11 10:55:03 mrueg Exp $ - -EAPI=5 - -USE_RUBY="ruby19" - -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 ~arm 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 -} diff --git a/dev-ruby/timecop/timecop-0.7.1-r1.ebuild b/dev-ruby/timecop/timecop-0.7.1-r1.ebuild deleted file mode 100644 index 0d3d267cd0ed..000000000000 --- a/dev-ruby/timecop/timecop-0.7.1-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.1-r1.ebuild,v 1.1 2015/01/02 10:14:04 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -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 ~arm ~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 test/test_helper.rb || 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 -} |