summaryrefslogtreecommitdiff
path: root/dev-haskell/time-locale-compat
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/time-locale-compat
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/time-locale-compat')
-rw-r--r--dev-haskell/time-locale-compat/Manifest5
-rw-r--r--dev-haskell/time-locale-compat/metadata.xml14
-rw-r--r--dev-haskell/time-locale-compat/time-locale-compat-0.1.1.1.ebuild25
-rw-r--r--dev-haskell/time-locale-compat/time-locale-compat-0.1.1.3.ebuild25
4 files changed, 69 insertions, 0 deletions
diff --git a/dev-haskell/time-locale-compat/Manifest b/dev-haskell/time-locale-compat/Manifest
new file mode 100644
index 000000000000..5b37acc5afa2
--- /dev/null
+++ b/dev-haskell/time-locale-compat/Manifest
@@ -0,0 +1,5 @@
+DIST time-locale-compat-0.1.1.1.tar.gz 1861 BLAKE2B 526ec59b96310249b98a286a0e79934ca29460057cad3847780f0bff1b384c1491996000f26ed0aa68dc45cb910de990d94bbec1fe97039afff44bcb61fffd99 SHA512 69adcc66c933900768de5dc73a654aa226f074ce0dbe0c9db8773d31cc79753e5148145faaae198d4040cc6a23da6372fea6e3f48e1c8f6110a318591e9d6f48
+DIST time-locale-compat-0.1.1.3.tar.gz 1925 BLAKE2B a25ad359cf0fcba2375113d7b5e2f8f489865526261c6905b4f8435c454f7bda5e0fb92f0c86138b90edfe9f0217a37754af4cdd4ba0df00737ed83ab881b12a SHA512 62fd86d0b1f3707fb820a15dddc01d02fb701e942493e26927745556f19430706ae342a810942c511105cfa848f0d40e109aab471c8c0441caaf6ed4afb233a2
+EBUILD time-locale-compat-0.1.1.1.ebuild 619 BLAKE2B 2fa573c4b81255799985315c3dea63f5d5ae151d6b6edbb96f5e65d692c6ff36435b324923aa60d91e0474e3e1dfdc392e96fdf1a5ca210d4b359b5875fe2103 SHA512 8e5c0de869645ee65a929f4ed90fda45890b5900b1e0da814136e9447367ee909dea91ea531336b4e09feb021204b64ef914feefc3b4eba2530b49065618791c
+EBUILD time-locale-compat-0.1.1.3.ebuild 619 BLAKE2B 4aa757a646ab119360cffc22921b43dd701d5f21e57b799244059fb7d10bab9edf4e4c578beaac46eb3669a900cf38e50af77c3ea92ecf6b83c8eccb85ed80e7 SHA512 cea1888b7e585aaabf286d4c87dd991e13eb40f10c2089962ea40d2ac50ec2b46844cee3e5a099e7b05b86903ae87e85cebce0d9457da7c5c1d99ea67c5315d4
+MISC metadata.xml 447 BLAKE2B e3cf8b68f7afa1a9c0770fbbc5c5040f60718a704c35000abf1fc8b567b046c803c870e742d44be41a59e90d0f4ae2436f0df9496193b5b99b3ad1bbc15ee8d9 SHA512 06bd239ae0f0d7c305c5c484e91cacb7f7a8b90fa0917d9a0a17a7ab50676bcd0876f425d82a96c868964ecd9a355cdf3c67f6e57abbace27e28df0f2bb5dcaa
diff --git a/dev-haskell/time-locale-compat/metadata.xml b/dev-haskell/time-locale-compat/metadata.xml
new file mode 100644
index 000000000000..1ab2ab0beca4
--- /dev/null
+++ b/dev-haskell/time-locale-compat/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+ This package contains wrapped name module for TimeLocale.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">khibino/haskell-time-locale-compat</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/time-locale-compat/time-locale-compat-0.1.1.1.ebuild b/dev-haskell/time-locale-compat/time-locale-compat-0.1.1.1.ebuild
new file mode 100644
index 000000000000..644d904a1147
--- /dev/null
+++ b/dev-haskell/time-locale-compat/time-locale-compat-0.1.1.1.ebuild
@@ -0,0 +1,25 @@
+# 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"
+inherit haskell-cabal
+
+DESCRIPTION="Compatibility of TimeLocale between old-locale and time-1.5"
+HOMEPAGE="https://github.com/khibino/haskell-time-locale-compat"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="dev-haskell/old-locale:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"
diff --git a/dev-haskell/time-locale-compat/time-locale-compat-0.1.1.3.ebuild b/dev-haskell/time-locale-compat/time-locale-compat-0.1.1.3.ebuild
new file mode 100644
index 000000000000..30434954ae3d
--- /dev/null
+++ b/dev-haskell/time-locale-compat/time-locale-compat-0.1.1.3.ebuild
@@ -0,0 +1,25 @@
+# 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"
+inherit haskell-cabal
+
+DESCRIPTION="Compatibility of TimeLocale between old-locale and time-1.5"
+HOMEPAGE="https://github.com/khibino/haskell-time-locale-compat"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/old-locale:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"