Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 63059 Details for
Bug 98549
dev-haskell/hsql-1.6 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The ebuild for dev-haskell/hsql-1.6
hsql-1.6.ebuild (text/plain), 1.68 KB, created by
Henning Günther
on 2005-07-10 03:27:16 UTC
(
hide
)
Description:
The ebuild for dev-haskell/hsql-1.6
Filename:
MIME Type:
Creator:
Henning Günther
Created:
2005-07-10 03:27:16 UTC
Size:
1.68 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit ghc-package > >DESCRIPTION="SQL bindings for Haskell" >HOMEPAGE="http://htoolkit.sourceforge.net/" >SRC_URI="mirror://sourceforge/htoolkit/HSQL-${PV}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc" > >DEPEND="virtual/ghc" > >S=${WORKDIR}/HSQL-${PV}/HSQL > >#Begin modified stuff from dev-haskell/cabal > >cabal-exec() { > runhaskell Setup.lhs $* >} > >cabal-configure() { > cabal-exec configure \ > --ghc --prefix=/usr \ > --with-compiler="$(ghc-getghc)" \ > --with-hc-pkg="$(ghc-getghcpkg)" \ > "$@" || die "setup configure failed" >} > >cabal-build() { > cabal-exec build \ > || die "setup build failed" >} > >cabal-copy() { > cabal-exec copy \ > --copy-prefix="${D}/usr" \ > || die "setup copy failed" >} > >cabal-pkg() { > cabal-exec register \ > --gen-script \ > || die "setup register failed" > if ghc-cabal; then > # ghc supports Cabal; however, ghc-6.4 ships a slightly > # broken version, which we fix here > sed -i "s|update *$|update .installed-pkg-config|" register.sh > fi > # we want to manually build ghci-libs, so we remove the flag; > # instead, we force the issue and write to the local config file > # rather than the global one (which would cause an access violation > # at this point anyway) > sed -i "s|--auto-ghci-libs\(.*\)$|--force \1 -f\\\\|" \ > register.sh > echo "${S}/$(ghc-localpkgconf)" >> register.sh > ghc-setup-pkg > ./register.sh > ghc-install-pkg >} > >cabal-doc() { > cabal-exec haddock >} > >#End modified stuff > >src_compile() { > cabal-configure > cabal-build > if use doc; then > cabal-doc > fi >} > >src_install() { > cabal-copy > cabal-pkg > if use doc; then > dohtml dist/doc/html/* > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 98549
: 63059 |
64248