summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-11 15:41:03 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-11 15:41:03 +0000
commitd93a6463cb2b4eaf1de656697c3f676b530704ae (patch)
treec28097b1edafa4b355ad0e9b4924919d804aa428 /dev-haskell/drift/drift-2.4.2.ebuild
parentPCRE bindings for haskell (ganeti depend: #491214). (diff)
downloadhistorical-d93a6463cb2b4eaf1de656697c3f676b530704ae.tar.gz
historical-d93a6463cb2b4eaf1de656697c3f676b530704ae.tar.bz2
historical-d93a6463cb2b4eaf1de656697c3f676b530704ae.zip
Version bump.
Package-Manager: portage-2.2.10/cvs/Linux x86_64 Manifest-Sign-Key: 0x611FF3AA
Diffstat (limited to 'dev-haskell/drift/drift-2.4.2.ebuild')
-rw-r--r--dev-haskell/drift/drift-2.4.2.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/drift/drift-2.4.2.ebuild b/dev-haskell/drift/drift-2.4.2.ebuild
new file mode 100644
index 000000000000..b2f5b382c7de
--- /dev/null
+++ b/dev-haskell/drift/drift-2.4.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/drift/drift-2.4.2.ebuild,v 1.1 2014/08/11 15:40:54 slyfox Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.4.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="DrIFT"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Program to derive type class instances"
+HOMEPAGE="http://repetae.net/computer/haskell/DrIFT/"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/random:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"
+
+S="${WORKDIR}/${MY_P}"