# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-1.0.0.ebuild,v 1.1 2006/07/02 19:08:39 dcoutts Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal DESCRIPTION="Haskell Database Connectivity" HOMEPAGE="http://quux.org/devel/hdbc/" SRC_URI="http://quux.org/devel/hdbc/${PN}_${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="odbc postgres sqlite" DEPEND=">=virtual/ghc-6.4.1" PDEPEND="odbc? ( =dev-haskell/hdbc-odbc-${PV}* ) postgres? ( =dev-haskell/hdbc-postgresql-${PV}* ) sqlite? ( =dev-haskell/hdbc-sqlite-${PV}* )" S="${WORKDIR}/${PN}"