diff options
Diffstat (limited to 'dev-haskell/timezone-olson')
-rw-r--r-- | dev-haskell/timezone-olson/Manifest | 5 | ||||
-rw-r--r-- | dev-haskell/timezone-olson/metadata.xml | 18 | ||||
-rw-r--r-- | dev-haskell/timezone-olson/timezone-olson-0.1.2-r1.ebuild | 32 | ||||
-rw-r--r-- | dev-haskell/timezone-olson/timezone-olson-0.1.2-r2.ebuild | 34 | ||||
-rw-r--r-- | dev-haskell/timezone-olson/timezone-olson-0.1.2.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/timezone-olson/timezone-olson-0.1.3.ebuild | 28 | ||||
-rw-r--r-- | dev-haskell/timezone-olson/timezone-olson-0.1.4.ebuild | 28 | ||||
-rw-r--r-- | dev-haskell/timezone-olson/timezone-olson-0.1.6.ebuild | 28 | ||||
-rw-r--r-- | dev-haskell/timezone-olson/timezone-olson-0.1.7.ebuild | 28 |
9 files changed, 225 insertions, 0 deletions
diff --git a/dev-haskell/timezone-olson/Manifest b/dev-haskell/timezone-olson/Manifest new file mode 100644 index 000000000000..78b2cdc63489 --- /dev/null +++ b/dev-haskell/timezone-olson/Manifest @@ -0,0 +1,5 @@ +DIST timezone-olson-0.1.2.tar.gz 11598 SHA256 3ee1eb5401607750d328cc6ec3dc6b93f4290dc77e2d7f8f60629cbeefb5e0b6 SHA512 3553edf1a0117f2cf9c8b90fe4135a10c5a79cca6a9e39d321db812c11747b9602963634d8c73f960ae5c77d3c034d3be328ff702139a02039a703e1b4b1f96c WHIRLPOOL 177565851381cf6c064bc17760d0300c00c6d67822e55fc21ab3d3a8a10faa8c41535d9fb2659a9e0591847cb22bf0ead115586d8ded2f98c600b5e027331942 +DIST timezone-olson-0.1.3.tar.gz 11601 SHA256 ec2168f0318e698233cb48fe23edddedbd9f61c2769bcd7287f20b3800e6a30b SHA512 8b76b58b41c32e6b6ae0ad958beb4516f5724d9e2983571e251266faf4b8a5be720d54e2ff82db1741e54e3eef4a68ef6f50129a9a4dc27da2a03d8ccee76607 WHIRLPOOL 0821c875ebb7a3bc345efed02bbd9630e6b5b7b47ede6526a044461f7f658460ce33137316e9a445c64c2f5b8dc9d667597cbe36cf9c77d854d1eb01d8655c87 +DIST timezone-olson-0.1.4.tar.gz 11639 SHA256 b38853e003bb8d8db927ba393a0d1c0aa64ffc1a7b1feba23e9dee14f133b2d0 SHA512 40b902acbf33cd839a8217b66946a6fe2b0923e8ed7b42c05c2507a1b0c3c232e2fa93eccc1961efdc845fb7a90d0338460e8316121ad098ed449b424fda05af WHIRLPOOL 0787fb8cf18367e692d26246f9dbdba06166cfe665a59dcfb3efa2dc6114a2e7f66d381a908ce290b974606cf2f15c8424638800402b5b127f337395496b162b +DIST timezone-olson-0.1.6.tar.gz 11751 SHA256 1f2c2d53e393ca40c1460877847e0b9473f00d3e4628631222add4591076e13d SHA512 ff830dd2529c306d257f24e53f3d950f5eddb1410e0f29a598999f2d51114e1c98d65732fbff45fd271914dd9e3e66697fde17d72464f1908c6d36dd4764d680 WHIRLPOOL 4d1a91ef16fb9171a0683787d8adb70ece538d27d13bc8eb1e579b37625a4369302e2e4a46b2a2859b73acd203ccc4b375fe120b491b165e206bd94fe7053e41 +DIST timezone-olson-0.1.7.tar.gz 11313 SHA256 232f55b670531dced3b4f86b97b8f597073da6540e2b4e085936f73f30dea6aa SHA512 136bca829b40edd3c46f83e2d19b496da7b6e7268825ff017fa598f9dc8a9de5fd65101f417e9c22ae8b845c61c98347944971f8f41072be60d894ea148a4e0a WHIRLPOOL 5bd447caf561127c0a789aef105edacc2de746880765d2d6fa8c47e5a1f46b9fee2d254bd2fb552d565976cc5f16562362a2cef9229e9922648d88f2741ca1c5 diff --git a/dev-haskell/timezone-olson/metadata.xml b/dev-haskell/timezone-olson/metadata.xml new file mode 100644 index 000000000000..bc6d1b82da7a --- /dev/null +++ b/dev-haskell/timezone-olson/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + 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. + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/timezone-olson/timezone-olson-0.1.2-r1.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.1.2-r1.ebuild new file mode 100644 index 000000000000..7bb0ab8a020f --- /dev/null +++ b/dev-haskell/timezone-olson/timezone-olson-0.1.2-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?] + <dev-haskell/binary-0.7:=[profile?] + >=dev-haskell/extensible-exceptions-0.1.0:=[profile?] + <dev-haskell/extensible-exceptions-0.2:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" + +src_prepare() { + cabal_chdeps \ + 'binary >= 0.4.1 && < 0.6' 'binary >= 0.4.1 && < 0.7' +} diff --git a/dev-haskell/timezone-olson/timezone-olson-0.1.2-r2.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.1.2-r2.ebuild new file mode 100644 index 000000000000..68ea12d7cfdc --- /dev/null +++ b/dev-haskell/timezone-olson/timezone-olson-0.1.2-r2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?] + <dev-haskell/binary-0.8:=[profile?] + >=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-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" + +src_prepare() { + cabal_chdeps \ + 'binary >= 0.4.1 && < 0.6' 'binary >= 0.4.1 && < 0.8' +} diff --git a/dev-haskell/timezone-olson/timezone-olson-0.1.2.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.1.2.ebuild new file mode 100644 index 000000000000..9a31feeab953 --- /dev/null +++ b/dev-haskell/timezone-olson/timezone-olson-0.1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# ebuild generated by hackport 0.2.17.9999 + +EAPI=4 + +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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/binary-0.4.1[profile?] <dev-haskell/binary-0.6[profile?] + >=dev-lang/ghc-6.10.1" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" diff --git a/dev-haskell/timezone-olson/timezone-olson-0.1.3.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.1.3.ebuild new file mode 100644 index 000000000000..3d3238d7b6ab --- /dev/null +++ b/dev-haskell/timezone-olson/timezone-olson-0.1.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?] <dev-haskell/binary-0.8:=[profile?] + >=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-6.12.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8.0.2 +" diff --git a/dev-haskell/timezone-olson/timezone-olson-0.1.4.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.1.4.ebuild new file mode 100644 index 000000000000..3d3238d7b6ab --- /dev/null +++ b/dev-haskell/timezone-olson/timezone-olson-0.1.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?] <dev-haskell/binary-0.8:=[profile?] + >=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-6.12.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8.0.2 +" diff --git a/dev-haskell/timezone-olson/timezone-olson-0.1.6.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.1.6.ebuild new file mode 100644 index 000000000000..2d467064db87 --- /dev/null +++ b/dev-haskell/timezone-olson/timezone-olson-0.1.6.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?] <dev-haskell/binary-0.8:=[profile?] + >=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-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2 +" diff --git a/dev-haskell/timezone-olson/timezone-olson-0.1.7.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.1.7.ebuild new file mode 100644 index 000000000000..6f936e3d564e --- /dev/null +++ b/dev-haskell/timezone-olson/timezone-olson-0.1.7.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.5.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?] <dev-haskell/binary-0.8:=[profile?] + >=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-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" |