Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/
Date: Thu, 03 Mar 2016 18:59:26
Message-Id: 1457031498.a3ffa52f0c04c993270f4942ace74c691975e579.patrick@gentoo
1 commit: a3ffa52f0c04c993270f4942ace74c691975e579
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 18:57:46 2016 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 18:58:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ffa52f
7
8 dev-libs/libtommath: Use better tarball #575968
9
10 Package-Manager: portage-2.2.27
11
12 dev-libs/libtommath/Manifest | 2 +-
13 dev-libs/libtommath/libtommath-1.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libtommath/Manifest b/dev-libs/libtommath/Manifest
17 index f5c3d88..94a8e7a 100644
18 --- a/dev-libs/libtommath/Manifest
19 +++ b/dev-libs/libtommath/Manifest
20 @@ -1,2 +1,2 @@
21 DIST libtommath-0.42.0.tar.gz 1732144 SHA256 5246356ba18c1b6edf4a7bc836a3d223842b86914cdba6dd8c112bfc59e227c8 SHA512 d26e7737e5750530a7b96432502f0d458931e67af528872c46ad8dfc921b8f6ef4b3e05cb07d22bd13a8b24db65812928ae4c381250a4df95f6ca55efc3dae23 WHIRLPOOL beab5007a204042fd0a5b86ccc639ee37d82bb4afe2ceebcfe062deffaa259c8a699c81a52e804c2a79cb36914d805c81826a6e456523f729063240d1bfca9e6
22 -DIST libtommath-1.0.tar.gz 643248 SHA256 5a0d4f9a72dfbacb05cb5dbc545cffe58b08c103506de68b278dc76d05cfe010 SHA512 2744caa886d179a23a96b51dbf0c9090a7a4e923bb4b9c22d3e92fde73e11222861806018f565f3d5425d2ba31b9bb9e1dbf098bfc37d1fd26d33ceb81a8657e WHIRLPOOL 4830fb5a1802908652e4d4629cc205a55a267d60400041685f3c13fb03d2aff5b3e7f9a0b99e7813aaebf6cb41399c9a373de6296514215ac2fdfde90531d5ce
23 +DIST ltm-1.0.tar.xz 2191540 SHA256 993a7df9ee091fca430cdde3263df57d88ef62af8103903214da49fc51bbb56c SHA512 da2ced516106fb056373d97f9ac443805c57ebeb0a33982c14703d6dd8c3925e49aeb690b790ba91768ed5d41f5875dc50a3d3435dbb4088cfa3fddee9162082 WHIRLPOOL 90997863f853626b82683864213cd74ae5558ea55e6a1fd10e2ffc3446aeadf07e8f657115cb6c79e121da695d0f0e3168f98f42fa3f158b720e8b94c8e63190
24
25 diff --git a/dev-libs/libtommath/libtommath-1.0.ebuild b/dev-libs/libtommath/libtommath-1.0.ebuild
26 index 544a4c6..84b5532 100644
27 --- a/dev-libs/libtommath/libtommath-1.0.ebuild
28 +++ b/dev-libs/libtommath/libtommath-1.0.ebuild
29 @@ -8,7 +8,7 @@ inherit autotools eutils multilib toolchain-funcs
30
31 DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
32 HOMEPAGE="https://github.com/libtom/libtommath"
33 -SRC_URI="https://github.com/libtom/libtommath/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 +SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}.tar.xz"
35
36 LICENSE="WTFPL-2"
37 SLOT="0"