From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- .../pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild | 76 ---------------------- 1 file changed, 76 deletions(-) delete mode 100644 dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild (limited to 'dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild') diff --git a/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild b/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild deleted file mode 100644 index c935617185d1..000000000000 --- a/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.9999 -#hackport: flags: -small_base - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Supports using pandoc with citeproc" -HOMEPAGE="https://hackage.haskell.org/package/pandoc-citeproc" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+bibutils embed-data-files +hexpat +network test-citeproc unicode_collation" -RESTRICT="!test? ( test )" - -RDEPEND=">=app-text/pandoc-1.12.1:=[profile?] - dev-haskell/aeson:=[profile?] - dev-haskell/aeson-pretty:=[profile?] - dev-haskell/attoparsec:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/pandoc-types-1.12.3:=[profile?] - dev-haskell/parsec:=[profile?] - dev-haskell/split:=[profile?] - dev-haskell/syb:=[profile?] - dev-haskell/tagsoup:=[profile?] - >=dev-haskell/temporary-1.1:=[profile?] - >=dev-haskell/texmath-0.6.4:=[profile?] - dev-haskell/text:=[profile?] - >=dev-haskell/vector-0.10:=[profile?] =dev-haskell/yaml-0.8.8.2:=[profile?] - >=dev-lang/ghc-7.4.1:= - bibutils? ( >=dev-haskell/hs-bibutils-0.3:=[profile?] ) - hexpat? ( >=dev-haskell/hexpat-0.20.2:=[profile?] ) - !hexpat? ( dev-haskell/xml:=[profile?] ) - network? ( >=dev-haskell/http-4000.0.9:=[profile?] - >=dev-haskell/network-2:=[profile?] - dev-haskell/network-uri:=[profile?] ) - unicode_collation? ( dev-haskell/text-icu:=[profile?] ) - !unicode_collation? ( dev-haskell/rfc5051:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.12 - test? ( >=app-text/pandoc-1.12.1 - dev-haskell/aeson - >=dev-haskell/pandoc-types-1.12.3 - dev-haskell/text - >=dev-haskell/yaml-0.8.8.2 ) -" - -src_prepare() { - cabal_chdeps \ - 'network >= 2,' 'network >= 2, network-uri,' -} - -src_configure() { - # workaround bug on ghc-7.6.3: - # > [13 of 24] Compiling Text.CSL.Input.Bibtex ... - # > stack overflow: use +RTS -K to increase it - [[ $(ghc-version) == 7.6.* ]] && replace-hcflags -O[2-9] -O1 - [[ $(ghc-version) == 7.8.* ]] && replace-hcflags -O[2-9] -O1 - - haskell-cabal_src_configure \ - $(cabal_flag bibutils bibutils) \ - $(cabal_flag embed-data-files embed_data_files) \ - $(cabal_flag hexpat hexpat) \ - $(cabal_flag network network) \ - --flag=-small_base \ - $(cabal_flag test-citeproc test_citeproc) \ - $(cabal_flag unicode_collation unicode_collation) -} -- cgit v1.2.3