Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/
Date: Fri, 29 Nov 2019 22:18:45
Message-Id: 1575065800.47ccaa12a0f36c10bf4fb9a807eb3180a79ebba4.bman@gentoo
1 commit: 47ccaa12a0f36c10bf4fb9a807eb3180a79ebba4
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 26 08:32:33 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 22:16:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ccaa12
7
8 dev-libs/libtomfloat: fix HOMEPAGE, SRC_URI
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-libs/libtomfloat/libtomfloat-0.02.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-libs/libtomfloat/libtomfloat-0.02.ebuild b/dev-libs/libtomfloat/libtomfloat-0.02.ebuild
17 index a72fc3f8942..8a0fc302361 100644
18 --- a/dev-libs/libtomfloat/libtomfloat-0.02.ebuild
19 +++ b/dev-libs/libtomfloat/libtomfloat-0.02.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="4"
26 @@ -6,8 +6,8 @@ EAPI="4"
27 inherit toolchain-funcs multilib
28
29 DESCRIPTION="library for floating point number manipulation"
30 -HOMEPAGE="http://libtom.org/"
31 -SRC_URI="http://libtom.org/files/ltf-${PV}.tar.bz2"
32 +HOMEPAGE="http://www.libtom.net/"
33 +SRC_URI="https://github.com/libtom/libtomfloat/releases/download/${PV}/ltf-${PV}.tar.bz2"
34
35 LICENSE="WTFPL-2"
36 SLOT="0"