diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-09-24 16:07:19 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-09-24 16:07:19 +0000 |
commit | 1f182a7040c0c59401482b441d3cb1d1f8cb9e74 (patch) | |
tree | 3008786325d611cb835147cac6671234637b18fc /dev-ruby/tzinfo | |
parent | cleanup + EAPI4 bump (diff) | |
download | historical-1f182a7040c0c59401482b441d3cb1d1f8cb9e74.tar.gz historical-1f182a7040c0c59401482b441d3cb1d1f8cb9e74.tar.bz2 historical-1f182a7040c0c59401482b441d3cb1d1f8cb9e74.zip |
Cleanup.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/tzinfo')
-rw-r--r-- | dev-ruby/tzinfo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.32.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/dev-ruby/tzinfo/ChangeLog b/dev-ruby/tzinfo/ChangeLog index 701dd197c515..3cfa0af77e11 100644 --- a/dev-ruby/tzinfo/ChangeLog +++ b/dev-ruby/tzinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tzinfo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.103 2012/05/01 18:24:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.104 2012/09/24 16:06:27 graaff Exp $ + + 24 Sep 2012; Hans de Graaff <graaff@gentoo.org> -tzinfo-0.3.32.ebuild: + Cleanup. 01 May 2012; Raúl Porcel <armin76@gentoo.org> tzinfo-0.3.31.ebuild, tzinfo-0.3.32.ebuild, tzinfo-0.3.33.ebuild: diff --git a/dev-ruby/tzinfo/tzinfo-0.3.32.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.32.ebuild deleted file mode 100644 index 88132e9043f7..000000000000 --- a/dev-ruby/tzinfo/tzinfo-0.3.32.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.32.ebuild,v 1.2 2012/05/01 18:24:07 armin76 Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18 jruby" - -# No longer compatible with rake 0.9 starting with 0.3.31. -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES README" - -inherit ruby-fakegem - -DESCRIPTION="Daylight-savings aware timezone library" -HOMEPAGE="http://tzinfo.rubyforge.org/" -SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="" - -ruby_add_bdepend "test? ( virtual/ruby-test-unit )" - -all_ruby_prepare() { - # With rubygems 1.3.1 we get the following warning - # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 041777 - # when running the test_get_tainted_not_loaded test. - sed -i \ - -e '/^ def test_get_tainted_not_loaded/, /^ end/ s:^:#:' \ - "${S}"/test/tc_timezone.rb || die "unable to sed out the test" -} - -each_ruby_test() { - TZ='America/Los_Angeles' ${RUBY} -I. -S testrb test/tc_*.rb || die -} |