diff options
Diffstat (limited to 'dev-haskell/x11/x11-1.4.5.ebuild')
-rw-r--r-- | dev-haskell/x11/x11-1.4.5.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-haskell/x11/x11-1.4.5.ebuild b/dev-haskell/x11/x11-1.4.5.ebuild deleted file mode 100644 index 7e8c89d70546..000000000000 --- a/dev-haskell/x11/x11-1.4.5.ebuild +++ /dev/null @@ -1,31 +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/x11/x11-1.4.5.ebuild,v 1.3 2010/07/01 19:59:30 jer Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit haskell-cabal eutils - -MY_PN="X11" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A binding to the X11 graphics library" -HOMEPAGE="http://darcs.haskell.org/X11" -SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="xinerama" - -RDEPEND=">=dev-lang/ghc-6.4.2 - x11-libs/libX11 - xinerama? ( x11-libs/libXinerama )" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2.3.0" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - CABAL_CONFIGURE_FLAGS="--configure-option=$(use_with xinerama)" - cabal_src_compile -} |