diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:10:19 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:10:15 +0100 |
commit | 6e7eb34b65301a1353254db8914349c1243b0ad3 (patch) | |
tree | 6b62f5319a76c4459717420bf928f25f9b4f7852 /dev-haskell/timezone-olson | |
parent | dev-haskell/time-compat: Hackage revision bump (diff) | |
download | gentoo-6e7eb34b65301a1353254db8914349c1243b0ad3.tar.gz gentoo-6e7eb34b65301a1353254db8914349c1243b0ad3.tar.bz2 gentoo-6e7eb34b65301a1353254db8914349c1243b0ad3.zip |
dev-haskell/timezone-olson: add 0.2.1
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/timezone-olson')
-rw-r--r-- | dev-haskell/timezone-olson/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/timezone-olson/metadata.xml | 4 | ||||
-rw-r--r-- | dev-haskell/timezone-olson/timezone-olson-0.2.1.ebuild | 24 |
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/timezone-olson/Manifest b/dev-haskell/timezone-olson/Manifest index 662558a9f353..22bd93ad911f 100644 --- a/dev-haskell/timezone-olson/Manifest +++ b/dev-haskell/timezone-olson/Manifest @@ -1 +1,2 @@ DIST timezone-olson-0.2.0.tar.gz 11301 BLAKE2B 51782a94097516e40f7f71548bd1f52ed673836a5bd289634f60bc9293534980966680ca689f584d15eeb0acd8a186ce9c8effb39a6c718008b1690d9858681e SHA512 06c73b24b23caa41f3dce472bca384e3ee7ba02a3dd8bc4458bc758bc6aabdeca9be299f16419702e860f38ea213fd62d90e63fc4746dc2015c0e06b15aba6dd +DIST timezone-olson-0.2.1.tar.gz 11290 BLAKE2B cc352ea26a06b2405278e783a9c961f71418f59805985d976e531ed35f1ee8e72ad064352f5ced0d42b6c3c195adf20c5ff2a40839c83ec6aa1341c7b05f3dc1 SHA512 243ea612a4af206d629ba1f3b3b01b1470e849a5ce50c2c189da246eac6f043ac7fb4f039df94053c7a1da9d2aeb347e510560fd0fa590264a5e3897a8dd1300 diff --git a/dev-haskell/timezone-olson/metadata.xml b/dev-haskell/timezone-olson/metadata.xml index 937381521944..d43bcd578ae6 100644 --- a/dev-haskell/timezone-olson/metadata.xml +++ b/dev-haskell/timezone-olson/metadata.xml @@ -5,4 +5,8 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <upstream> + <remote-id type="hackage">timezone-olson</remote-id> + <remote-id type="github">ygale/timezone-olson</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-haskell/timezone-olson/timezone-olson-0.2.1.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.2.1.ebuild new file mode 100644 index 000000000000..8db772ad47f6 --- /dev/null +++ b/dev-haskell/timezone-olson/timezone-olson-0.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.2.0.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A pure Haskell parser and renderer for binary Olson timezone files" +HOMEPAGE="https://projects.haskell.org/time-ng/" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-haskell/extensible-exceptions-0.1.0:=[profile?] <dev-haskell/extensible-exceptions-0.2:=[profile?] + >=dev-haskell/timezone-series-0.1.0:=[profile?] <dev-haskell/timezone-series-0.2:=[profile?] + >=dev-lang/ghc-8.8.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.0.0.0 +" |