diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 10:51:20 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 14:36:34 +0100 |
commit | 92566fab42924e6d991e608ec215c6eb9b52e0a9 (patch) | |
tree | aaa84fb2d773fce6d85e118515392cbccc66b687 /dev-haskell/regex-posix/regex-posix-0.95.1.ebuild | |
parent | dev-haskell/regex-tdfa: drop old (diff) | |
download | gentoo-92566fab42924e6d991e608ec215c6eb9b52e0a9.tar.gz gentoo-92566fab42924e6d991e608ec215c6eb9b52e0a9.tar.bz2 gentoo-92566fab42924e6d991e608ec215c6eb9b52e0a9.zip |
dev-haskell/regex-posix: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/regex-posix/regex-posix-0.95.1.ebuild')
-rw-r--r-- | dev-haskell/regex-posix/regex-posix-0.95.1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-haskell/regex-posix/regex-posix-0.95.1.ebuild b/dev-haskell/regex-posix/regex-posix-0.95.1.ebuild deleted file mode 100644 index 197cce55f6db..000000000000 --- a/dev-haskell/regex-posix/regex-posix-0.95.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -CABAL_FEATURES="lib profile haddock hscolour hoogle" -inherit base 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-lang/ghc-6.8.2" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" - -PATCHES=("${FILESDIR}/${PN}-0.95.1-control-exception.patch" - "${FILESDIR}/${PN}-0.95.1-ghc-7.5.patch") |