Gentoo Archives: gentoo-commits

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