Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/timezone-olson/
Date: Fri, 23 Apr 2021 06:37:25
Message-Id: 1619159833.21f58223ffff9b57baa0b089cd1a88be3b849a16.slyfox@gentoo
1 commit: 21f58223ffff9b57baa0b089cd1a88be3b849a16
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 23 06:35:55 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 23 06:37:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f58223
7
8 dev-haskell/timezone-olson: bump up to 0.2.0
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/timezone-olson/Manifest | 1 +
14 dev-haskell/timezone-olson/metadata.xml | 13 -----------
15 .../timezone-olson/timezone-olson-0.2.0.ebuild | 25 ++++++++++++++++++++++
16 3 files changed, 26 insertions(+), 13 deletions(-)
17
18 diff --git a/dev-haskell/timezone-olson/Manifest b/dev-haskell/timezone-olson/Manifest
19 index 5c2e04ba387..db4b1e8e023 100644
20 --- a/dev-haskell/timezone-olson/Manifest
21 +++ b/dev-haskell/timezone-olson/Manifest
22 @@ -1 +1,2 @@
23 DIST timezone-olson-0.1.9.tar.gz 11471 BLAKE2B 37ec5948b7584751ea3ed6e6aa0c11b78766d74969f6acd0813de08c36c78ddec58cc047eb5bca9fba26a692162985dbca25c6ba2d78172bb894edd4b7146c1c SHA512 1ad8f98ba3573f11154e18c5c0d2d7ee3b32f165d388318622195199da4765d1a0352b8a13fa38a6b2fb008de93f34d2a6aa35d2d7ada53e1ae8c5404d68b645
24 +DIST timezone-olson-0.2.0.tar.gz 11301 BLAKE2B 51782a94097516e40f7f71548bd1f52ed673836a5bd289634f60bc9293534980966680ca689f584d15eeb0acd8a186ce9c8effb39a6c718008b1690d9858681e SHA512 06c73b24b23caa41f3dce472bca384e3ee7ba02a3dd8bc4458bc758bc6aabdeca9be299f16419702e860f38ea213fd62d90e63fc4746dc2015c0e06b15aba6dd
25
26 diff --git a/dev-haskell/timezone-olson/metadata.xml b/dev-haskell/timezone-olson/metadata.xml
27 index dec7b007d31..b7878815d80 100644
28 --- a/dev-haskell/timezone-olson/metadata.xml
29 +++ b/dev-haskell/timezone-olson/metadata.xml
30 @@ -5,17 +5,4 @@
31 <email>haskell@g.o</email>
32 <name>Gentoo Haskell</name>
33 </maintainer>
34 - <longdescription>
35 - A parser and renderer for binary Olson timezone
36 - files whose format is specified by the tzfile(5)
37 - man page on Unix-like systems. For more
38 - information about this format, see
39 - &lt;http://www.twinsun.com/tz/tz-link.htm&gt;. Functions
40 - are provided for converting the parsed data into
41 - 'TimeZoneSeries' objects from the timezone-series
42 - package. On many platforms, binary Olson timezone
43 - files suitable for use with this package are
44 - available in the directory /usr/share/zoneinfo
45 - and its subdirectories on your computer.
46 - </longdescription>
47 </pkgmetadata>
48
49 diff --git a/dev-haskell/timezone-olson/timezone-olson-0.2.0.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.2.0.ebuild
50 new file mode 100644
51 index 00000000000..c2f5b93c0c9
52 --- /dev/null
53 +++ b/dev-haskell/timezone-olson/timezone-olson-0.2.0.ebuild
54 @@ -0,0 +1,25 @@
55 +# Copyright 1999-2021 Gentoo Authors
56 +# Distributed under the terms of the GNU General Public License v2
57 +
58 +EAPI=7
59 +
60 +# ebuild generated by hackport 0.6.7.9999
61 +
62 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
63 +inherit haskell-cabal
64 +
65 +DESCRIPTION="A pure Haskell parser and renderer for binary Olson timezone files"
66 +HOMEPAGE="http://projects.haskell.org/time-ng/"
67 +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
68 +
69 +LICENSE="BSD"
70 +SLOT="0/${PV}"
71 +KEYWORDS="~amd64 ~x86"
72 +
73 +RDEPEND=">=dev-haskell/extensible-exceptions-0.1.0:=[profile?] <dev-haskell/extensible-exceptions-0.2:=[profile?]
74 + >=dev-haskell/timezone-series-0.1.0:=[profile?] <dev-haskell/timezone-series-0.2:=[profile?]
75 + >=dev-lang/ghc-8.4.3:=
76 +"
77 +DEPEND="${RDEPEND}
78 + >=dev-haskell/cabal-2.2.0.1
79 +"