From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07617138330 for ; Sun, 11 Sep 2016 10:02:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5A0CE0BF6; Sun, 11 Sep 2016 10:02:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5018E0C01 for ; Sun, 11 Sep 2016 10:01:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8676340AB6 for ; Sun, 11 Sep 2016 10:01:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6453D2485 for ; Sun, 11 Sep 2016 10:01:55 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1473588091.b4a020eb4e6897574e60725f0746a17134068045.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/vector-space/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/vector-space/Manifest dev-haskell/vector-space/metadata.xml dev-haskell/vector-space/vector-space-0.10.4.ebuild X-VCS-Directories: dev-haskell/vector-space/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b4a020eb4e6897574e60725f0746a17134068045 X-VCS-Branch: master Date: Sun, 11 Sep 2016 10:01:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b02fd5de-14fd-403e-8e0e-3adf44567a30 X-Archives-Hash: dd006bdabb1aa5398cc14f9009b47369 commit: b4a020eb4e6897574e60725f0746a17134068045 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Sep 11 09:44:22 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Sep 11 10:01:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a020eb dev-haskell/vector-space: vectors and affine spaces library, a depend of dev-haskell/thyme Package-Manager: portage-2.3.0 dev-haskell/vector-space/Manifest | 1 + dev-haskell/vector-space/metadata.xml | 22 +++++++++++++++++ .../vector-space/vector-space-0.10.4.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/dev-haskell/vector-space/Manifest b/dev-haskell/vector-space/Manifest new file mode 100644 index 00000000..9d8e36e --- /dev/null +++ b/dev-haskell/vector-space/Manifest @@ -0,0 +1 @@ +DIST vector-space-0.10.4.tar.gz 14249 SHA256 b712cc9fc675b1d9e592f56ed08a9636c87783c11d6ac84b5f18f46cdcbefda2 SHA512 c7218701fe837eab01cd65b3bc0ce2d85fb3a73c8aa034bb606b7bc0bbe87856dc5f375bd1515f65f77e08e12d84b63757d0ba755ae726771888ea7413bac183 WHIRLPOOL bd52e181afcb2744e400c810522b4d2bbba040145eebd66fd9becac1f455596ac921661f9bf4bc73b4a323b8cb32e581973524703d14431f990da8940b7c65b9 diff --git a/dev-haskell/vector-space/metadata.xml b/dev-haskell/vector-space/metadata.xml new file mode 100644 index 00000000..1598535 --- /dev/null +++ b/dev-haskell/vector-space/metadata.xml @@ -0,0 +1,22 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + /vector-space/ provides classes and generic operations for vector + spaces and affine spaces. It also defines a type of infinite towers + of generalized derivatives. A generalized derivative is a linear + transformation rather than one of the common concrete representations + (scalars, vectors, matrices, ...). + + /Warning/: this package depends on type families working fairly well, + and requires ghc version at least 6.9. + + Project wiki page: <http://haskell.org/haskellwiki/vector-space> + + &#169; 2008-2012 by Conal Elliott; BSD3 license. + + diff --git a/dev-haskell/vector-space/vector-space-0.10.4.ebuild b/dev-haskell/vector-space/vector-space-0.10.4.ebuild new file mode 100644 index 00000000..7ad719f --- /dev/null +++ b/dev-haskell/vector-space/vector-space-0.10.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Vector & affine spaces, linear maps, and derivatives" +HOMEPAGE="http://hackage.haskell.org/package/vector-space" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/boolean-0.1.0:=[profile?] + >=dev-haskell/memotrie-0.5:=[profile?] + >=dev-haskell/numinstances-1.0:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +"