diff options
Diffstat (limited to 'dev-haskell/http/http-4000.0.5.ebuild')
-rw-r--r-- | dev-haskell/http/http-4000.0.5.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-haskell/http/http-4000.0.5.ebuild b/dev-haskell/http/http-4000.0.5.ebuild deleted file mode 100644 index cc772b6003a8..000000000000 --- a/dev-haskell/http/http-4000.0.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.0.5.ebuild,v 1.2 2010/07/01 19:57:11 jer Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit haskell-cabal - -MY_PN="HTTP" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A library for client-side HTTP" -HOMEPAGE="http://projects.haskell.org/http/" -SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.6.1 - dev-haskell/mtl - dev-haskell/network - dev-haskell/parsec" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" - -S="${WORKDIR}/${MY_P}" |