From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- dev-haskell/timezone-olson/Manifest | 6 ++--- dev-haskell/timezone-olson/metadata.xml | 13 ----------- .../timezone-olson/timezone-olson-0.1.9.ebuild | 26 ---------------------- .../timezone-olson/timezone-olson-0.2.0.ebuild | 25 +++++++++++++++++++++ 4 files changed, 28 insertions(+), 42 deletions(-) delete mode 100644 dev-haskell/timezone-olson/timezone-olson-0.1.9.ebuild create mode 100644 dev-haskell/timezone-olson/timezone-olson-0.2.0.ebuild (limited to 'dev-haskell/timezone-olson') diff --git a/dev-haskell/timezone-olson/Manifest b/dev-haskell/timezone-olson/Manifest index 3dd8d1e29b5f..88232cac0913 100644 --- a/dev-haskell/timezone-olson/Manifest +++ b/dev-haskell/timezone-olson/Manifest @@ -1,3 +1,3 @@ -DIST timezone-olson-0.1.9.tar.gz 11471 BLAKE2B 37ec5948b7584751ea3ed6e6aa0c11b78766d74969f6acd0813de08c36c78ddec58cc047eb5bca9fba26a692162985dbca25c6ba2d78172bb894edd4b7146c1c SHA512 1ad8f98ba3573f11154e18c5c0d2d7ee3b32f165d388318622195199da4765d1a0352b8a13fa38a6b2fb008de93f34d2a6aa35d2d7ada53e1ae8c5404d68b645 -EBUILD timezone-olson-0.1.9.ebuild 766 BLAKE2B 782f6083adf89e1696267dd4c27d4f89859b8557b3965abdd51e2ac2bf5b83ee0b8bae52bc498cb1891a8dc2a8a5032bfe4d1cb561530f951ba4f97ae4849595 SHA512 016cff39efcaed8e5c3332197e8f46f829e050af8c083644096259c8fb9cf0b22b16f883d9bb592d16267a32967f7f4122a2f391f770188a3b38ad91282ad96f -MISC metadata.xml 821 BLAKE2B ad98bfb2a5a5854e2cae7091dca6c206a37dccffa001bed5df75a0f318b200a1571e265042857d1e74abf019deda50557ee655f811737eb63f8a7a67b18f1818 SHA512 1ee91c0270137d4710f9052eadf7f522006108d9d6d2939ae44641d365078daec9671699e09aa69c19d0a8e5e503f1bceb6a0458ef3ca6f123c73bb3f774c2de +DIST timezone-olson-0.2.0.tar.gz 11301 BLAKE2B 51782a94097516e40f7f71548bd1f52ed673836a5bd289634f60bc9293534980966680ca689f584d15eeb0acd8a186ce9c8effb39a6c718008b1690d9858681e SHA512 06c73b24b23caa41f3dce472bca384e3ee7ba02a3dd8bc4458bc758bc6aabdeca9be299f16419702e860f38ea213fd62d90e63fc4746dc2015c0e06b15aba6dd +EBUILD timezone-olson-0.2.0.ebuild 762 BLAKE2B a51a03b072ff165ce4d025c09864b195c3692aa5a912524c1a1139b334bcc00ba637ac22c4ae936bdd2c68fd3ea724df03c79d87465aa460d0256ba0e1aa2f73 SHA512 f31eff59ceb0b9054b1734b9cffde3ede563c0cee4e4f73d6fcc228d53b53e0d833aab43309ae4706f57f944b8a8b575eb05d396deddb7e32c643f052ec6ef8e +MISC metadata.xml 249 BLAKE2B 84b809c265ff2a09d1f06c66d4797652ff4c64205d94323e07333ae0fbddcfb8c58d0176a8cc52bd37e9353371d987b9b473b9747cb082e1c2871ed80fcfa144 SHA512 ce055b41ff1c10209e88579fe21ce16550be7e9b21f87724564f06430aa6f478974f186a10c8ff7e92398f534c09109aeed57eae1c6d2b56b5c99ebfb64a0015 diff --git a/dev-haskell/timezone-olson/metadata.xml b/dev-haskell/timezone-olson/metadata.xml index dec7b007d319..b7878815d80d 100644 --- a/dev-haskell/timezone-olson/metadata.xml +++ b/dev-haskell/timezone-olson/metadata.xml @@ -5,17 +5,4 @@ haskell@gentoo.org Gentoo Haskell - - A parser and renderer for binary Olson timezone - files whose format is specified by the tzfile(5) - man page on Unix-like systems. For more - information about this format, see - <http://www.twinsun.com/tz/tz-link.htm>. Functions - are provided for converting the parsed data into - 'TimeZoneSeries' objects from the timezone-series - package. On many platforms, binary Olson timezone - files suitable for use with this package are - available in the directory /usr/share/zoneinfo - and its subdirectories on your computer. - diff --git a/dev-haskell/timezone-olson/timezone-olson-0.1.9.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.1.9.ebuild deleted file mode 100644 index 8bf4ec391654..000000000000 --- a/dev-haskell/timezone-olson/timezone-olson-0.1.9.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.6 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="A pure Haskell parser and renderer for binary Olson timezone files" -HOMEPAGE="http://projects.haskell.org/time-ng/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/extensible-exceptions-0.1.0:=[profile?] =dev-haskell/timezone-series-0.1.0:=[profile?] =dev-lang/ghc-8.0.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24.0.0 -" diff --git a/dev-haskell/timezone-olson/timezone-olson-0.2.0.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.2.0.ebuild new file mode 100644 index 000000000000..c2f5b93c0c90 --- /dev/null +++ b/dev-haskell/timezone-olson/timezone-olson-0.2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.7.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A pure Haskell parser and renderer for binary Olson timezone files" +HOMEPAGE="http://projects.haskell.org/time-ng/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-haskell/extensible-exceptions-0.1.0:=[profile?] =dev-haskell/timezone-series-0.1.0:=[profile?] =dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 +" -- cgit v1.2.3