From c0a9f2400f704c438b0cef4f4105e7bb6c3cbbff Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Aug 2022 14:43:09 +0100 Subject: gentoo auto-resync : 22:08:2022 - 14:43:09 --- dev-haskell/inspection-testing/Manifest | 3 -- .../inspection-testing-0.4.2.4.ebuild | 33 ---------------------- dev-haskell/inspection-testing/metadata.xml | 33 ---------------------- 3 files changed, 69 deletions(-) delete mode 100644 dev-haskell/inspection-testing/Manifest delete mode 100644 dev-haskell/inspection-testing/inspection-testing-0.4.2.4.ebuild delete mode 100644 dev-haskell/inspection-testing/metadata.xml (limited to 'dev-haskell/inspection-testing') diff --git a/dev-haskell/inspection-testing/Manifest b/dev-haskell/inspection-testing/Manifest deleted file mode 100644 index 8544c2a5c63c..000000000000 --- a/dev-haskell/inspection-testing/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST inspection-testing-0.4.2.4.tar.gz 20946 BLAKE2B 20547c5a231083391c886fcef8b3dc153fde8498d9268a297013691a055c65dc93deb31b5988a8cdf1e32d465344802153448850a89b819744551dc13712a1a2 SHA512 16ebfcd20e4ee3a9117670ad9e0d683002262a2f3c52dcfdb7c7123f256db4f133780e759a80469a14c786a4158ef9ba4e7d534e728e8d44188b11765a1e8745 -EBUILD inspection-testing-0.4.2.4.ebuild 788 BLAKE2B 655214cd4f38ac3ff3d34983e4649a94fbe20b09807e784ebffd8ab37cabf59773703c99a1dcb81e3ffbd31cf9b291ef4a024e2e60ff8100458e886e98974e7a SHA512 c94b80a261a0509b5807d88199bd2f3c205a976a77e403cb10daddb7631896434bb4a832945aff92ead2705a89295b7052da565b9804f379f4be2a111003a57d -MISC metadata.xml 1353 BLAKE2B 0ecfdbe6822449d4f03a0ff5190feb24c2a55e8b86db9d1dd0cbcca3ea683ea26b95126a251be08f09891601b267fefe4885109333ea3cdb4ddff6dc57ca1c49 SHA512 5c4b2ff50b1b6f5665add6bf8d0773b0f58c24297e9f1ab04f734ee18ae1407102894a1d2edad1770b478bbd4e4d6d3e95342ab8f402d6d1b6c4f5a0ca98be2b diff --git a/dev-haskell/inspection-testing/inspection-testing-0.4.2.4.ebuild b/dev-haskell/inspection-testing/inspection-testing-0.4.2.4.ebuild deleted file mode 100644 index 92e6cb057df0..000000000000 --- a/dev-haskell/inspection-testing/inspection-testing-0.4.2.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.4.9999 -#hackport: flags: -more-tests - -CABAL_FEATURES="lib profile haddock hoogle hscolour" # Broken test-suite: compiler-dependent -inherit haskell-cabal - -DESCRIPTION="GHC plugin to do inspection testing" -HOMEPAGE="https://github.com/nomeata/inspection-testing" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT=test # examples/Fusion.hs:22:1: sumUp1 === sumUp2 failed - -RDEPEND="dev-haskell/mtl:=[profile?] - >=dev-lang/ghc-8.0.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24.0.0 -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-more-tests -} diff --git a/dev-haskell/inspection-testing/metadata.xml b/dev-haskell/inspection-testing/metadata.xml deleted file mode 100644 index f0b744b0f0f0..000000000000 --- a/dev-haskell/inspection-testing/metadata.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - haskell@gentoo.org - Gentoo Haskell - - - Some carefully crafted libraries make promises to their - users beyond functionality and performance. - - Examples are: Fusion libraries promise intermediate data - structures to be eliminated. Generic programming libraries promise - that the generic implementation is identical to the - hand-written one. Some libraries may promise allocation-free - or branch-free code. - - Conventionally, the modus operandi in all these cases is - that the library author manually inspects the (intermediate or - final) code produced by the compiler. This is not only - tedious, but makes it very likely that some change, either - in the library itself or the surrounding eco-system, - breaks the library's promised without anyone noticing. - - This package provides a disciplined way of specifying such - properties, and have them checked by the compiler. This way, - this checking can be part of the ususal development cycle - and regressions caught early. - - See the documentation in "Test.Inspection" or the project - webpage for more examples and more information. - - -- cgit v1.2.3