summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-08-04 12:44:56 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-08-04 12:44:56 +0000
commit79a9f2b91e9ac11c16733d3d2b04969f6111fd7c (patch)
tree35be23706c3ec031e9180e1c8d9999d8c9d280cd /dev-haskell
parentmask net-fs/samba[ads,cluster] as it require some unsupported features (diff)
downloadgentoo-2-79a9f2b91e9ac11c16733d3d2b04969f6111fd7c.tar.gz
gentoo-2-79a9f2b91e9ac11c16733d3d2b04969f6111fd7c.tar.bz2
gentoo-2-79a9f2b91e9ac11c16733d3d2b04969f6111fd7c.zip
Version bump (ghc-7 compatible)
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hsql-mysql/ChangeLog9
-rw-r--r--dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild25
-rw-r--r--dev-haskell/hsql-odbc/ChangeLog10
-rw-r--r--dev-haskell/hsql-odbc/hsql-odbc-1.8.1.1.ebuild25
-rw-r--r--dev-haskell/hsql-postgresql/ChangeLog10
-rw-r--r--dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild25
-rw-r--r--dev-haskell/hsql-sqlite/ChangeLog10
-rw-r--r--dev-haskell/hsql-sqlite/hsql-sqlite-1.8.1.ebuild31
-rw-r--r--dev-haskell/hsql/ChangeLog9
-rw-r--r--dev-haskell/hsql/hsql-1.8.1.ebuild34
10 files changed, 178 insertions, 10 deletions
diff --git a/dev-haskell/hsql-mysql/ChangeLog b/dev-haskell/hsql-mysql/ChangeLog
index 47f22ddacb3e..1bba72a46779 100644
--- a/dev-haskell/hsql-mysql/ChangeLog
+++ b/dev-haskell/hsql-mysql/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/hsql-mysql
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog,v 1.10 2010/07/12 15:47:40 slyfox Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog,v 1.11 2011/08/04 12:44:56 slyfox Exp $
+
+*hsql-mysql-1.8.1 (04 Aug 2011)
+
+ 04 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> +hsql-mysql-1.8.1.ebuild:
+ Version bump (ghc-7 compatible)
12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> hsql-mysql-1.7.ebuild,
hsql-mysql-1.7.1.ebuild:
diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild
new file mode 100644
index 000000000000..96880ceb5b87
--- /dev/null
+++ b/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild,v 1.1 2011/08/04 12:44:56 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="MySQL driver for HSQL."
+HOMEPAGE="http://hackage.haskell.org/package/hsql-mysql"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/hsql-1.8
+ >=dev-lang/ghc-6.10.1
+ >=virtual/mysql-4.0"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/hsql-odbc/ChangeLog b/dev-haskell/hsql-odbc/ChangeLog
index fb4b5048c535..6e47ae05fd3d 100644
--- a/dev-haskell/hsql-odbc/ChangeLog
+++ b/dev-haskell/hsql-odbc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/hsql-odbc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-odbc/ChangeLog,v 1.9 2010/07/12 15:48:39 slyfox Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-odbc/ChangeLog,v 1.10 2011/08/04 12:44:55 slyfox Exp $
+
+*hsql-odbc-1.8.1.1 (04 Aug 2011)
+
+ 04 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org>
+ +hsql-odbc-1.8.1.1.ebuild:
+ Version bump (ghc-7 compatible)
12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> hsql-odbc-1.7.ebuild:
Fixed bug #278897 (build failure on ghc-6.10+). Thanks to Nikolay Orlyuk
diff --git a/dev-haskell/hsql-odbc/hsql-odbc-1.8.1.1.ebuild b/dev-haskell/hsql-odbc/hsql-odbc-1.8.1.1.ebuild
new file mode 100644
index 000000000000..2481ccb28e89
--- /dev/null
+++ b/dev-haskell/hsql-odbc/hsql-odbc-1.8.1.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-odbc/hsql-odbc-1.8.1.1.ebuild,v 1.1 2011/08/04 12:44:55 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A Haskell Interface to ODBC."
+HOMEPAGE="http://hackage.haskell.org/package/hsql-odbc"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/hsql-1.8
+ >=dev-lang/ghc-6.10.1
+ >=dev-db/unixODBC-2.2"
+DEPEND="${RDEPEND}
+ dev-haskell/cabal"
diff --git a/dev-haskell/hsql-postgresql/ChangeLog b/dev-haskell/hsql-postgresql/ChangeLog
index 12aa583042fc..dd719fd1811b 100644
--- a/dev-haskell/hsql-postgresql/ChangeLog
+++ b/dev-haskell/hsql-postgresql/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/hsql-postgresql
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/ChangeLog,v 1.12 2010/07/12 15:49:30 slyfox Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/ChangeLog,v 1.13 2011/08/04 12:44:55 slyfox Exp $
+
+*hsql-postgresql-1.8.1 (04 Aug 2011)
+
+ 04 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org>
+ +hsql-postgresql-1.8.1.ebuild:
+ Version bump (ghc-7 compatible)
12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org>
hsql-postgresql-1.7.ebuild:
diff --git a/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild b/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild
new file mode 100644
index 000000000000..53077e220ad0
--- /dev/null
+++ b/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild,v 1.1 2011/08/04 12:44:55 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A Haskell Interface to PostgreSQL via the PQ library."
+HOMEPAGE="http://hackage.haskell.org/package/hsql-postgresql"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="=dev-haskell/hsql-1.8*
+ >=dev-lang/ghc-6.10.1
+ >=dev-db/postgresql-base-7"
+DEPEND="${RDEPEND}
+ dev-haskell/cabal"
diff --git a/dev-haskell/hsql-sqlite/ChangeLog b/dev-haskell/hsql-sqlite/ChangeLog
index 9a4cb49072a7..ce19e72cbff1 100644
--- a/dev-haskell/hsql-sqlite/ChangeLog
+++ b/dev-haskell/hsql-sqlite/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/hsql-sqlite
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-sqlite/ChangeLog,v 1.10 2010/07/12 15:50:22 slyfox Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-sqlite/ChangeLog,v 1.11 2011/08/04 12:44:55 slyfox Exp $
+
+*hsql-sqlite-1.8.1 (04 Aug 2011)
+
+ 04 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org>
+ +hsql-sqlite-1.8.1.ebuild:
+ Version bump (ghc-7 compatible)
12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org>
hsql-sqlite-1.7.ebuild:
diff --git a/dev-haskell/hsql-sqlite/hsql-sqlite-1.8.1.ebuild b/dev-haskell/hsql-sqlite/hsql-sqlite-1.8.1.ebuild
new file mode 100644
index 000000000000..d719a28a077a
--- /dev/null
+++ b/dev-haskell/hsql-sqlite/hsql-sqlite-1.8.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-sqlite/hsql-sqlite-1.8.1.ebuild,v 1.1 2011/08/04 12:44:55 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+MY_PN=hsql-sqlite3
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="SQLite3 driver for HSQL."
+HOMEPAGE="http://hackage.haskell.org/package/hsql-sqlite3"
+SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/hsql-1.8
+ >=dev-lang/ghc-6.10.1
+ >=dev-db/sqlite-3.0"
+
+DEPEND="${RDEPEND}
+ dev-haskell/cabal"
+
+S="${WORKDIR}/${MY_P}"
diff --git a/dev-haskell/hsql/ChangeLog b/dev-haskell/hsql/ChangeLog
index aa96c585a68a..cecb7da7b9a9 100644
--- a/dev-haskell/hsql/ChangeLog
+++ b/dev-haskell/hsql/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/hsql
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/ChangeLog,v 1.13 2010/07/12 15:46:39 slyfox Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/ChangeLog,v 1.14 2011/08/04 12:44:56 slyfox Exp $
+
+*hsql-1.8.1 (04 Aug 2011)
+
+ 04 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> +hsql-1.8.1.ebuild:
+ Version bump (ghc-7 compatible)
12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> hsql-1.7.ebuild,
hsql-1.7.1.ebuild:
diff --git a/dev-haskell/hsql/hsql-1.8.1.ebuild b/dev-haskell/hsql/hsql-1.8.1.ebuild
new file mode 100644
index 000000000000..ef015b48d68d
--- /dev/null
+++ b/dev-haskell/hsql/hsql-1.8.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/hsql-1.8.1.ebuild,v 1.1 2011/08/04 12:44:56 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Simple library for database access from Haskell."
+HOMEPAGE="http://hackage.haskell.org/package/hsql"
+SRC_URI="http://hackage.haskell.org/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"
+
+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"
+}