summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/regex-compat')
-rw-r--r--dev-haskell/regex-compat/Manifest1
-rw-r--r--dev-haskell/regex-compat/metadata.xml8
-rw-r--r--dev-haskell/regex-compat/regex-compat-0.95.1.ebuild25
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/regex-compat/Manifest b/dev-haskell/regex-compat/Manifest
new file mode 100644
index 000000000000..20871036ad86
--- /dev/null
+++ b/dev-haskell/regex-compat/Manifest
@@ -0,0 +1 @@
+DIST regex-compat-0.95.1.tar.gz 3968 SHA256 d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b SHA512 9fb38b001a4cdca5b3630d88e8fcb2f359f6e8dd49fbe13d5e2a1c99b4978b33ce639b344445b27daf68abbae1cf2c9905d48ff68a81e02b4e54aa92dea956e2 WHIRLPOOL e19c53ed563d031aefc5b8abe01363ac6f621251ffecf53926f306e57df9f9c528bf1487ee2d765e36a75c3e7126ff01d5701ea5086f48a47245f0ad231ab11c
diff --git a/dev-haskell/regex-compat/metadata.xml b/dev-haskell/regex-compat/metadata.xml
new file mode 100644
index 000000000000..8c66906af531
--- /dev/null
+++ b/dev-haskell/regex-compat/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>haskell</herd>
+<maintainer>
+ <email>haskell@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/dev-haskell/regex-compat/regex-compat-0.95.1.ebuild b/dev-haskell/regex-compat/regex-compat-0.95.1.ebuild
new file mode 100644
index 000000000000..fd1f4c82b6b6
--- /dev/null
+++ b/dev-haskell/regex-compat/regex-compat-0.95.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour hoogle"
+inherit haskell-cabal
+
+DESCRIPTION="Replaces/Enhances Text.Regex"
+HOMEPAGE="http://sourceforge.net/projects/lazy-regex"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-haskell/regex-base-0.93[profile?]
+ >=dev-haskell/regex-posix-0.95.1[profile?]
+ >=dev-lang/ghc-6.8.2"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"