# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.7.1.1.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" CABAL_HACKAGE_REVISION="3" inherit haskell-cabal CABAL_FILE="${S}/${PN}.cabal" CABAL_DISTFILE="${P}-rev${CABAL_HACKAGE_REVISION}.cabal" DESCRIPTION="SVG backend for diagrams drawing EDSL" HOMEPAGE="https://diagrams.github.io/" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz https://hackage.haskell.org/package/${P}/revision/${CABAL_HACKAGE_REVISION}.cabal -> ${CABAL_DISTFILE}" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" RDEPEND=">=dev-haskell/base64-bytestring-1:=[profile?] =dev-haskell/diagrams-core-1.4:=[profile?] =dev-haskell/diagrams-lib-1.4.5:=[profile?] =dev-haskell/hashable-1.1:=[profile?] =dev-haskell/juicypixels-3.1.5:=[profile?] =dev-haskell/lens-4.0:=[profile?] =dev-haskell/monoid-extras-0.3:=[profile?] =dev-haskell/optparse-applicative-0.13:=[profile?] =dev-haskell/semigroups-0.13:=[profile?] =dev-haskell/split-0.1.2:=[profile?] =dev-haskell/svg-builder-0.1:=[profile?] =dev-lang/ghc-8.4.3:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-2.2.0.1 " BDEPEND="app-text/dos2unix" src_prepare() { # pull revised cabal from upstream cp "${DISTDIR}/${CABAL_DISTFILE}" "${CABAL_FILE}" || die # Convert to unix line endings dos2unix "${CABAL_FILE}" || die # Apply patches *after* pulling the revised cabal default }