]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
Actually do what I said I did in that last commit.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 8 Sep 2011 00:38:04 +0000 (20:38 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 8 Sep 2011 00:38:04 +0000 (20:38 -0400)
dev-haskell/repa-bytestring/repa-bytestring-2.2.0.1.ebuild [new file with mode: 0644]
dev-haskell/repa-io/repa-io-2.2.0.1.ebuild [new file with mode: 0644]
dev-haskell/repa/Manifest [new file with mode: 0644]
dev-haskell/repa/repa-2.2.0.1.ebuild [new file with mode: 0644]

diff --git a/dev-haskell/repa-bytestring/repa-bytestring-2.2.0.1.ebuild b/dev-haskell/repa-bytestring/repa-bytestring-2.2.0.1.ebuild
new file mode 100644 (file)
index 0000000..7549d60
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Conversions between Repa Arrays and ByteStrings."
+HOMEPAGE="http://repa.ouroborus.net"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="=dev-haskell/repa-2.2*
+               =dev-haskell/vector-0.9*
+               >=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+               >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/repa-io/repa-io-2.2.0.1.ebuild b/dev-haskell/repa-io/repa-io-2.2.0.1.ebuild
new file mode 100644 (file)
index 0000000..27d0ee8
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Read and write Repa arrays in various formats."
+HOMEPAGE="http://repa.ouroborus.net"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="=dev-haskell/binary-0.5*
+               =dev-haskell/bmp-1.1*
+               =dev-haskell/repa-2.2*
+               =dev-haskell/repa-bytestring-2.2*
+               =dev-haskell/vector-0.9*
+               >=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+               >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/repa/Manifest b/dev-haskell/repa/Manifest
new file mode 100644 (file)
index 0000000..b794e53
--- /dev/null
@@ -0,0 +1,2 @@
+DIST repa-2.2.0.1.tar.gz 29280 RMD160 ea8f12141a4c81ef9035f91da47df021bf29ed4c SHA1 fd1250e22b95f0ec819b168deef5468950c8d366 SHA256 be8dabfad19594e0354c0f028c0e9957da4fc732c7690fc13ba1c91dfb8bcc04
+EBUILD repa-2.2.0.1.ebuild 653 RMD160 f012a216807607ef3c2a8a71a91b2029c4add6bc SHA1 bf7a08526903c34657c808cec60572d586b3ca9c SHA256 2eed671bf729805db1700d19f34c045a0a3b4783aefa94a433e38d7f912e7a2e
diff --git a/dev-haskell/repa/repa-2.2.0.1.ebuild b/dev-haskell/repa/repa-2.2.0.1.ebuild
new file mode 100644 (file)
index 0000000..cec57a9
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="High performance, regular, shape polymorphic parallel arrays."
+HOMEPAGE="http://repa.ouroborus.net"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/quickcheck-2.3
+               <dev-haskell/quickcheck-2.5
+               =dev-haskell/vector-0.9*
+               >=dev-lang/ghc-6.12.3"
+DEPEND="${RDEPEND}
+               >=dev-haskell/cabal-1.6"