diff options
Diffstat (limited to 'dev-haskell/hdbc-odbc/hdbc-odbc-1.0.0.0.ebuild')
-rw-r--r-- | dev-haskell/hdbc-odbc/hdbc-odbc-1.0.0.0.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-haskell/hdbc-odbc/hdbc-odbc-1.0.0.0.ebuild b/dev-haskell/hdbc-odbc/hdbc-odbc-1.0.0.0.ebuild deleted file mode 100644 index e31542c40a41..000000000000 --- a/dev-haskell/hdbc-odbc/hdbc-odbc-1.0.0.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-odbc/hdbc-odbc-1.0.0.0.ebuild,v 1.2 2007/10/31 13:00:38 dcoutts Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit base haskell-cabal versionator - -DESCRIPTION="ODBC database driver for HDBC" -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="" - -hdbc_PV=$(get_version_component_range 1-3) - -DEPEND=">=dev-lang/ghc-6.4.1 - ~dev-haskell/hdbc-${hdbc_PV} - >=dev-db/unixODBC-2.2" - -S="${WORKDIR}/${PN}" - -src_unpack() { - base_src_unpack - - # temp patch for missing #include. It seems different versions of - # dev-db/unixODBC #include their headers in each other differently. - sed -i 's/#include <sqlext.h>/#include <sqlext.h>\n#include <sqlucode.h>/' \ - "${S}/Database/HDBC/ODBC/TypeConv.hsc" -} |