mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/hsql: drop old
Package-Manager: portage-2.2.24
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST hsql-1.8.1.tar.gz 9365 SHA256 bff33ef9109a9e27333f239bb999f224192da5a1a91a78a0bf3ba1b514107dc9 SHA512 3f174a9684bb7ce78a9ba66d15be584fb312bc2fb95b67b1005a3e6fbc48816428e6ab6bbc2ada6ce1094fbd20b9f0553e70463f0e406b252fccff5c3829c475 WHIRLPOOL d33ab8266e3b000cdaf9ac5633e51d01f5d29eb7586771e4b6c91697dbb3a867d1f7ea809032bf690f22bcc040762ad298b8ffa2594c0e5a022c2056409b8416
|
||||
DIST hsql-1.8.2.tar.gz 10568 SHA256 7e2d32eb0d3a1e30ec8fe02ff41b8975298249ccf54ef2e9774260eb05b1a344 SHA512 f4a002573bead2de330d526ab4158517e66f92f4d6a87a517dd2e7949abb7566c318d96e4072535b157f3d40a5714702f4127ea106ab976bf5f0ec302e50c6f6 WHIRLPOOL 938cc447a81ad9c2aa0e254d25bf1c3aec1783de33144af53e310cce5a5fe08cb7657e847f383c9dc2f9535ac3db1784becab25115225e0473c9d9243c5cacc3
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
diff --git a/hsql.cabal b/hsql.cabal
|
||||
index 6595eee..7e198e9 100644
|
||||
--- a/hsql.cabal
|
||||
+++ b/hsql.cabal
|
||||
@@ -19,7 +19,7 @@ exposed-modules:
|
||||
Database.HSQL.Types
|
||||
build-depends: base==4.*, old-time
|
||||
extensions: CPP, ForeignFunctionInterface, DeriveDataTypeable, RankNTypes,
|
||||
- ScopedTypeVariables
|
||||
+ ScopedTypeVariables, FlexibleInstances
|
||||
build-type: Simple
|
||||
license-file: LICENSE
|
||||
cabal-version: >= 1.6
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
# ebuild generated by hackport 0.2.13
|
||||
|
||||
EAPI=4
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hscolour hoogle"
|
||||
inherit base haskell-cabal
|
||||
|
||||
DESCRIPTION="Simple library for database access from Haskell"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/hsql"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-lang/ghc-6.10.1"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.6"
|
||||
|
||||
PATCHES=("${FILESDIR}"/${P}-ghc-7.4.patch)
|
||||
|
||||
pkg_postinst () {
|
||||
ghc-package_pkg_postinst
|
||||
|
||||
elog "You will probably want to emerge one or more HSQL backend."
|
||||
elog "These backends are available:"
|
||||
elog " hsql-postgresql"
|
||||
elog " hsql-mysql"
|
||||
elog " hsql-sqlite"
|
||||
elog " hsql-odbc"
|
||||
}
|
||||
Reference in New Issue
Block a user