* [gentoo-commits] gentoo-x86 commit in dev-haskell/hdbc: ChangeLog hdbc-1.1.3.ebuild
@ 2007-12-13 17:17 Duncan Coutts (dcoutts)
0 siblings, 0 replies; 2+ messages in thread
From: Duncan Coutts (dcoutts) @ 2007-12-13 17:17 UTC (permalink / raw
To: gentoo-commits
dcoutts 07/12/13 17:17:59
Modified: ChangeLog
Added: hdbc-1.1.3.ebuild
Log:
New version.
(Portage version: 2.1.3.19)
Revision Changes Path
1.11 dev-haskell/hdbc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdbc/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdbc/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdbc/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 31 Oct 2007 13:00:06 -0000 1.10
+++ ChangeLog 13 Dec 2007 17:17:58 -0000 1.11
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/hdbc
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.10 2007/10/31 13:00:06 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.11 2007/12/13 17:17:58 dcoutts Exp $
+
+*hdbc-1.1.3 (13 Dec 2007)
+
+ 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> +hdbc-1.1.3.ebuild:
+ New version.
31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> hdbc-1.0.0.ebuild,
hdbc-1.0.1.ebuild:
1.1 dev-haskell/hdbc/hdbc-1.1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdbc/hdbc-1.1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdbc/hdbc-1.1.3.ebuild?rev=1.1&content-type=text/plain
Index: hdbc-1.1.3.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-1.1.3.ebuild,v 1.1 2007/12/13 17:17:58 dcoutts Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal versionator
MY_PN=HDBC
MY_P=${MY_PN}-${PV}
DESCRIPTION="Haskell Database Connectivity"
HOMEPAGE="http://software.complete.org/hdbc"
SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="odbc postgres sqlite"
DEPEND=">=dev-lang/ghc-6.4.1
>=dev-haskell/mtl-1.0"
PDEPEND="odbc? ( =dev-haskell/hdbc-odbc-${PV}* )
postgres? ( =dev-haskell/hdbc-postgresql-${PV}* )
sqlite? ( =dev-haskell/hdbc-sqlite-${PV}* )"
S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack "${A}"
sed -i -e '/GHC-Options:/d' "${S}/HDBC.cabal"
if version_is_at_least "6.8" "$(ghc-version)"; then
sed -i -e '/Build-Depends:/a \
, old-time, containers, bytestring' \
"${S}/HDBC.cabal"
echo "GHC-Options: -fglasgow-exts" >> "${S}/HDBC.cabal"
fi
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/hdbc: ChangeLog hdbc-1.1.3.ebuild
@ 2010-07-11 21:22 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2010-07-11 21:22 UTC (permalink / raw
To: gentoo-commits
slyfox 10/07/11 21:22:00
Modified: ChangeLog hdbc-1.1.3.ebuild
Log:
Fixed building against newer ghc (base==3.*). Addresses bug #296529.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.12 dev-haskell/hdbc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 13 Dec 2007 17:17:58 -0000 1.11
+++ ChangeLog 11 Jul 2010 21:21:59 -0000 1.12
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/hdbc
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.11 2007/12/13 17:17:58 dcoutts Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.12 2010/07/11 21:21:59 slyfox Exp $
+
+ 11 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> hdbc-1.1.3.ebuild:
+ Fixed building against newer ghc (bug #296529). Thanks to Diego E.
+ 'Flameeyes' Pettenò <flameeyes@gentoo.org> and Emil Karlson
+ <jekarlson@gmail.com> for report and proposed fix.
*hdbc-1.1.3 (13 Dec 2007)
1.2 dev-haskell/hdbc/hdbc-1.1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-1.1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-1.1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-1.1.3.ebuild?r1=1.1&r2=1.2
Index: hdbc-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-1.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hdbc-1.1.3.ebuild 13 Dec 2007 17:17:58 -0000 1.1
+++ hdbc-1.1.3.ebuild 11 Jul 2010 21:21:59 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-1.1.3.ebuild,v 1.1 2007/12/13 17:17:58 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-1.1.3.ebuild,v 1.2 2010/07/11 21:21:59 slyfox Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal versionator
@@ -38,3 +38,5 @@
echo "GHC-Options: -fglasgow-exts" >> "${S}/HDBC.cabal"
fi
}
+
+CABAL_CONFIGURE_FLAGS="--constraint=base<4"
\ No newline at end of file
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-11 21:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-11 21:22 [gentoo-commits] gentoo-x86 commit in dev-haskell/hdbc: ChangeLog hdbc-1.1.3.ebuild Sergei Trofimovich (slyfox)
-- strict thread matches above, loose matches on Subject: below --
2007-12-13 17:17 Duncan Coutts (dcoutts)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox