summaryrefslogtreecommitdiff
path: root/dev-haskell/unixutils
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/unixutils
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/unixutils')
-rw-r--r--dev-haskell/unixutils/Manifest3
-rw-r--r--dev-haskell/unixutils/metadata.xml15
-rw-r--r--dev-haskell/unixutils/unixutils-1.54.1.ebuild36
3 files changed, 54 insertions, 0 deletions
diff --git a/dev-haskell/unixutils/Manifest b/dev-haskell/unixutils/Manifest
new file mode 100644
index 000000000000..0e3c24ffad5f
--- /dev/null
+++ b/dev-haskell/unixutils/Manifest
@@ -0,0 +1,3 @@
+DIST Unixutils-1.54.1.tar.gz 12177 BLAKE2B d330150c36ac3cdfb3b9eea4a26109cb76a96207c5db40d306479696082fe2017e1ae3892fa06571af96ae5cd4c3204e56860ab204ad9192fc5160d18f663bc3 SHA512 b8395cf6778c18a2f36a45a927d24042fd144ab70c6c092e1be36b22c59bbd1f0151cbe703d9db98dc769eba41ca9eb89cf60e87f5a6bbb32d6b64ef97c45665
+EBUILD unixutils-1.54.1.ebuild 882 BLAKE2B 978511c46ea4a9c15245e5d8af8a22ff0685443cae09b513a5c5a806b7386ec89db80f6126dea32c1794605ed040c7406b9a65d625bc7037edc6147fab32ff39 SHA512 fcc3a6db830648bb6ea84215ddcde4d5a37b14140a5cce394c270af6d6627ad60adc14f61c46764566b5d194816d820da6545160c0d036dded4bc678e2701dd0
+MISC metadata.xml 537 BLAKE2B 9bd4698a44bb3e48a14898703238c81dd41def7f9c9d14c27dead5f79cad407af6356f6e7e472f1266a600b9c303d581e2dd265cd64cde0587aabcdd9b63f96b SHA512 953beaf766eedd3e86783a772d39919d3abbd4ebeb7bfeb0f757f6ebedff74c48bdf67638a29dd0b2f9b7ec485369c497e253e4ebe45a0679840ba930ca9f20f
diff --git a/dev-haskell/unixutils/metadata.xml b/dev-haskell/unixutils/metadata.xml
new file mode 100644
index 000000000000..6d8b18715fc5
--- /dev/null
+++ b/dev-haskell/unixutils/metadata.xml
@@ -0,0 +1,15 @@
+<?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>
+ A collection of useful and mildly useful functions that you might
+ expect to find in System.* which a heavy bias towards Unix-type operating systems.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">seereason/haskell-unixutils.git</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/unixutils/unixutils-1.54.1.ebuild b/dev-haskell/unixutils/unixutils-1.54.1.ebuild
new file mode 100644
index 000000000000..d2ad84ea1434
--- /dev/null
+++ b/dev-haskell/unixutils/unixutils-1.54.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="Unixutils"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A crude interface between Haskell and Unix-like operating systems"
+HOMEPAGE="https://github.com/seereason/haskell-unixutils.git"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/exceptions:=[profile?]
+ dev-haskell/mtl:=[profile?]
+ >=dev-haskell/process-extras-0.3:=[profile?]
+ dev-haskell/puremd5:=[profile?]
+ dev-haskell/regex-tdfa:=[profile?]
+ dev-haskell/zlib:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+ virtual/libc
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2
+"
+
+S="${WORKDIR}/${MY_P}"