summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2008-05-04 12:36:51 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2008-05-04 12:36:51 +0000
commit92462329e1ab2cbda303c97a73030a6bd059d189 (patch)
treed1ed6f8334c98f2077e27528ebc5eedd9f358c48 /dev-haskell/regex-compat/regex-compat-0.91.ebuild
parentDoesn't build with ibm-jdk-bin so require a sun-jdk. Reported in bug #220197. (diff)
downloadgentoo-2-92462329e1ab2cbda303c97a73030a6bd059d189.tar.gz
gentoo-2-92462329e1ab2cbda303c97a73030a6bd059d189.tar.bz2
gentoo-2-92462329e1ab2cbda303c97a73030a6bd059d189.zip
Version bump dev-haskell/regex-compat to 0.91.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-haskell/regex-compat/regex-compat-0.91.ebuild')
-rw-r--r--dev-haskell/regex-compat/regex-compat-0.91.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-haskell/regex-compat/regex-compat-0.91.ebuild b/dev-haskell/regex-compat/regex-compat-0.91.ebuild
new file mode 100644
index 000000000000..58363485f291
--- /dev/null
+++ b/dev-haskell/regex-compat/regex-compat-0.91.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.91.ebuild,v 1.1 2008/05/04 12:36:51 kolmodin Exp $
+
+CABAL_FEATURES="profile haddock lib"
+inherit haskell-cabal
+
+DESCRIPTION="One module layer over regex-posix to replace Text.Regex"
+HOMEPAGE="http://sourceforge.net/projects/lazy-regex"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.6
+ >=dev-haskell/cabal-1.2
+ >=dev-haskell/regex-base-0.93
+ >=dev-haskell/regex-posix-0.93"