diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-11-26 08:06:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-11-26 08:06:33 +0000 |
commit | 0f6d4ed3bd58ca0d7c7bcdbbf223f8008a18b3f7 (patch) | |
tree | e4b3e08feebea3fe30fe8f3c0cc4a4d902fa18d1 /sci-mathematics | |
parent | Add graphics herd as comaintainers (diff) | |
download | gentoo-2-0f6d4ed3bd58ca0d7c7bcdbbf223f8008a18b3f7.tar.gz gentoo-2-0f6d4ed3bd58ca0d7c7bcdbbf223f8008a18b3f7.tar.bz2 gentoo-2-0f6d4ed3bd58ca0d7c7bcdbbf223f8008a18b3f7.zip |
Initial import, ebuild by me, fixes #230437
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/flint/ChangeLog | 9 | ||||
-rw-r--r-- | sci-mathematics/flint/Manifest | 3 | ||||
-rw-r--r-- | sci-mathematics/flint/flint-2.3.ebuild | 28 | ||||
-rw-r--r-- | sci-mathematics/flint/metadata.xml | 8 |
4 files changed, 48 insertions, 0 deletions
diff --git a/sci-mathematics/flint/ChangeLog b/sci-mathematics/flint/ChangeLog new file mode 100644 index 000000000000..f42b1c46c7fc --- /dev/null +++ b/sci-mathematics/flint/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-mathematics/flint +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.1 2012/11/26 08:06:33 patrick Exp $ + +*flint-2.3 (26 Nov 2012) + + 26 Nov 2012; Patrick Lauer <patrick@gentoo.org> +flint-2.3.ebuild, + +metadata.xml: + Initial import, ebuild by me, fixes #230437 diff --git a/sci-mathematics/flint/Manifest b/sci-mathematics/flint/Manifest new file mode 100644 index 000000000000..30fae5b867cd --- /dev/null +++ b/sci-mathematics/flint/Manifest @@ -0,0 +1,3 @@ +DIST flint-2.3.tar.gz 830837 SHA256 6bb059048f822dc9291567949f1baed8c77f337ff2601e91a8e9d20936291a75 SHA512 8b5cb41ef9616c984554f7085dcd914d8d91b0f8b3964939c740336e79cfcc6e81fc9135084845615f56429952a4fc0eb3960c6df13d5f779c997c3b53763e56 WHIRLPOOL 12ee4c4e6efadbe2913783fcfe7583f084c6c10777e04293de6748cf177423f7652e5cd8bcdd0f412be73a40f4c5fc744a84c0de89f6c1ff527c20e55e102258 +EBUILD flint-2.3.ebuild 579 SHA256 351eccc67d134c2f451f0584d6a9d6c7ea4f78203827ccb82a8d4fd9c97f38ee SHA512 784e2a470400676501254d1666f5e3995764bc0338c4fb9ee583ae911645a6ad68290f3f37b72646a1bc581d59136f7be2f49097b1089c7ea1fc5969f4379503 WHIRLPOOL 596e8ca294810067e0c2204456408b7865bb2d0515e900b9f96425f681c0d9d4baed09321e62b8a076223bba023b93071fcc0952617e2113b24295be64227382 +MISC metadata.xml 233 SHA256 65209e280ca6de32a92e1a57301ff69fb3472e55ba07848d6f80405d35e92d47 SHA512 0d30bfb39315a04767e07896409f5d3954f8e954e20fcbac7b92bb9a636c9f61c50b1b2cf55e6c1db9a199a0edc159b5c8cc8f541efb9c4adafa28e3652cff7b WHIRLPOOL 027c5101e1cbc665c9d2ef240f73a874c9f49a9b70175c5947e012df61de484585088a46b6ce9078816e548e6bcc326e7223539cc999159eee2757d0a2eb1480 diff --git a/sci-mathematics/flint/flint-2.3.ebuild b/sci-mathematics/flint/flint-2.3.ebuild new file mode 100644 index 000000000000..1406ec4387bb --- /dev/null +++ b/sci-mathematics/flint/flint-2.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.3.ebuild,v 1.1 2012/11/26 08:06:33 patrick Exp $ + +EAPI="5" + +inherit eutils + +DESCRIPTION="Fast Library for Number Theory" +HOMEPAGE="http://www.flintlib.org/" +SRC_URI="http://www.flintlib.org/${P}.tar.gz" + +RESTRICT="mirror" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/mpfr + dev-libs/ntl + sci-libs/mpir + " +RDEPEND="${DEPEND}" + +src_configure() { + # handwritten script, needs extra stabbing + ./configure --with-mpir=/usr --with-mpfr=/usr --with-ntl=/usr --prefix="${D}/usr" || die +} diff --git a/sci-mathematics/flint/metadata.xml b/sci-mathematics/flint/metadata.xml new file mode 100644 index 000000000000..24cbb90cf0c4 --- /dev/null +++ b/sci-mathematics/flint/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>patrick@gentoo.org</email> + <name>Patrick Lauer</name> + </maintainer> +</pkgmetadata> |