public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/hdbc-sqlite: ChangeLog hdbc-sqlite-1.1.3.0.ebuild
@ 2007-12-13 17:20 Duncan Coutts (dcoutts)
  0 siblings, 0 replies; 2+ messages in thread
From: Duncan Coutts (dcoutts) @ 2007-12-13 17:20 UTC (permalink / raw
  To: gentoo-commits

dcoutts     07/12/13 17:20:21

  Modified:             ChangeLog
  Added:                hdbc-sqlite-1.1.3.0.ebuild
  Log:
  New version.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.11                 dev-haskell/hdbc-sqlite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	31 Oct 2007 13:01:36 -0000	1.10
+++ ChangeLog	13 Dec 2007 17:20:20 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/hdbc-sqlite
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog,v 1.10 2007/10/31 13:01:36 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog,v 1.11 2007/12/13 17:20:20 dcoutts Exp $
+
+*hdbc-sqlite-1.1.3.0 (13 Dec 2007)
+
+  13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org>
+  +files/hdbc-sqlite3-helper.h, +hdbc-sqlite-1.1.3.0.ebuild:
+  New version.
 
   31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org>
   hdbc-sqlite-1.0.0.0.ebuild, hdbc-sqlite-1.0.1.0.ebuild:



1.1                  dev-haskell/hdbc-sqlite/hdbc-sqlite-1.1.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdbc-sqlite/hdbc-sqlite-1.1.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdbc-sqlite/hdbc-sqlite-1.1.3.0.ebuild?rev=1.1&content-type=text/plain

Index: hdbc-sqlite-1.1.3.0.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-sqlite/hdbc-sqlite-1.1.3.0.ebuild,v 1.1 2007/12/13 17:20:20 dcoutts Exp $

CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal versionator

MY_PN=HDBC-sqlite3
MY_P=${MY_PN}-${PV}

DESCRIPTION="Sqlite v3 database driver for HDBC"
HOMEPAGE="http://software.complete.org/hdbc-sqlite3"
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=""

hdbc_PV=$(get_version_component_range 1-3)

DEPEND=">=dev-lang/ghc-6.4.1
		dev-haskell/mtl
		=dev-haskell/hdbc-${hdbc_PV}*
		>=dev-db/sqlite-3.2"

S="${WORKDIR}/${MY_P}"

src_unpack() {
	unpack "${A}"

	cp "${FILESDIR}/hdbc-sqlite3-helper.h" "${S}/"
	sed -i -e 's/GHC-Options: -O2 -Wall/GHC-Options: -fvia-C/' \
		-e '/^Extensions:/a \
		, ForeignFunctionInterface, EmptyDataDecls' \
		"${S}/${MY_PN}.cabal"

	if version_is_at_least "6.8" "$(ghc-version)"; then
		sed -i -e '/Build-Depends:/a \
			, bytestring' \
		"${S}/${MY_PN}.cabal"
		echo "GHC-Options: -XPatternSignatures" >> "${S}/${MY_PN}.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-sqlite: ChangeLog hdbc-sqlite-1.1.3.0.ebuild
@ 2010-07-11 21:36 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2010-07-11 21:36 UTC (permalink / raw
  To: gentoo-commits

slyfox      10/07/11 21:36:50

  Modified:             ChangeLog hdbc-sqlite-1.1.3.0.ebuild
  Log:
  Fixed building on newer ghc (base==3.* dep).
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-haskell/hdbc-sqlite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	13 Dec 2007 17:20:20 -0000	1.11
+++ ChangeLog	11 Jul 2010 21:36:50 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/hdbc-sqlite
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog,v 1.11 2007/12/13 17:20:20 dcoutts Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-sqlite/ChangeLog,v 1.12 2010/07/11 21:36:50 slyfox Exp $
+
+  11 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org>
+  hdbc-sqlite-1.1.3.0.ebuild:
+  Fixed building on newer ghc. Thanks to Emil Karlson <jekarlson@gmail.com>
+  for report and proposed fix.
 
 *hdbc-sqlite-1.1.3.0 (13 Dec 2007)
 



1.2                  dev-haskell/hdbc-sqlite/hdbc-sqlite-1.1.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-sqlite/hdbc-sqlite-1.1.3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-sqlite/hdbc-sqlite-1.1.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-sqlite/hdbc-sqlite-1.1.3.0.ebuild?r1=1.1&r2=1.2

Index: hdbc-sqlite-1.1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-sqlite/hdbc-sqlite-1.1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hdbc-sqlite-1.1.3.0.ebuild	13 Dec 2007 17:20:20 -0000	1.1
+++ hdbc-sqlite-1.1.3.0.ebuild	11 Jul 2010 21:36:50 -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-sqlite/hdbc-sqlite-1.1.3.0.ebuild,v 1.1 2007/12/13 17:20:20 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-sqlite/hdbc-sqlite-1.1.3.0.ebuild,v 1.2 2010/07/11 21:36:50 slyfox Exp $
 
 CABAL_FEATURES="lib profile haddock"
 inherit haskell-cabal versionator
@@ -42,3 +42,5 @@
 		echo "GHC-Options: -XPatternSignatures" >> "${S}/${MY_PN}.cabal"
 	fi
 }
+
+CABAL_CONFIGURE_FLAGS="--constraint=base<4"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-11 21:36 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:36 [gentoo-commits] gentoo-x86 commit in dev-haskell/hdbc-sqlite: ChangeLog hdbc-sqlite-1.1.3.0.ebuild Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-13 17:20 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