summaryrefslogtreecommitdiff
path: root/dev-haskell/temporary-rc
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/temporary-rc
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/temporary-rc')
-rw-r--r--dev-haskell/temporary-rc/Manifest3
-rw-r--r--dev-haskell/temporary-rc/metadata.xml18
-rw-r--r--dev-haskell/temporary-rc/temporary-rc-1.2.0.3.ebuild26
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-haskell/temporary-rc/Manifest b/dev-haskell/temporary-rc/Manifest
new file mode 100644
index 000000000000..c32fecb0cbe8
--- /dev/null
+++ b/dev-haskell/temporary-rc/Manifest
@@ -0,0 +1,3 @@
+DIST temporary-rc-1.2.0.3.tar.gz 5285 BLAKE2B 4b0d956bb76914077e3124e539e24c49bb4ef1f47480857ab7bac98c1b296b5e9c467205bf32db9fb7a9ea2e975da66cc3e3786354eebef5009c9f49b2e105d5 SHA512 cb57b33403a69058fd2cfbb5f69bf6bbfe0d6b1baeeefcd67b4dcc68c2c6325d0ddc1d68e672509ca7f83fea6b56332d535b7ba4bd607b058070e89c8b0c88fe
+EBUILD temporary-rc-1.2.0.3.ebuild 669 BLAKE2B 8741ba5dec004ddeb54e4c5d71bd498b667892465b3d03052b166de455147662f3a27bd1f2da75747924a2c39671a5eaafe7a9a6ae82601ce1cfaadd675f5b02 SHA512 149637811071405a854fc2448316e08d73b7164f509221e1e1b6f856b1c832f742f84edbf2db489cd1efcacffb9439b315851de41a9f42cfab930951362d20fc
+MISC metadata.xml 818 BLAKE2B 169b92e2a4447b3275a3b1b650c40bfdfe834737cbe8b0a27ed25df1ff283b4d9b2924d0947e89a9f384637fb3b2bb0e4c1dc7446427f7885f6a43a7ea97623a SHA512 50f4e0737cf58194cbdd8f973eb9a3abbc76388105ef951707701c7b9753cfba074463db98b997f952bafa633161e8afc9679c48ec0317e217f7b7269b63d93e
diff --git a/dev-haskell/temporary-rc/metadata.xml b/dev-haskell/temporary-rc/metadata.xml
new file mode 100644
index 000000000000..bbe5b0a30e4e
--- /dev/null
+++ b/dev-haskell/temporary-rc/metadata.xml
@@ -0,0 +1,18 @@
+<?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>
+ The functions for creating temporary files and directories in the base library are quite limited. The unixutils
+ package contains some good ones, but they aren't portable to Windows.
+ This library just repackages the Cabal implementations of its own temporary file and folder functions so that
+ you can use them without linking against Cabal or depending on it being installed.
+ This is a better maintained fork of the "temporary" package.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">feuerbach/temporary</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/temporary-rc/temporary-rc-1.2.0.3.ebuild b/dev-haskell/temporary-rc/temporary-rc-1.2.0.3.ebuild
new file mode 100644
index 000000000000..c2faca018c9d
--- /dev/null
+++ b/dev-haskell/temporary-rc/temporary-rc-1.2.0.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Portable temporary file and directory support for Windows and Unix"
+HOMEPAGE="https://github.com/feuerbach/temporary"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/exceptions-0.6:=[profile?]
+ >=dev-haskell/transformers-0.2.0.0:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"