diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-01-13 10:44:54 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-01-13 10:44:54 +0000 |
commit | 6e47e81c0531ec13ab779f96e9de6e5f72b96af7 (patch) | |
tree | fe2cf758aa46283498003a074e56735e90bbea20 /sci-mathematics | |
parent | dev-libs/dee: Drop old; only depend on dev-util/gtk-doc with USE=doc, #428318... (diff) | |
download | gentoo-2-6e47e81c0531ec13ab779f96e9de6e5f72b96af7.tar.gz gentoo-2-6e47e81c0531ec13ab779f96e9de6e5f72b96af7.tar.bz2 gentoo-2-6e47e81c0531ec13ab779f96e9de6e5f72b96af7.zip |
Initial import, ebuild by me
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/cado-nfs/ChangeLog | 9 | ||||
-rw-r--r-- | sci-mathematics/cado-nfs/Manifest | 3 | ||||
-rw-r--r-- | sci-mathematics/cado-nfs/cado-nfs-1.1.ebuild | 30 | ||||
-rw-r--r-- | sci-mathematics/cado-nfs/metadata.xml | 8 |
4 files changed, 50 insertions, 0 deletions
diff --git a/sci-mathematics/cado-nfs/ChangeLog b/sci-mathematics/cado-nfs/ChangeLog new file mode 100644 index 000000000000..484e1f3e14d0 --- /dev/null +++ b/sci-mathematics/cado-nfs/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-mathematics/cado-nfs +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog,v 1.1 2013/01/13 10:44:54 patrick Exp $ + +*cado-nfs-1.1 (13 Jan 2013) + + 13 Jan 2013; Patrick Lauer <patrick@gentoo.org> +cado-nfs-1.1.ebuild, + +metadata.xml: + Initial import, ebuild by me diff --git a/sci-mathematics/cado-nfs/Manifest b/sci-mathematics/cado-nfs/Manifest new file mode 100644 index 000000000000..aa35e6e7890b --- /dev/null +++ b/sci-mathematics/cado-nfs/Manifest @@ -0,0 +1,3 @@ +DIST cado-nfs-1.1.tar.gz 1453860 SHA256 295c8662208c432a98157951ddc117820ff2e57ee36fdae53b30dca89ebfc02f SHA512 e0578c4931eaa044c46e1a11e4d44f0d716f5049b9414a73371a2f1001798e5b011887ae450ff1a4256cd683e928c88b7f4f5af8402570c5dc3f4d17c9801101 WHIRLPOOL 4162a221763cb858beab19259331a1ed2fbafede4f55af1dc962869cfd00cd37af867b021d595f902f0a111f2af5548a783be3ca1fdd4e5c3421a3d804633903 +EBUILD cado-nfs-1.1.ebuild 672 SHA256 040ce2b1ec16733e45cc57abc5593874eb9f98823075edce21b99aea2c349897 SHA512 7c576fc302f160a85531ab099d81dab105e6ff1de733f80cab7c0c28e2406ead355a1bbceaa3a8a75a37c21ee91ddf893ff9a00db1e61658cd304062188ff9c3 WHIRLPOOL d4b93e88c345c684d8c4a8134f1b9ba06ba0dba3534b0b1e644830533d036e2a9ecaa367143e85e04a18d7741fc3ef26c923ebc51206923d4258effb3a066d6b +MISC metadata.xml 233 SHA256 65209e280ca6de32a92e1a57301ff69fb3472e55ba07848d6f80405d35e92d47 SHA512 0d30bfb39315a04767e07896409f5d3954f8e954e20fcbac7b92bb9a636c9f61c50b1b2cf55e6c1db9a199a0edc159b5c8cc8f541efb9c4adafa28e3652cff7b WHIRLPOOL 027c5101e1cbc665c9d2ef240f73a874c9f49a9b70175c5947e012df61de484585088a46b6ce9078816e548e6bcc326e7223539cc999159eee2757d0a2eb1480 diff --git a/sci-mathematics/cado-nfs/cado-nfs-1.1.ebuild b/sci-mathematics/cado-nfs/cado-nfs-1.1.ebuild new file mode 100644 index 000000000000..5dcca6f687e3 --- /dev/null +++ b/sci-mathematics/cado-nfs/cado-nfs-1.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-1.1.ebuild,v 1.1 2013/01/13 10:44:54 patrick Exp $ + +EAPI=4 +DESCRIPTION="Number Field Sieve (NFS) implementation for factoring integers" +HOMEPAGE="http://cado-nfs.gforge.inria.fr/" +SRC_URI="https://gforge.inria.fr/frs/download.php/29330/${P}.tar.gz" + +inherit eutils cmake-utils + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/gmp + dev-lang/perl + !sci-mathematics/ggnfs + " +DEPEND="${RDEPEND} + " + +src_configure() { + DESTINATION="/usr/libexec/cado-nfs" cmake-utils_src_configure +} +src_compile() { + # autodetection goes confused for gf2x + ABI=default cmake-utils_src_compile +} diff --git a/sci-mathematics/cado-nfs/metadata.xml b/sci-mathematics/cado-nfs/metadata.xml new file mode 100644 index 000000000000..24cbb90cf0c4 --- /dev/null +++ b/sci-mathematics/cado-nfs/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> |