diff options
Diffstat (limited to 'dev-haskell/hdbc/hdbc-0.99.0.ebuild')
-rw-r--r-- | dev-haskell/hdbc/hdbc-0.99.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/hdbc/hdbc-0.99.0.ebuild b/dev-haskell/hdbc/hdbc-0.99.0.ebuild deleted file mode 100644 index dd9cdb295515..000000000000 --- a/dev-haskell/hdbc/hdbc-0.99.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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-0.99.0.ebuild,v 1.5 2006/03/11 20:41:25 dcoutts Exp $ - -CABAL_FEATURES="lib haddock" -inherit ghc-package 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="" - -DEPEND=">=virtual/ghc-6.4.1" - -S="${WORKDIR}/${PN}" - -pkg_postinst () { - ghc-package_pkg_postinst - - einfo "You will probably want to emerge one or more HDBC backend." - einfo "These backends are available:" - einfo " hdbc-postgresql" - einfo " hdbc-sqlite" - einfo " hdbc-odbc" -} |