summaryrefslogtreecommitdiff
path: root/dev-haskell/data-ordlist
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/data-ordlist
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/data-ordlist')
-rw-r--r--dev-haskell/data-ordlist/Manifest3
-rw-r--r--dev-haskell/data-ordlist/data-ordlist-0.4.7.0.ebuild24
-rw-r--r--dev-haskell/data-ordlist/metadata.xml11
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-haskell/data-ordlist/Manifest b/dev-haskell/data-ordlist/Manifest
new file mode 100644
index 000000000000..90d2ba7e5d1e
--- /dev/null
+++ b/dev-haskell/data-ordlist/Manifest
@@ -0,0 +1,3 @@
+DIST data-ordlist-0.4.7.0.tar.gz 8906 BLAKE2B 7bea3092bad04fb9defc7331e32dd997613dd4d43c5df82360c61831bec936eb03b178130f528eda59f2c5142ca579a76369afcab62638d4b037fe65a0fdde24 SHA512 a34ed99ea8eb34b29727a210f7a56c80b18a881e2da90fff0ae056b7c56b1f37212413a1daebc0b0118c193eb579d3d43bd426b25944da9044e8152eed80fa8b
+EBUILD data-ordlist-0.4.7.0.ebuild 556 BLAKE2B 5f8009c4815bc95ca264e09ed24f327492c9c7625f4773e5f460665351d24702b8e3d0391e7805ad757b071fc7e2d67aeb1badcefe703d445284c92eaed46026 SHA512 ad80aca11c55d3153a30adb64de00b0dcce44505731542cda94272971c5a3731111ab3222b72b0311ebc26ab4fc3369863f0d07f8df72fe3893dc8114903783d
+MISC metadata.xml 357 BLAKE2B f746bb517e5c1237dad57bc299421899b8ddd82f6d7b104d0481cf37b1f2f8dfc305b0cdf2b76a3a89c3eb8044063e15654bee1f3687e892b149e93394ca048d SHA512 a4cc167182a956937c9acae5bc06af9aeb10ad92c4760c01cc3c831779660a46381d1482808ad5df150fce2ccd421d9a0d9b4cefbb66dcb2e79505aa727fb148
diff --git a/dev-haskell/data-ordlist/data-ordlist-0.4.7.0.ebuild b/dev-haskell/data-ordlist/data-ordlist-0.4.7.0.ebuild
new file mode 100644
index 000000000000..c98454a032d3
--- /dev/null
+++ b/dev-haskell/data-ordlist/data-ordlist-0.4.7.0.ebuild
@@ -0,0 +1,24 @@
+# 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="Set and bag operations on ordered lists"
+HOMEPAGE="http://hackage.haskell.org/package/data-ordlist"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
diff --git a/dev-haskell/data-ordlist/metadata.xml b/dev-haskell/data-ordlist/metadata.xml
new file mode 100644
index 000000000000..3b461e48b9fe
--- /dev/null
+++ b/dev-haskell/data-ordlist/metadata.xml
@@ -0,0 +1,11 @@
+<?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 module provides set and multiset operations on ordered lists.
+ </longdescription>
+</pkgmetadata>