mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-haskell/parser-combinators: Remove last-rited pkg
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST parser-combinators-1.3.0.tar.gz 11699 BLAKE2B 0a24e95c52627a3219cc8e89ed49ebc12e759a487e7daf333f3ab788837576aef88d295f585aecd0831866319ee0445369cc3cd26255d6ef85d602f44d7767fa SHA512 f7a4581d229b788e841d844003e058a6c63827c5cadeb6fe8f1b94e2a920b11d3b08a8a7a412fa95e1b75bca24f6957f88162f8d1af5bb174ca7f91ef47c0b71
|
||||
DIST parser-combinators-tests-1.3.0.tar.gz 6860 BLAKE2B ececd5d8a47501a90e68ba77da679aed2c00da225c234f8afeebd43bf4cb821c988cd5612e8411e70179b39f0fcf8c15fcd93accd81e42ce1b8999d0cd8c7bdf SHA512 ac863afcbe81ea83c20cbab3229c5321860d1d45b4b04031db1a8cc493239096aef80d24148fe3cd5a18dfc811d806855386736be94e32cecabab3ae656d5389
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>haskell@gentoo.org</email>
|
||||
<name>Gentoo Haskell</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1,63 +0,0 @@
|
||||
# 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
|
||||
#hackport: flags: -dev
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
TESTS_PN="${CABAL_PN}-tests"
|
||||
TESTS_P="${TESTS_PN}-${CABAL_PV}"
|
||||
|
||||
DESCRIPTION="Lightweight package providing commonly useful parser combinators"
|
||||
HOMEPAGE="https://github.com/mrkkrp/parser-combinators"
|
||||
SRC_URI+=" https://hackage.haskell.org/package/${TESTS_P}/${TESTS_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~ppc64 ~x86"
|
||||
|
||||
RDEPEND=">=dev-lang/ghc-8.6.3:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-2.4.0.1
|
||||
test? ( >=dev-haskell/hspec-2.0 <dev-haskell/hspec-3.0
|
||||
>=dev-haskell/hspec-expectations-0.8 <dev-haskell/hspec-expectations-0.9
|
||||
>=dev-haskell/hspec-megaparsec-2.0 <dev-haskell/hspec-megaparsec-3.0
|
||||
>=dev-haskell/megaparsec-8.0 <dev-haskell/megaparsec-10.0
|
||||
>=dev-haskell/megaparsec-tests-8.0 <dev-haskell/megaparsec-tests-10.0
|
||||
>=dev-haskell/quickcheck-2.7 <dev-haskell/quickcheck-2.15 )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
--flag=-dev
|
||||
}
|
||||
|
||||
src_test() {
|
||||
if use test; then
|
||||
local -a configure_flags=( "--flag=-dev" )
|
||||
|
||||
# Runs the block if the main package is not installed currently
|
||||
if ! ghc-pkg describe "${CABAL_PN}" &>/dev/null; then
|
||||
./setup register --inplace --gen-pkg-config || die
|
||||
ghc-pkg init pkgdb || die
|
||||
ghc-pkg -f pkgdb register "${CABAL_P}.conf" || die
|
||||
configure_flags+=( "--package-db=${S}/pkgdb" )
|
||||
fi
|
||||
|
||||
local old_S="${S}"
|
||||
export S="${WORKDIR}/${TESTS_P}"
|
||||
pushd "${S}" > /dev/null || die
|
||||
|
||||
haskell-cabal_src_configure "${configure_flags[@]}"
|
||||
haskell-cabal_src_compile
|
||||
haskell-cabal_src_test
|
||||
|
||||
popd > /dev/null || die
|
||||
export S="${old_S}"
|
||||
fi
|
||||
}
|
||||
@@ -253,7 +253,6 @@ dev-java/byte-buddy-agent
|
||||
app-portage/fquery
|
||||
dev-games/goatee
|
||||
dev-haskell/megaparsec
|
||||
dev-haskell/parser-combinators
|
||||
|
||||
# hololeap <hololeap@protonmail.com> (2022-08-21)
|
||||
# doctest-parallel does not currently work with Setup.hs (used internally by
|
||||
|
||||
Reference in New Issue
Block a user