diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-01-14 03:19:37 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-01-14 03:19:37 +0000 |
commit | e189e74ed60123655370ae427f4076e338bd5b24 (patch) | |
tree | f13fd9fd2090b94c384fb49bcc19a95164e4a923 /sci-mathematics | |
parent | Bump (diff) | |
download | gentoo-2-e189e74ed60123655370ae427f4076e338bd5b24.tar.gz gentoo-2-e189e74ed60123655370ae427f4076e338bd5b24.tar.bz2 gentoo-2-e189e74ed60123655370ae427f4076e338bd5b24.zip |
Bump
(Portage version: 2.2.8/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/cado-nfs/ChangeLog | 10 | ||||
-rw-r--r-- | sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild (renamed from sci-mathematics/cado-nfs/cado-nfs-2.0_alpha2.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/sci-mathematics/cado-nfs/ChangeLog b/sci-mathematics/cado-nfs/ChangeLog index f9cb6f9e0d14..210b387dc13c 100644 --- a/sci-mathematics/cado-nfs/ChangeLog +++ b/sci-mathematics/cado-nfs/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2013/10/21 02:34:56 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/ChangeLog,v 1.4 2014/01/14 03:19:37 patrick Exp $ + +*cado-nfs-2.0 (14 Jan 2014) + + 14 Jan 2014; Patrick Lauer <patrick@gentoo.org> +cado-nfs-2.0.ebuild, + -cado-nfs-2.0_alpha2.ebuild: + Bump *cado-nfs-2.0_alpha2 (21 Oct 2013) diff --git a/sci-mathematics/cado-nfs/cado-nfs-2.0_alpha2.ebuild b/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild index dab93c13dda6..61bcf631131c 100644 --- a/sci-mathematics/cado-nfs/cado-nfs-2.0_alpha2.ebuild +++ b/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.0_alpha2.ebuild,v 1.1 2013/10/21 02:34:56 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cado-nfs/cado-nfs-2.0.ebuild,v 1.1 2014/01/14 03:19:37 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/32988/${PN}-2.0alpha_55e97b6a.tar.gz -> ${P}.tar.gz" +SRC_URI="https://gforge.inria.fr/frs/download.php/33131/${P}.tar.gz" inherit eutils cmake-utils |