commit: ee6bac013d4964e8162dc3fcc25fbd514145caf6 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Mon Aug 22 08:00:46 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Aug 22 08:03:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee6bac01
dev-haskell/arithmoi: treeclean Closes: https://bugs.gentoo.org/806250 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-haskell/arithmoi/Manifest | 1 - dev-haskell/arithmoi/arithmoi-0.11.0.1.ebuild | 47 --------------------------- dev-haskell/arithmoi/metadata.xml | 22 ------------- profiles/package.mask | 1 - 4 files changed, 71 deletions(-) diff --git a/dev-haskell/arithmoi/Manifest b/dev-haskell/arithmoi/Manifest deleted file mode 100644 index 791a6acbe9ac..000000000000 --- a/dev-haskell/arithmoi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST arithmoi-0.11.0.1.tar.gz 188071 BLAKE2B 0958f4dc0ac1f37a02c9c5e4908ba8a29df3aafe4e060c79076c9c86d9ed11242ab19aa6a4c7dd732fd620b0513b1056d70fcc984dfa3d6b6a5ef99f7e887728 SHA512 8140d9b035290faf9aa044f11f42c101e4a02f1346d5237f46338355828bb6b8bf44f3f8454abfaa6a88e381c2e5476d8512c6edf251dbaf8ba3d776ea68a641 diff --git a/dev-haskell/arithmoi/arithmoi-0.11.0.1.ebuild b/dev-haskell/arithmoi/arithmoi-0.11.0.1.ebuild deleted file mode 100644 index 96a95a839f5e..000000000000 --- a/dev-haskell/arithmoi/arithmoi-0.11.0.1.ebuild +++ /dev/null @@ -1,47 +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.5.9999 -#hackport: flags: -check-bounds - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Efficient basic number-theoretic functions. Primes, powers, integer logarithms" -HOMEPAGE="https://github.com/Bodigrim/arithmoi" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/chimera-0.3:=[profile?] - dev-haskell/constraints:=[profile?] - >=dev-haskell/exact-pi-0.5:=[profile?] - >=dev-haskell/integer-logarithms-1.0:=[profile?] - >=dev-haskell/integer-roots-1.0:=[profile?] - dev-haskell/mod:=[profile?] - >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.3:=[profile?] - >=dev-haskell/semirings-0.5.2:=[profile?] - >=dev-haskell/vector-0.12:=[profile?] - >=dev-lang/ghc-8.2.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-2.0.0.2 - test? ( >=dev-haskell/quickcheck-2.10 - >=dev-haskell/quickcheck-classes-0.6.3 - >=dev-haskell/smallcheck-1.2 <dev-haskell/smallcheck-1.3 - >=dev-haskell/tasty-0.10 - >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.11 - >=dev-haskell/tasty-quickcheck-0.9 <dev-haskell/tasty-quickcheck-0.11 - >=dev-haskell/tasty-rerun-1.1.17 - >=dev-haskell/tasty-smallcheck-0.8 <dev-haskell/tasty-smallcheck-0.9 ) -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-check-bounds -} diff --git a/dev-haskell/arithmoi/metadata.xml b/dev-haskell/arithmoi/metadata.xml deleted file mode 100644 index 310f1bcfde42..000000000000 --- a/dev-haskell/arithmoi/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> - A library of basic functionality needed for - number-theoretic calculations. The aim of this library - is to provide efficient implementations of the functions. - Primes and related things (totients, factorisation), - powers (integer roots and tests, modular exponentiation), - integer logarithms. - Note: Requires GHC >= 6.12 with the integer-gmp package - for efficiency. Portability is on the to-do list (with - low priority, however). - </longdescription> - <upstream> - <remote-id type="github">cartazio/arithmoi</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 303f1a42eecf..fb70929f3ef7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -336,7 +336,6 @@ dev-haskell/aeson-qq dev-haskell/alex-tools dev-haskell/alut dev-haskell/argparser -dev-haskell/arithmoi # Hans de Graaff <[email protected]> (2022-07-16) # No longer supported upstream. Use a newer ruby version instead.
