summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-03-28 16:39:06 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-03-28 16:39:06 +0000
commitdd8795a79bb9f7df63468298eba84625ca62237c (patch)
tree20d96a29d900250feca3bce3c32d38083dd03155 /dev-haskell/dataenc/dataenc-0.13.0.2.ebuild
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadhistorical-dd8795a79bb9f7df63468298eba84625ca62237c.tar.gz
historical-dd8795a79bb9f7df63468298eba84625ca62237c.tar.bz2
historical-dd8795a79bb9f7df63468298eba84625ca62237c.zip
Initial version of dev-haskell/dataenc.
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/dataenc/dataenc-0.13.0.2.ebuild')
-rw-r--r--dev-haskell/dataenc/dataenc-0.13.0.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-haskell/dataenc/dataenc-0.13.0.2.ebuild b/dev-haskell/dataenc/dataenc-0.13.0.2.ebuild
new file mode 100644
index 000000000000..274ec87e040b
--- /dev/null
+++ b/dev-haskell/dataenc/dataenc-0.13.0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/dataenc-0.13.0.2.ebuild,v 1.1 2010/03/28 16:39:06 kolmodin Exp $
+
+CABAL_FEATURES="bin lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Data encoding library"
+HOMEPAGE="http://www.haskell.org/haskellwiki/Library/Data_encoding"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.6.1
+ >=dev-haskell/cabal-1.2"