From 8f87891b920f8e6025c8295418c91b15bd2f2f7a Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 9 Nov 2015 19:45:17 +0000 Subject: dev-haskell/hsql: add missing old-time depend, bug #565226 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/565226 Package-Manager: portage-2.2.24 --- dev-haskell/hsql/hsql-1.8.2-r1.ebuild | 37 +++++++++++++++++++++++++++++++++++ dev-haskell/hsql/hsql-1.8.2.ebuild | 34 -------------------------------- 2 files changed, 37 insertions(+), 34 deletions(-) create mode 100644 dev-haskell/hsql/hsql-1.8.2-r1.ebuild delete mode 100644 dev-haskell/hsql/hsql-1.8.2.ebuild (limited to 'dev-haskell/hsql') diff --git a/dev-haskell/hsql/hsql-1.8.2-r1.ebuild b/dev-haskell/hsql/hsql-1.8.2-r1.ebuild new file mode 100644 index 000000000000..9ccf6e441e7b --- /dev/null +++ b/dev-haskell/hsql/hsql-1.8.2-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="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/${PV}" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-haskell/old-time:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" + +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" +} diff --git a/dev-haskell/hsql/hsql-1.8.2.ebuild b/dev-haskell/hsql/hsql-1.8.2.ebuild deleted file mode 100644 index 4b56cb1b1717..000000000000 --- a/dev-haskell/hsql/hsql-1.8.2.ebuild +++ /dev/null @@ -1,34 +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="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.10" - -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" -} -- cgit v1.2.3-65-gdbad