]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
Add dev-haskell/repa-io, dev-haskell/repa-bytestring, dev-haskell/repa-algorithms...
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 22 Aug 2011 21:25:09 +0000 (17:25 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 22 Aug 2011 21:25:09 +0000 (17:25 -0400)
dev-haskell/bmp/Manifest [new file with mode: 0644]
dev-haskell/bmp/bmp-1.1.2.1.ebuild [new file with mode: 0644]
dev-haskell/repa-algorithms/Manifest [new file with mode: 0644]
dev-haskell/repa-algorithms/repa-algorithms-2.1.0.1.ebuild [new file with mode: 0644]
dev-haskell/repa-bytestring/Manifest [new file with mode: 0644]
dev-haskell/repa-bytestring/repa-bytestring-2.1.0.1.ebuild [new file with mode: 0644]
dev-haskell/repa-io/Manifest [new file with mode: 0644]
dev-haskell/repa-io/repa-io-2.1.0.1.ebuild [new file with mode: 0644]

diff --git a/dev-haskell/bmp/Manifest b/dev-haskell/bmp/Manifest
new file mode 100644 (file)
index 0000000..c9270f0
--- /dev/null
@@ -0,0 +1,2 @@
+DIST bmp-1.1.2.1.tar.gz 8186 RMD160 5065be04b06252a5d3f0c9cbbc71e9cc0096b260 SHA1 00a45fe835e910785deb80caf8de948547fa4645 SHA256 6bd22b69cd25dd7fad70f4f47c8a95fa4ff794bae94d396db52ed7f6dd728007
+EBUILD bmp-1.1.2.1.ebuild 613 RMD160 ab95dfcbba383de06b2e86f173de6e94a886feb8 SHA1 7dd98ba7294bca6ce7e4e3e82f6369cb1586248d SHA256 a4a12f1fc40f1da2d60524f06ee3d15d5f7f50b9f2a15b85b0215071f4bfa183
diff --git a/dev-haskell/bmp/bmp-1.1.2.1.ebuild b/dev-haskell/bmp/bmp-1.1.2.1.ebuild
new file mode 100644 (file)
index 0000000..d2ace6f
--- /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="Read and write uncompressed BMP image files."
+HOMEPAGE="http://code.ouroborus.net/bmp"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/binary-0.5.0.2
+               <dev-haskell/binary-0.6.0.0
+               >=dev-lang/ghc-6.12.1"
+DEPEND="${RDEPEND}
+               >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/repa-algorithms/Manifest b/dev-haskell/repa-algorithms/Manifest
new file mode 100644 (file)
index 0000000..d7ed6a6
--- /dev/null
@@ -0,0 +1,2 @@
+DIST repa-algorithms-2.1.0.1.tar.gz 8725 RMD160 aab18e6e74ab75056436b6d6386af9d29b2a8226 SHA1 86d049978fb815cbe5b4b9cf78ed2ce6e5589758 SHA256 4fcabdcb473ab083824c48b323f4db185228fc87347f7990a65de12d340a3280
+EBUILD repa-algorithms-2.1.0.1.ebuild 596 RMD160 638b9121db73490e609029e45ade1c6b338ff4f1 SHA1 36da813faca7339ffe39e6ccc7564be0e33754a7 SHA256 0d872aab01748eb14ff14bf77cc7c032577ba73e5bb6bba8249ecfb2660b90a9
diff --git a/dev-haskell/repa-algorithms/repa-algorithms-2.1.0.1.ebuild b/dev-haskell/repa-algorithms/repa-algorithms-2.1.0.1.ebuild
new file mode 100644 (file)
index 0000000..bf283c6
--- /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="Algorithms using the Repa array library."
+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.1*
+               =dev-haskell/vector-0.7*
+               >=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+               >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/repa-bytestring/Manifest b/dev-haskell/repa-bytestring/Manifest
new file mode 100644 (file)
index 0000000..92776b3
--- /dev/null
@@ -0,0 +1,2 @@
+DIST repa-bytestring-2.1.0.1.tar.gz 2347 RMD160 cd12c4652cc883395c60986113f09db4a1a456f9 SHA1 2f40d6b2cbe6cc1f5071dfe1038135c52408448e SHA256 d8ea45eef7463ef59c03e6eff3520fdea19fa5501dc2e86ca339023b435b7b06
+EBUILD repa-bytestring-2.1.0.1.ebuild 604 RMD160 d31c2c82f896c1a004a8ff78821f69a3f5a27619 SHA1 dc002584559555cbad34552895f5a75a5b3fab8b SHA256 1169745cd4b0ff499713ffbecd5b10a81415ac1f0b33ba930a026a0a1c2774fb
diff --git a/dev-haskell/repa-bytestring/repa-bytestring-2.1.0.1.ebuild b/dev-haskell/repa-bytestring/repa-bytestring-2.1.0.1.ebuild
new file mode 100644 (file)
index 0000000..a45d8e6
--- /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.1*
+               =dev-haskell/vector-0.7*
+               >=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+               >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/repa-io/Manifest b/dev-haskell/repa-io/Manifest
new file mode 100644 (file)
index 0000000..6d03192
--- /dev/null
@@ -0,0 +1,2 @@
+DIST repa-io-2.1.0.1.tar.gz 6092 RMD160 42c7cfdef6bb19e506b43df687dca1b68d569ad9 SHA1 5a611955bd62b5bd049f8e12c61c666323f75c4a SHA256 982bc4b48468eff7daa25e102016e4d55025f72411fd59b6cdd5ef9033485bd6
+EBUILD repa-io-2.1.0.1.ebuild 635 RMD160 d2d8830cc7b8cfb4a78070843b4d62894b38cb72 SHA1 0923977dc4f0170cf0c8928f1314e3571f12721d SHA256 0d07b7e3ec2e192e9bda89433ce8a730a7af33400a9e458abecc5c6532d46af0
diff --git a/dev-haskell/repa-io/repa-io-2.1.0.1.ebuild b/dev-haskell/repa-io/repa-io-2.1.0.1.ebuild
new file mode 100644 (file)
index 0000000..9299011
--- /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="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/bmp-1.1*
+               =dev-haskell/repa-2.1*
+               =dev-haskell/repa-bytestring-2.1*
+               >=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+               >=dev-haskell/cabal-1.6"