Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/
Date: Mon, 06 May 2019 17:59:28
Message-Id: 1557165553.8d3494998bab40817e2b41271e6033ef2fb335ca.graaff@gentoo
1 commit: 8d3494998bab40817e2b41271e6033ef2fb335ca
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 6 17:59:13 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon May 6 17:59:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d349499
7
8 dev-ruby/tzinfo: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/tzinfo/Manifest | 1 -
14 dev-ruby/tzinfo/tzinfo-1.2.4.ebuild | 32 --------------------------------
15 2 files changed, 33 deletions(-)
16
17 diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
18 index 4e2b4e36bf4..07eac54de83 100644
19 --- a/dev-ruby/tzinfo/Manifest
20 +++ b/dev-ruby/tzinfo/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST tzinfo-1.2.4.gem 152576 BLAKE2B c6815fc7277153c5e00ea2359845df25affab5a08f9274729254662e056de702613f4b8ca5b4f2ddcd756d86ae12e534a4e2a5a4661f361ef1d59cb3d7f07bfa SHA512 0b983aa6b4fdbb3c49329bb51394f1edbeb6f4d216d108448aa9dce751dbc2e348d58032cb41df78a3d249611770e9e345a4d0041597ceadf052b863c3e6d1ab
23 DIST tzinfo-1.2.5.gem 153600 BLAKE2B 3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cccccb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f SHA512 87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
24 DIST tzinfo-2.0.0.tar.gz 210379 BLAKE2B e3b8b7763dbe26ce58b1a1672d11c412f362910d695c321e51a9c28f1e742db34aa7c066827d7a4634e4a1f7824205007b66191cbeba7776dbc6cac1c9f144ca SHA512 cdc3393af8402dbde491f4547a1b169d90bcf7228c89b64f104538223fcb8f5cf8f7861ae1e11a723b213de7ab09fe31fc04ed9f275f80fe2929f0279d830679
25
26 diff --git a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild b/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
27 deleted file mode 100644
28 index c3dee166a1b..00000000000
29 --- a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -USE_RUBY="ruby22 ruby23 ruby24"
37 -
38 -RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
39 -
40 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
41 -RUBY_FAKEGEM_DOCDIR="doc"
42 -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="Daylight-savings aware timezone library"
47 -HOMEPAGE="https://tzinfo.github.io/"
48 -
49 -LICENSE="MIT"
50 -SLOT="1"
51 -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ~ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
52 -IUSE=""
53 -
54 -RDEPEND="sys-libs/timezone-data"
55 -DEPEND="test? ( sys-libs/timezone-data )"
56 -
57 -ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
58 -ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
59 -
60 -all_ruby_prepare() {
61 - # Set the secure permissions that tests expect.
62 - chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
63 -}