diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-11-16 03:58:16 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-11-16 03:58:16 +0000 |
commit | 89f061a9017a6c616c7ef88a3038e847e0731e77 (patch) | |
tree | 4e01495db0e92341ad827164c7524573e837e488 /sci-mathematics | |
parent | Initial import, ebuild by me (diff) | |
download | gentoo-2-89f061a9017a6c616c7ef88a3038e847e0731e77.tar.gz gentoo-2-89f061a9017a6c616c7ef88a3038e847e0731e77.tar.bz2 gentoo-2-89f061a9017a6c616c7ef88a3038e847e0731e77.zip |
Initial import, ebuild by me
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gmp-ecm/ChangeLog | 9 | ||||
-rw-r--r-- | sci-mathematics/gmp-ecm/Manifest | 3 | ||||
-rw-r--r-- | sci-mathematics/gmp-ecm/gmp-ecm-6.4.3.ebuild | 20 | ||||
-rw-r--r-- | sci-mathematics/gmp-ecm/metadata.xml | 8 |
4 files changed, 40 insertions, 0 deletions
diff --git a/sci-mathematics/gmp-ecm/ChangeLog b/sci-mathematics/gmp-ecm/ChangeLog new file mode 100644 index 000000000000..c51bc180712a --- /dev/null +++ b/sci-mathematics/gmp-ecm/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-mathematics/gmp-ecm +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/ChangeLog,v 1.1 2012/11/16 03:58:16 patrick Exp $ + +*gmp-ecm-6.4.3 (16 Nov 2012) + + 16 Nov 2012; Patrick Lauer <patrick@gentoo.org> +gmp-ecm-6.4.3.ebuild, + +metadata.xml: + Initial import, ebuild by me diff --git a/sci-mathematics/gmp-ecm/Manifest b/sci-mathematics/gmp-ecm/Manifest new file mode 100644 index 000000000000..a2741d6c657f --- /dev/null +++ b/sci-mathematics/gmp-ecm/Manifest @@ -0,0 +1,3 @@ +DIST gmp-ecm-6.4.3.tar.gz 944719 SHA256 946c9870c0b76ada2f6342515386828800c096fe32ff347c82374d5a4ec73685 SHA512 71ccdf3b48e96b0acad45302c87a7b17a20ad289efde212a34fb11491531b96848f1824606fdab7604874ca7d8165baba4bbfbc8424e27e8844444ad0d4f56a6 WHIRLPOOL b177904307fefbffc0c8aec2d20eb6de8475428f84f4e263b032fd47b671dba44211a2fcb80cacead76545429a7df5cd444137853145ee4ced62cb8356753579 +EBUILD gmp-ecm-6.4.3.ebuild 542 SHA256 5d8ec78815d688d11784b2cd133ca19229a3b31212058eecb51e5739c8301f5a SHA512 d2359b8a6685ab78028a2932d6fa6c3d220b69465e4b696115bbd36a0d43850bfe6683b13efa7b3af4b8ba326f19317bc1015771a93c58a7413c40f9f97cf427 WHIRLPOOL be18e20f38b5a23ed5ac352fddf4e8ed437d18f392999b6eb5f3cbe771daa7780d309908095685a556925f28da897454ca9e001035edf777e6d41459f3dca962 +MISC metadata.xml 233 SHA256 65209e280ca6de32a92e1a57301ff69fb3472e55ba07848d6f80405d35e92d47 SHA512 0d30bfb39315a04767e07896409f5d3954f8e954e20fcbac7b92bb9a636c9f61c50b1b2cf55e6c1db9a199a0edc159b5c8cc8f541efb9c4adafa28e3652cff7b WHIRLPOOL 027c5101e1cbc665c9d2ef240f73a874c9f49a9b70175c5947e012df61de484585088a46b6ce9078816e548e6bcc326e7223539cc999159eee2757d0a2eb1480 diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3.ebuild b/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3.ebuild new file mode 100644 index 000000000000..8a153eff7db9 --- /dev/null +++ b/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-6.4.3.ebuild,v 1.1 2012/11/16 03:58:16 patrick Exp $ + +EAPI=4 +DESCRIPTION="Elliptic Curve Method for Integer Factorization" +HOMEPAGE="http://ecm.gforge.inria.fr/" +SRC_URI="https://gforge.inria.fr/frs/download.php/30965/${P}.tar.gz" + +inherit eutils + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/gmp" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/ecm-${PV} diff --git a/sci-mathematics/gmp-ecm/metadata.xml b/sci-mathematics/gmp-ecm/metadata.xml new file mode 100644 index 000000000000..24cbb90cf0c4 --- /dev/null +++ b/sci-mathematics/gmp-ecm/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> |