summaryrefslogtreecommitdiff
path: root/dev-haskell/unix-time
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/unix-time
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/unix-time')
-rw-r--r--dev-haskell/unix-time/Manifest7
-rw-r--r--dev-haskell/unix-time/metadata.xml11
-rw-r--r--dev-haskell/unix-time/unix-time-0.3.5.ebuild30
-rw-r--r--dev-haskell/unix-time/unix-time-0.3.6.ebuild30
-rw-r--r--dev-haskell/unix-time/unix-time-0.3.7.ebuild29
5 files changed, 107 insertions, 0 deletions
diff --git a/dev-haskell/unix-time/Manifest b/dev-haskell/unix-time/Manifest
new file mode 100644
index 000000000000..6b58d6e79f40
--- /dev/null
+++ b/dev-haskell/unix-time/Manifest
@@ -0,0 +1,7 @@
+DIST unix-time-0.3.5.tar.gz 40201 BLAKE2B 398b47f43b6b56131f42842ad691b45e7fe987478583d498ad44885d480b14068b1d956d035e371f48518d62bff70f1f7f0ea34e398355d37bde9d76c5442dcb SHA512 8da13cd8e9a32ee8ce4ab9430eab951d84350e4c459948f4e5e833444f1f266fbac6b6fc08876e326313eaf92e31500b325825b1b2c4fb22c551efdf6e5b9db5
+DIST unix-time-0.3.6.tar.gz 40180 BLAKE2B 0233c673459f967e78a4a8985b0951efd224c57b172739413cb41950abbae05d29c575e128020b2ca6b8f96595326073e45d1bf4e040c81db10d1da3304d3def SHA512 a7ca1086d2a2a15bebdaad80e3e31cc3be403548650d6c490dd7aa3af14b017ad2034320f82c3c7729661a046156e41bb50acf6a8fc1aa1db8dc8a62522c03a1
+DIST unix-time-0.3.7.tar.gz 40549 BLAKE2B 86aa4e6b9d4b7adf55f27491dff7d4197c9540b7390fbfb93ccde33f618892be6c21387812cf41481d5863cff24bdbc29d213edf6c9bb13bdc1ca95e12889f95 SHA512 d10335af434e79980fd4221ade86dafa71d2aa9b30d7aaa13da25b8e75114430a143be5b9c6c1fa885d6ba01f6e6677484b04cd9e2cb263c650a945e954c44bd
+EBUILD unix-time-0.3.5.ebuild 747 BLAKE2B a76f0c991005635297027d21e7e365bd681a32b9ce2174303df836f631fd260acc4e140e9c323425b5ff26f38f9c093d1e198eb8a215eff784ab7c8b2f274afe SHA512 fd4a4e831232cdda6e5a280cfe1be788a9374d291426f44b736b43866c7df6a7bc64a7b5a5aded8bac6e29022a7f633a022bcdfb6592797d86467a44b7b92e25
+EBUILD unix-time-0.3.6.ebuild 749 BLAKE2B 92f014c36d76d36241bcc660cd571c54d6742a65d4e355d81701c0c1145fbf9d4fc453952f04470235fda81de0a66af30996d24c23fd9cef01f16c51fe4789e9 SHA512 4700f974f02960280c87d1e4fe6219c427640a1927c3e66207ea02670fd0e90068530bc5cdabf2c114fe21dac0c67ec4502c9f150afe8f6e669119d8ed431a0e
+EBUILD unix-time-0.3.7.ebuild 715 BLAKE2B dbc7ac2ea5eddfe44c396d4e6c13ba1a35b97c86bea0fc2af40532d81ecee5774bfddac1627712a7822062aef79f96f8afa02c7b9af15cd89d7818b2b63db1b0 SHA512 35063aeb39604c1540534bb6c81438d255d40c42693406cc497452e4c8d340e4ad0b186ab70e271144918c3857735f4856a9df7d3d552b804db360664e00ec7a
+MISC metadata.xml 338 BLAKE2B 81aeb9ddd2ebe58011cece155d563ef83d59cb0ef762b85da7d43c053361f9f9994631a63fd4815c67e3ec81edb0eff2592a0a6804c90c195a7e1b4c2f8f3532 SHA512 3f3da8a70deabaeefdb28541bc5b398a03c0106098261811e3e1f7dba6ffaccc64bbe9905a7184d8cf84cddee7498f06bd9ed1b65909450262fa35da3f4f80d5
diff --git a/dev-haskell/unix-time/metadata.xml b/dev-haskell/unix-time/metadata.xml
new file mode 100644
index 000000000000..382110aec947
--- /dev/null
+++ b/dev-haskell/unix-time/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ Fast parser\/formatter\/utilities for Unix time
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/unix-time/unix-time-0.3.5.ebuild b/dev-haskell/unix-time/unix-time-0.3.5.ebuild
new file mode 100644
index 000000000000..bb74e6b0be18
--- /dev/null
+++ b/dev-haskell/unix-time/unix-time-0.3.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Unix time parser/formatter and utilities"
+HOMEPAGE="http://hackage.haskell.org/package/unix-time"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="dev-haskell/binary:=[profile?]
+ dev-haskell/old-time:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( >=dev-haskell/doctest-0.9.3
+ >=dev-haskell/hspec-1.5
+ dev-haskell/old-locale
+ dev-haskell/quickcheck )
+"
diff --git a/dev-haskell/unix-time/unix-time-0.3.6.ebuild b/dev-haskell/unix-time/unix-time-0.3.6.ebuild
new file mode 100644
index 000000000000..774cebaeddad
--- /dev/null
+++ b/dev-haskell/unix-time/unix-time-0.3.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Unix time parser/formatter and utilities"
+HOMEPAGE="http://hackage.haskell.org/package/unix-time"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/binary:=[profile?]
+ dev-haskell/old-time:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( >=dev-haskell/doctest-0.9.3
+ >=dev-haskell/hspec-1.5
+ dev-haskell/old-locale
+ dev-haskell/quickcheck )
+"
diff --git a/dev-haskell/unix-time/unix-time-0.3.7.ebuild b/dev-haskell/unix-time/unix-time-0.3.7.ebuild
new file mode 100644
index 000000000000..458d1f9cc477
--- /dev/null
+++ b/dev-haskell/unix-time/unix-time-0.3.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Unix time parser/formatter and utilities"
+HOMEPAGE="http://hackage.haskell.org/package/unix-time"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/old-time:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( >=dev-haskell/doctest-0.9.3
+ >=dev-haskell/hspec-1.5
+ dev-haskell/old-locale
+ dev-haskell/quickcheck )
+"