From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37822158094 for ; Wed, 10 Aug 2022 03:35:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8284EE0AD5; Wed, 10 Aug 2022 03:35:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 385B5E0AD4 for ; Wed, 10 Aug 2022 03:35:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45B0B340F01 for ; Wed, 10 Aug 2022 03:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 807F857B for ; Wed, 10 Aug 2022 03:35:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1660102487.8b387a8cacca6f6f7cb05094642a3ce13a74c1b3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/path/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/path/path-0.9.2-r1.ebuild dev-haskell/path/path-0.9.2.ebuild X-VCS-Directories: dev-haskell/path/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8b387a8cacca6f6f7cb05094642a3ce13a74c1b3 X-VCS-Branch: master Date: Wed, 10 Aug 2022 03:35:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 04c1059e-a9f7-4bdf-8fb5-8520fe47b3d2 X-Archives-Hash: ec1aa98ac2cebe7f2e63f24e930057e6 commit: 8b387a8cacca6f6f7cb05094642a3ce13a74c1b3 Author: Jack Todaro posteo org> AuthorDate: Sun Aug 7 20:05:31 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 10 03:34:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b387a8c dev-haskell/path: hard-disable dev USE flag Bug: https://bugs.gentoo.org/864202 Signed-off-by: Jack Todaro posteo.org> Signed-off-by: Sam James gentoo.org> .../path/{path-0.9.2.ebuild => path-0.9.2-r1.ebuild} | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/dev-haskell/path/path-0.9.2.ebuild b/dev-haskell/path/path-0.9.2-r1.ebuild similarity index 67% rename from dev-haskell/path/path-0.9.2.ebuild rename to dev-haskell/path/path-0.9.2-r1.ebuild index 71683620a480..74a159e8e4ca 100644 --- a/dev-haskell/path/path-0.9.2.ebuild +++ b/dev-haskell/path/path-0.9.2-r1.ebuild @@ -3,40 +3,35 @@ EAPI=8 -# ebuild generated by hackport 0.7.9999 -#hackport: flags: -validity +# ebuild generated by hackport 0.7.2.1.9999 +#hackport: flags: -validity,-dev CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Support for well-typed paths" HOMEPAGE="https://hackage.haskell.org/package/path" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="dev" RDEPEND="dev-haskell/aeson:=[profile?] - >=dev-haskell/exceptions-0.4:=[profile?] =dev-haskell/hashable-1.2:=[profile?] =dev-lang/ghc-8.6.3:= + >=dev-lang/ghc-8.10.1:= " DEPEND="${RDEPEND} - >=dev-haskell/cabal-2.4.0.1 + >=dev-haskell/cabal-3.2.0.0 test? ( >=dev-haskell/genvalidity-1.0 >=dev-haskell/genvalidity-hspec-0.7 >=dev-haskell/genvalidity-property-0.4 >=dev-haskell/hspec-2.0 =dev-haskell/mtl-2.0 =dev-haskell/validity-0.8.0.0 ) " src_configure() { haskell-cabal_src_configure \ - $(cabal_flag dev dev) \ + --flag=-dev \ --flag=-validity }