summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-04-21 05:48:16 +0000
committerHans de Graaff <graaff@gentoo.org>2013-04-21 05:48:16 +0000
commit62a130e354b8a15ddeec33e1a4b3755e2b714b1e (patch)
tree7011fba9909343a55e2d22c534b9e1752bbc108f /dev-ruby/tzinfo
parentVersion bump. (diff)
downloadgentoo-2-62a130e354b8a15ddeec33e1a4b3755e2b714b1e.tar.gz
gentoo-2-62a130e354b8a15ddeec33e1a4b3755e2b714b1e.tar.bz2
gentoo-2-62a130e354b8a15ddeec33e1a4b3755e2b714b1e.zip
Cleanup.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/tzinfo')
-rw-r--r--dev-ruby/tzinfo/ChangeLog5
-rw-r--r--dev-ruby/tzinfo/tzinfo-0.3.33.ebuild40
2 files changed, 4 insertions, 41 deletions
diff --git a/dev-ruby/tzinfo/ChangeLog b/dev-ruby/tzinfo/ChangeLog
index a30e03efbe3e..bd582018a3e5 100644
--- a/dev-ruby/tzinfo/ChangeLog
+++ b/dev-ruby/tzinfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/tzinfo
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.114 2013/04/05 18:23:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.115 2013/04/21 05:48:16 graaff Exp $
+
+ 21 Apr 2013; Hans de Graaff <graaff@gentoo.org> -tzinfo-0.3.33.ebuild:
+ Cleanup.
05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> tzinfo-0.3.35.ebuild:
Stable for ppc64, wrt bug #464366
diff --git a/dev-ruby/tzinfo/tzinfo-0.3.33.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.33.ebuild
deleted file mode 100644
index 66aaad22fb37..000000000000
--- a/dev-ruby/tzinfo/tzinfo-0.3.33.ebuild
+++ /dev/null
@@ -1,40 +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/tzinfo/tzinfo-0.3.33.ebuild,v 1.6 2013/01/15 02:36:31 zerochaos Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 ruby19 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 ~arm ~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
-}