Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/tzinfo: tzinfo-0.3.29.ebuild ChangeLog
Date: Wed, 29 Jun 2011 05:36:09
Message-Id: 20110629053558.78A8920054@flycatcher.gentoo.org
1 graaff 11/06/29 05:35:58
2
3 Modified: ChangeLog
4 Added: tzinfo-0.3.29.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.9.42/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.85 dev-ruby/tzinfo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.85&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.85&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.84&r2=1.85
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
20 retrieving revision 1.84
21 retrieving revision 1.85
22 diff -u -r1.84 -r1.85
23 --- ChangeLog 24 Jun 2011 14:47:46 -0000 1.84
24 +++ ChangeLog 29 Jun 2011 05:35:58 -0000 1.85
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/tzinfo
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.84 2011/06/24 14:47:46 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.85 2011/06/29 05:35:58 graaff Exp $
30 +
31 +*tzinfo-0.3.29 (29 Jun 2011)
32 +
33 + 29 Jun 2011; Hans de Graaff <graaff@g.o> +tzinfo-0.3.29.ebuild:
34 + Version bump.
35
36 24 Jun 2011; Raúl Porcel <armin76@g.o> tzinfo-0.3.27.ebuild:
37 ia64/sparc stable wrt #371553
38
39
40
41 1.1 dev-ruby/tzinfo/tzinfo-0.3.29.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.29.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.29.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tzinfo-0.3.29.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.29.ebuild,v 1.1 2011/06/29 05:35:58 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18 ree18 ruby19 jruby"
54
55 RUBY_FAKEGEM_DOCDIR="doc"
56 RUBY_FAKEGEM_EXTRADOC="CHANGES README"
57
58 inherit ruby-fakegem
59
60 DESCRIPTION="Daylight-savings aware timezone library"
61 HOMEPAGE="http://tzinfo.rubyforge.org/"
62 SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
63
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
67 IUSE=""
68
69 RDEPEND=""
70 DEPEND=""
71
72 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
73
74 all_ruby_prepare() {
75 # With rubygems 1.3.1 we get the following warning
76 # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 041777
77 # when running the test_get_tainted_not_loaded test.
78 sed -i \
79 -e '/^ def test_get_tainted_not_loaded/, /^ end/ s:^:#:' \
80 "${S}"/test/tc_timezone.rb || die "unable to sed out the test"
81 }