public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/arithmoi/
Date: Sat,  6 Feb 2016 14:36:22 +0000 (UTC)	[thread overview]
Message-ID: <1454769353.bcaeae87be7a6df5341e903782dc46e373dcbe3a.slyfox@gentoo> (raw)

commit:     bcaeae87be7a6df5341e903782dc46e373dcbe3a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 14:35:53 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 14:35:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcaeae87

dev-haskell/arithmoi: initial import, numeric library

Efficient basic number-theoretic functions.
Primes, powers, integer logarithms for haskell.

Package-Manager: portage-2.2.27

 dev-haskell/arithmoi/Manifest                |  1 +
 dev-haskell/arithmoi/arithmoi-0.4.1.3.ebuild | 34 ++++++++++++++++++++++++++++
 dev-haskell/arithmoi/metadata.xml            | 19 ++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/dev-haskell/arithmoi/Manifest b/dev-haskell/arithmoi/Manifest
new file mode 100644
index 0000000..8f8f9bd
--- /dev/null
+++ b/dev-haskell/arithmoi/Manifest
@@ -0,0 +1 @@
+DIST arithmoi-0.4.1.3.tar.gz 66196 SHA256 2e623924079d3f8733fd31bf40a30ee0051dd0c3e3ae4b13a7afb5f2300413c9 SHA512 abc5939207e502dffd91b3a4e2b9c688eef388a6b9354576fcb4badf4625da1cad0e9698cb42b293b37cc29427ad2679170452374fbf6cd5e614d53db34cd9f6 WHIRLPOOL dc0c167e63430d8f57fef7107f8444fa2fb1e76a5664043524df6c606f778cbecb457c43d9b1484015b96d4f91c221e60718f637593362ad657e7c5a5ae24a48

diff --git a/dev-haskell/arithmoi/arithmoi-0.4.1.3.ebuild b/dev-haskell/arithmoi/arithmoi-0.4.1.3.ebuild
new file mode 100644
index 0000000..3cff837
--- /dev/null
+++ b/dev-haskell/arithmoi/arithmoi-0.4.1.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5.9999
+#hackport: flags: -llvm
+
+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/cartazio/arithmoi"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
+	>=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.2:=[profile?]
+	>=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.10
+	test? ( dev-haskell/hspec )
+"
+
+src_configure() {
+	haskell-cabal_src_configure \
+		--flag=-llvm
+}

diff --git a/dev-haskell/arithmoi/metadata.xml b/dev-haskell/arithmoi/metadata.xml
new file mode 100644
index 0000000..8aefef7
--- /dev/null
+++ b/dev-haskell/arithmoi/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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>
+</pkgmetadata>


             reply	other threads:[~2016-02-06 14:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-06 14:36 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-11 13:57 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/arithmoi/ Sergei Trofimovich
2020-08-22 21:31 Sergei Trofimovich
2020-09-09  7:09 Sergei Trofimovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1454769353.bcaeae87be7a6df5341e903782dc46e373dcbe3a.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox