diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-20 02:39:31 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-20 02:39:31 +0000 |
commit | cdecc3d0719fbd0095f2122c4a0a11d0c9e71c33 (patch) | |
tree | f64394d92f9db27e2918ffaaf5f148903823530e /dev-haskell | |
parent | New version. Released with ghc-6.8 but works with ghc-6.6. (diff) | |
download | gentoo-2-cdecc3d0719fbd0095f2122c4a0a11d0c9e71c33.tar.gz gentoo-2-cdecc3d0719fbd0095f2122c4a0a11d0c9e71c33.tar.bz2 gentoo-2-cdecc3d0719fbd0095f2122c4a0a11d0c9e71c33.zip |
New version. Released with ghc-6.8 but works with ghc-6.6.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/regex-compat/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/regex-compat/files/digest-regex-compat-0.71.0.1 | 3 | ||||
-rw-r--r-- | dev-haskell/regex-compat/regex-compat-0.71.0.1.ebuild | 20 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-haskell/regex-compat/ChangeLog b/dev-haskell/regex-compat/ChangeLog index 758ce690e5b3..2c295e59c364 100644 --- a/dev-haskell/regex-compat/ChangeLog +++ b/dev-haskell/regex-compat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/regex-compat # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.11 2007/12/17 01:00:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.12 2007/12/20 02:39:29 dcoutts Exp $ + +*regex-compat-0.71.0.1 (20 Dec 2007) + + 20 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> + +regex-compat-0.71.0.1.ebuild: + New version. Released with ghc-6.8 but works with ghc-6.6. 17 Dec 2007; Jeroen Roovers <jer@gentoo.org> regex-compat-0.71.ebuild: Stable for HPPA. diff --git a/dev-haskell/regex-compat/files/digest-regex-compat-0.71.0.1 b/dev-haskell/regex-compat/files/digest-regex-compat-0.71.0.1 new file mode 100644 index 000000000000..d4841d0fc3ae --- /dev/null +++ b/dev-haskell/regex-compat/files/digest-regex-compat-0.71.0.1 @@ -0,0 +1,3 @@ +MD5 c939571633f1245982ae20d09b07cc00 regex-compat-0.71.0.1.tar.gz 3601 +RMD160 1f017c1fa1ca9dfcccf3da4760bcc8f999fb56e9 regex-compat-0.71.0.1.tar.gz 3601 +SHA256 904552f7d690686b2602f37494827d09b09fc0a8a2565522b61847bec8d1de8d regex-compat-0.71.0.1.tar.gz 3601 diff --git a/dev-haskell/regex-compat/regex-compat-0.71.0.1.ebuild b/dev-haskell/regex-compat/regex-compat-0.71.0.1.ebuild new file mode 100644 index 000000000000..3c29c9117a67 --- /dev/null +++ b/dev-haskell/regex-compat/regex-compat-0.71.0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 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.71.0.1.ebuild,v 1.1 2007/12/20 02:39:29 dcoutts Exp $ + +CABAL_FEATURES="lib profile haddock" +CABAL_MIN_VERSION=1.2 +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="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/ghc-6.6 + =dev-haskell/regex-base-0.7* + =dev-haskell/regex-posix-0.7*" |