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: ChangeLog tzinfo-1.2.1.ebuild
Date: Mon, 02 Jun 2014 05:39:28
Message-Id: 20140602053924.EC31E2004E@flycatcher.gentoo.org
1 graaff 14/06/02 05:39:24
2
3 Modified: ChangeLog
4 Added: tzinfo-1.2.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.132 dev-ruby/tzinfo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.132&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?rev=1.132&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/ChangeLog?r1=1.131&r2=1.132
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v
20 retrieving revision 1.131
21 retrieving revision 1.132
22 diff -u -r1.131 -r1.132
23 --- ChangeLog 27 May 2014 04:44:21 -0000 1.131
24 +++ ChangeLog 2 Jun 2014 05:39:24 -0000 1.132
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/tzinfo
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.131 2014/05/27 04:44:21 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.132 2014/06/02 05:39:24 graaff Exp $
30 +
31 +*tzinfo-1.2.1 (02 Jun 2014)
32 +
33 + 02 Jun 2014; Hans de Graaff <graaff@g.o> +tzinfo-1.2.1.ebuild:
34 + Version bump.
35
36 *tzinfo-1.2.0 (27 May 2014)
37
38
39
40
41 1.1 dev-ruby/tzinfo/tzinfo-1.2.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tzinfo-1.2.1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-1.2.1.ebuild,v 1.1 2014/06/02 05:39:24 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby19 ruby20 ruby21"
54
55 RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
56
57 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
58 RUBY_FAKEGEM_DOCDIR="doc"
59 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Daylight-savings aware timezone library"
64 HOMEPAGE="http://tzinfo.rubyforge.org/"
65
66 LICENSE="MIT"
67 SLOT="1"
68 KEYWORDS="~amd64 ~arm ~hppa ~x86"
69 IUSE=""
70
71 RDEPEND="sys-libs/timezone-data"
72 DEPEND="test? ( sys-libs/timezone-data )"
73
74 ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
75 ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
76
77 all_ruby_prepare() {
78 # Set the secure permissions that tests expect.
79 chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
80 }