summaryrefslogtreecommitdiff
path: root/dev-haskell/uhc-util
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-haskell/uhc-util
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-haskell/uhc-util')
-rw-r--r--dev-haskell/uhc-util/Manifest3
-rw-r--r--dev-haskell/uhc-util/metadata.xml14
-rw-r--r--dev-haskell/uhc-util/uhc-util-0.1.6.7.ebuild32
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-haskell/uhc-util/Manifest b/dev-haskell/uhc-util/Manifest
new file mode 100644
index 000000000000..a1f6696e4a36
--- /dev/null
+++ b/dev-haskell/uhc-util/Manifest
@@ -0,0 +1,3 @@
+DIST uhc-util-0.1.6.7.tar.gz 113857 SHA256 d44b27175e9ce45a15c19c2f589772f4b66ca297a28b34b0ac462a7f6e4f4a75 SHA512 02c8ce0af2aa19f2f9870aa03822860ec6285028867c5e0d7e28fc8bc3ec57cc308d428c8a48c7aa8c78301ac68d9e0ace0721eb35d91c5ae6caf3661236efad WHIRLPOOL f3c2806f49630455ee3c95f20bb25cb662e9f3d343fb3c8bcfa164dbe66c68661daa80df84a37bd65a963d7e3b08902758a6ab306fd5b568dfcf28e536cf8a84
+EBUILD uhc-util-0.1.6.7.ebuild 864 SHA256 f40b6d83702008bf172277a0170f64b9ac08b2dfc1df7b0bed0963ee166bfbc5 SHA512 9956d8bcb261129211c9eb16257795d74117b99803e6ffe6b70c421fc168615f302fdeda6658cdc867a618c8c43c8673a969b6bec3178ea3949b538e7a497edd WHIRLPOOL 14b6f29ecd87b4d755ba152724ed741a065ed9bc18173314f33013235bd0442b087e001d3b14fe7cace5d0772dbcbb3fd162c5a040cc35a92fd33cecd29a29f8
+MISC metadata.xml 434 SHA256 5b791b14c857112fe9232555c8c42e25e16e010c19b7c67ef0bab61fff0e7e72 SHA512 72a042adc195853350c28bb522749e7853143d6abed38b01e7cc244a22a46a55fff892021bfae56a9dc7024e8a283157f8dbc333b4b0bb6c656575688d06403a WHIRLPOOL 99717283bf38844ab11fa7d00eeb52d3787a0634bc0b226cd8b7c949cd4db6fad5447fd6a7c3d90bab67fe40ed9dbb0b4492164afac36aa6742d3061b239d219
diff --git a/dev-haskell/uhc-util/metadata.xml b/dev-haskell/uhc-util/metadata.xml
new file mode 100644
index 000000000000..46a18af5a380
--- /dev/null
+++ b/dev-haskell/uhc-util/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>
+ General purpose utilities for UHC and related tools
+ </longdescription>
+ <upstream>
+ <remote-id type="github">UU-ComputerScience/uhc-util</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/uhc-util/uhc-util-0.1.6.7.ebuild b/dev-haskell/uhc-util/uhc-util-0.1.6.7.ebuild
new file mode 100644
index 000000000000..ec9de57c2576
--- /dev/null
+++ b/dev-haskell/uhc-util/uhc-util-0.1.6.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.1.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="UHC utilities"
+HOMEPAGE="https://github.com/UU-ComputerScience/uhc-util"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/fclabels-2.0.3:=[profile?]
+ >=dev-haskell/fgl-5.4:=[profile?]
+ >=dev-haskell/hashable-1.2.4:=[profile?]
+ >=dev-haskell/logict-state-0.1.0.2:=[profile?]
+ >=dev-haskell/mtl-2:=[profile?]
+ >=dev-haskell/pqueue-1.3.1:=[profile?]
+ >=dev-haskell/time-compat-0.1.0.1:=[profile?]
+ >=dev-haskell/uulib-0.9.19:=[profile?]
+ >=dev-lang/ghc-7.10.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.22.4.0
+"