diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-08-22 14:43:09 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-08-22 14:43:09 +0100 |
commit | c0a9f2400f704c438b0cef4f4105e7bb6c3cbbff (patch) | |
tree | f03dacf9fcbf88186d23a1c68620015cca2a06b2 /dev-haskell/arithmoi | |
parent | 4c4bbf21230bd972cf759b2a40b782aa4149fc1f (diff) |
gentoo auto-resync : 22:08:2022 - 14:43:09
Diffstat (limited to 'dev-haskell/arithmoi')
-rw-r--r-- | dev-haskell/arithmoi/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/arithmoi/arithmoi-0.11.0.1.ebuild | 47 | ||||
-rw-r--r-- | dev-haskell/arithmoi/metadata.xml | 22 |
3 files changed, 0 insertions, 72 deletions
diff --git a/dev-haskell/arithmoi/Manifest b/dev-haskell/arithmoi/Manifest deleted file mode 100644 index 18fef6e6c418..000000000000 --- a/dev-haskell/arithmoi/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST arithmoi-0.11.0.1.tar.gz 188071 BLAKE2B 0958f4dc0ac1f37a02c9c5e4908ba8a29df3aafe4e060c79076c9c86d9ed11242ab19aa6a4c7dd732fd620b0513b1056d70fcc984dfa3d6b6a5ef99f7e887728 SHA512 8140d9b035290faf9aa044f11f42c101e4a02f1346d5237f46338355828bb6b8bf44f3f8454abfaa6a88e381c2e5476d8512c6edf251dbaf8ba3d776ea68a641 -EBUILD arithmoi-0.11.0.1.ebuild 1504 BLAKE2B 4ab2f6d416353799c5189b4b4e217fefa76acfcc42f6f27888b933cff2a212af9113a39d2c6068176e081b08e55d1ab8700db9ad7609307b3eab325e12e162c5 SHA512 1d580e0b228dca2fa6b3507ff5fb064798927462889a2e063b2059ea723e1f5d035f223d7c565de5810ba6be7984b52a4747cd5d361ef05f2cc73821ca330548 -MISC metadata.xml 815 BLAKE2B e1398594644becb15f76dd467317db01b7dd3f129c56f2a6c4b74b0748f038297ccad9f18c3a822b68192b635db46cea8bd71447b6268d19911764e58138c738 SHA512 4c350328cb05066cfe3239c454ff94791c7f1c25399f94f223294fd72fd8f939ea850bc95677e9bc4b54ea70af0028b3dc555c7beb050608ee1e115512a88615 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>haskell@gentoo.org</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> |