summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-08-22 10:00:46 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-08-22 10:03:38 +0200
commitee6bac013d4964e8162dc3fcc25fbd514145caf6 (patch)
tree1025c7d788483ac2890bc8b521ec171848ea9902 /dev-haskell/arithmoi
parentdev-haskell/arrows: treeclean (diff)
downloadgentoo-ee6bac013d4964e8162dc3fcc25fbd514145caf6.tar.gz
gentoo-ee6bac013d4964e8162dc3fcc25fbd514145caf6.tar.bz2
gentoo-ee6bac013d4964e8162dc3fcc25fbd514145caf6.zip
dev-haskell/arithmoi: treeclean
Closes: https://bugs.gentoo.org/806250 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/arithmoi')
-rw-r--r--dev-haskell/arithmoi/Manifest1
-rw-r--r--dev-haskell/arithmoi/arithmoi-0.11.0.1.ebuild47
-rw-r--r--dev-haskell/arithmoi/metadata.xml22
3 files changed, 0 insertions, 70 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>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 &gt;= 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>