slyfox      15/08/01 16:20:45

  Modified:             ChangeLog
  Added:                hdbc-odbc-2.4.0.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  Changes    Path
1.24                 dev-haskell/hdbc-odbc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-odbc/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   6 Jun 2015 11:22:39 -0000       1.23
+++ ChangeLog   1 Aug 2015 16:20:45 -0000       1.24
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/hdbc-odbc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-odbc/ChangeLog,v 1.23 
2015/06/06 11:22:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-odbc/ChangeLog,v 1.24 
2015/08/01 16:20:45 slyfox Exp $
+
+*hdbc-odbc-2.4.0.1 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich <[email protected]> 
+hdbc-odbc-2.4.0.1.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add github to remote-id in metadata.xml



1.1                  dev-haskell/hdbc-odbc/hdbc-odbc-2.4.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-odbc/hdbc-odbc-2.4.0.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc-odbc/hdbc-odbc-2.4.0.1.ebuild?rev=1.1&content-type=text/plain

Index: hdbc-odbc-2.4.0.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/hdbc-odbc/hdbc-odbc-2.4.0.1.ebuild,v 1.1 
2015/08/01 16:20:45 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.9999

# haddock is disabled as it chokes in .hsc file:
#     Database/HDBC/ODBC/Statement.hsc:462:3:
#        parse error on input `Word16'
CABAL_FEATURES="bin lib profile hoogle hscolour"
inherit haskell-cabal

MY_PN="HDBC-odbc"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="ODBC driver for HDBC"
HOMEPAGE="https://github.com/hdbc/hdbc-odbc";
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="2/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="buildstresstest test"
RESTRICT="test" # requires configured ODBC

RDEPEND=">=dev-haskell/hdbc-2.1.0:2=[profile?]
        dev-haskell/mtl:=[profile?]
        dev-haskell/utf8-string:=[profile?]
        >=dev-lang/ghc-7.4.1:=
        >=dev-db/unixODBC-2.2
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.8
        buildstresstest? ( dev-haskell/random:=[profile?]
                                dev-haskell/resource-pool:=[profile?] )
        test? ( dev-haskell/convertible:=[profile?]
                        dev-haskell/hunit:=[profile?]
                        dev-haskell/quickcheck:2=[profile?]
                        dev-haskell/testpack:=[profile?] )
"

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

src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag buildstresstest buildstresstest) \
                $(cabal_flag test buildtests)
}

src_test() {
        # default tests
        haskell-cabal_src_test || die "cabal test failed"

        # built custom tests
        "${S}/dist/build/runtests/runtests" || die "unit tests failed"
}

src_install() {
        cabal_src_install

        # if tests were enabled, make sure the unit test driver is deleted
        rm -f "${ED}/usr/bin/runtests"
}




Reply via email to