diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-06 19:19:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-06 19:19:19 +0000 |
commit | c0adf4a52130c8a4bc42f20246ffcf47fe0a6f52 (patch) | |
tree | fd579fc9741200a0dce2bb24cb1d48343d7b6405 /dev-libs/libtommath | |
parent | Add IO::Compress to Perl 5.22 mask (diff) | |
download | gentoo-2-c0adf4a52130c8a4bc42f20246ffcf47fe0a6f52.tar.gz gentoo-2-c0adf4a52130c8a4bc42f20246ffcf47fe0a6f52.tar.bz2 gentoo-2-c0adf4a52130c8a4bc42f20246ffcf47fe0a6f52.zip |
Add github to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libtommath/metadata.xml | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog index 34aed7d4edd8..cd7517a5429f 100644 --- a/dev-libs/libtommath/ChangeLog +++ b/dev-libs/libtommath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libtommath # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.66 2015/04/18 13:03:10 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.67 2015/06/06 19:19:19 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 18 Apr 2015; Sven Wegener <swegener@gentoo.org> libtommath-0.42.0-r1.ebuild: Rename distfile to include package name. diff --git a/dev-libs/libtommath/metadata.xml b/dev-libs/libtommath/metadata.xml index b02fb880fa2b..8de78c577823 100644 --- a/dev-libs/libtommath/metadata.xml +++ b/dev-libs/libtommath/metadata.xml @@ -28,7 +28,7 @@ o Division * Digit Manipulation o Shift left/right whole digits (mult by 2b by moving digits) - o Fast multiplication/division by 2 and 2k for k>1 + o Fast multiplication/division by 2 and 2k for k>1 o Binary AND, OR and XOR gates * Modular Reductions o Barrett Reduction (fast for any p) @@ -57,4 +57,7 @@ o Karatsuba and Toom-Cook multiplication algorithms. o Many pointer aliasing optimiztions throughout the entire library. </longdescription> + <upstream> + <remote-id type="github">libtom/libtommath</remote-id> + </upstream> </pkgmetadata> |