summaryrefslogtreecommitdiff
path: root/dev-haskell/old-locale
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/old-locale
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/old-locale')
-rw-r--r--dev-haskell/old-locale/Manifest3
-rw-r--r--dev-haskell/old-locale/metadata.xml12
-rw-r--r--dev-haskell/old-locale/old-locale-1.0.0.7.ebuild32
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-haskell/old-locale/Manifest b/dev-haskell/old-locale/Manifest
new file mode 100644
index 000000000000..7905fadae992
--- /dev/null
+++ b/dev-haskell/old-locale/Manifest
@@ -0,0 +1,3 @@
+DIST old-locale-1.0.0.7.tar.gz 3384 BLAKE2B 338edfdfebca9e6658a814199b48ec16b9783f487ec9ba5746c9785d4c7032a7402de8b30c8b1c938695bef9026b8fb842a273f4fb61d79360d7fbe41aeab238 SHA512 34d018cb040de9adce3ddb8cffabe2a0610f6cd0ff5340ee721b7076671bd5cc3e830f58d16e73240df4b068510f7a24fd1995efc38f002b52d228abc4581d6a
+EBUILD old-locale-1.0.0.7.ebuild 758 BLAKE2B 14377167a23b06a948597abf9718fa3d17de8dba6b43b76e33cc7510f591f256f88710820fb0259ff4303c14ef1e88b5040e66611f1652322b8b7caf3a2b4a73 SHA512 0166665288ca5d395ff5ae2349ce47a1f9fa7a4c92f97b1ac9d9b03d44e3dfe55733cfaeb3603c474874fe60e168505515847968e13fd890d4080af0252d054a
+MISC metadata.xml 388 BLAKE2B 074104122b929fe61bfcb49c703017947ef93715c19594cdb7b0bb28c099565c37c703a40da7440b1202ddd355b7335f43f444b52e55fcd2b9a346cbd1175eb8 SHA512 0ef6e366f38c2426e2b1ccdce4519cb1fb23415567d32f60abf2a413d26392e7eef31b0712cecece23ebd930a36bbce318da7985b7c9691797278077c5d25a15
diff --git a/dev-haskell/old-locale/metadata.xml b/dev-haskell/old-locale/metadata.xml
new file mode 100644
index 000000000000..326450b71c69
--- /dev/null
+++ b/dev-haskell/old-locale/metadata.xml
@@ -0,0 +1,12 @@
+<?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 provides the ability to adapt to
+ locale conventions such as date and time formats.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild b/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
new file mode 100644
index 000000000000..1e5896221474
--- /dev/null
+++ b/dev-haskell/old-locale/old-locale-1.0.0.7.ebuild
@@ -0,0 +1,32 @@
+# 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"
+inherit haskell-cabal
+
+DESCRIPTION="locale library"
+HOMEPAGE="http://hackage.haskell.org/package/old-locale"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"
+
+# it's not quite true, but there was no major releases
+CABAL_CORE_LIB_GHC_PV="6.12.* 7.0.* 7.2.* 7.4.* 7.6.* 7.8.*"
+
+src_prepare() {
+ cabal_chdeps \
+ 'base >= 4.2 && < 4.9' 'base >= 4.2'
+}