summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 11:30:21 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 11:30:21 +0000
commit6cb6b4ccafea3e9fed8becdc23505a64174bb51a (patch)
tree18eda5dbf2316cb10567e26d5db27ca881fa9486 /dev-haskell/regex-posix
parentVersion bump dev-haskell/regex-base (diff)
downloadgentoo-2-6cb6b4ccafea3e9fed8becdc23505a64174bb51a.tar.gz
gentoo-2-6cb6b4ccafea3e9fed8becdc23505a64174bb51a.tar.bz2
gentoo-2-6cb6b4ccafea3e9fed8becdc23505a64174bb51a.zip
Version bump dev-haskell/regex-posix
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/regex-posix')
-rw-r--r--dev-haskell/regex-posix/ChangeLog10
-rw-r--r--dev-haskell/regex-posix/regex-posix-0.72.0.3.ebuild20
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-haskell/regex-posix/ChangeLog b/dev-haskell/regex-posix/ChangeLog
index 79b31a53b80a..4ab35ce1fade 100644
--- a/dev-haskell/regex-posix/ChangeLog
+++ b/dev-haskell/regex-posix/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/regex-posix
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.19 2008/10/04 17:59:27 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.20 2009/04/19 11:30:21 kolmodin Exp $
+
+*regex-posix-0.72.0.3 (19 Apr 2009)
+
+ 19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org>
+ +regex-posix-0.72.0.3.ebuild:
+ Version bump.
04 Oct 2008; Raúl Porcel <armin76@gentoo.org> regex-posix-0.93.1.ebuild:
alpha/ia64 stable
diff --git a/dev-haskell/regex-posix/regex-posix-0.72.0.3.ebuild b/dev-haskell/regex-posix/regex-posix-0.72.0.3.ebuild
new file mode 100644
index 000000000000..c3919f62c512
--- /dev/null
+++ b/dev-haskell/regex-posix/regex-posix-0.72.0.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/regex-posix-0.72.0.3.ebuild,v 1.1 2009/04/19 11:30:21 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Replaces/Enhances 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 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.6.1
+ =dev-haskell/regex-base-0.7*"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"