summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/minisat')
-rw-r--r--dev-haskell/minisat/Manifest1
-rw-r--r--dev-haskell/minisat/metadata.xml8
-rw-r--r--dev-haskell/minisat/minisat-0.1.2.ebuild27
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-haskell/minisat/Manifest b/dev-haskell/minisat/Manifest
new file mode 100644
index 000000000000..4f688a1b71ff
--- /dev/null
+++ b/dev-haskell/minisat/Manifest
@@ -0,0 +1 @@
+DIST minisat-0.1.2.tar.gz 45469 SHA256 ad9528401dad68e9e778961e629e76b7ae373f813cada74da8c4f1c544553221 SHA512 557f5f8412adb84784a1edab4981bf5029dea5b0ac731eca2e464f3573ba537c6696613bf494f08cfb7f1b53468f563f758138b60c00edaf046d7ce74f023a85 WHIRLPOOL d0c28821d6577d4a7c54bd24266b047039f9bb6bb4884dcbc0eaa772e9058fb64ab993c5a32632e62bcb307bd4a3170e812a9c7b3acc9406f39811b1930d6109
diff --git a/dev-haskell/minisat/metadata.xml b/dev-haskell/minisat/metadata.xml
new file mode 100644
index 000000000000..48c7fc849bda
--- /dev/null
+++ b/dev-haskell/minisat/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ A Haskell bundle of the Minisat SAT solver
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/minisat/minisat-0.1.2.ebuild b/dev-haskell/minisat/minisat-0.1.2.ebuild
new file mode 100644
index 000000000000..aa85a3d5abbe
--- /dev/null
+++ b/dev-haskell/minisat/minisat-0.1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A Haskell bundle of the Minisat SAT solver"
+HOMEPAGE="http://hackage.haskell.org/package/minisat"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/async:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+ sys-devel/gcc[cxx]
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"