diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-04-19 11:35:36 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-04-19 11:35:36 +0000 |
commit | 2526451eb521363ad99eb97f1fd355a269a632a3 (patch) | |
tree | d56b0deef580df2975fd1ed585e372ef887813b4 /dev-haskell | |
parent | Version bump dev-haskell/regex-posix (diff) | |
download | gentoo-2-2526451eb521363ad99eb97f1fd355a269a632a3.tar.gz gentoo-2-2526451eb521363ad99eb97f1fd355a269a632a3.tar.bz2 gentoo-2-2526451eb521363ad99eb97f1fd355a269a632a3.zip |
Remove hard masked (broken) version of dev-haskell/regex-compat
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/regex-compat/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/regex-compat/regex-compat-0.90.ebuild | 19 |
2 files changed, 6 insertions, 21 deletions
diff --git a/dev-haskell/regex-compat/ChangeLog b/dev-haskell/regex-compat/ChangeLog index b15f0a831586..1bfccb42da33 100644 --- a/dev-haskell/regex-compat/ChangeLog +++ b/dev-haskell/regex-compat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/regex-compat -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.19 2008/10/04 18:00:09 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.20 2009/04/19 11:35:36 kolmodin Exp $ + + 19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> + -regex-compat-0.90.ebuild: + Remove hard masked version, did not work with >=ghc-6.8 04 Oct 2008; Raúl Porcel <armin76@gentoo.org> regex-compat-0.91.ebuild: alpha/ia64 stable diff --git a/dev-haskell/regex-compat/regex-compat-0.90.ebuild b/dev-haskell/regex-compat/regex-compat-0.90.ebuild deleted file mode 100644 index 087788e8dcdc..000000000000 --- a/dev-haskell/regex-compat/regex-compat-0.90.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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.90.ebuild,v 1.6 2008/03/01 11:28:25 armin76 Exp $ - -CABAL_FEATURES="profile haddock lib" -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 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-lang/ghc-6.6 - >=dev-haskell/regex-base-0.80 - >=dev-haskell/regex-posix-0.80" |