diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-06-14 22:05:44 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-06-14 22:15:45 +0100 |
commit | c60b13976e658b435a9b98258b458b4fe09e3562 (patch) | |
tree | eb882781795ea8045d6c5e6408a4f26102510ffa /dev-haskell/regex-compat | |
parent | dev-haskell/regex-compat: amd64/x86/alpha/ia64/ppc/ppc64/sparc stable (diff) | |
download | gentoo-c60b13976e658b435a9b98258b458b4fe09e3562.tar.gz gentoo-c60b13976e658b435a9b98258b458b4fe09e3562.tar.bz2 gentoo-c60b13976e658b435a9b98258b458b4fe09e3562.zip |
dev-haskell/regex-compat: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-haskell/regex-compat')
-rw-r--r-- | dev-haskell/regex-compat/regex-compat-0.95.1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-haskell/regex-compat/regex-compat-0.95.1.ebuild b/dev-haskell/regex-compat/regex-compat-0.95.1.ebuild deleted file mode 100644 index 1df64be19ae4..000000000000 --- a/dev-haskell/regex-compat/regex-compat-0.95.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# 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="https://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" |