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/libtompoly/
Date: Fri, 29 Nov 2019 22:14:58
Message-Id: 1575065409.1083683f43157a9066c6d4a640d6bd3f90bd2809.bman@gentoo
1 commit: 1083683f43157a9066c6d4a640d6bd3f90bd2809
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 26 08:38:29 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 22:10:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1083683f
7
8 dev-libs/libtompoly: fix HOMEPAGE
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/libtompoly/libtompoly-0.04.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libtompoly/libtompoly-0.04.ebuild b/dev-libs/libtompoly/libtompoly-0.04.ebuild
17 index 038467c5d14..498b2f55e6d 100644
18 --- a/dev-libs/libtompoly/libtompoly-0.04.ebuild
19 +++ b/dev-libs/libtompoly/libtompoly-0.04.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,7 +6,7 @@ EAPI="4"
27 inherit toolchain-funcs multilib
28
29 DESCRIPTION="portable ISO C library for polynomial basis arithmetic"
30 -HOMEPAGE="http://www.libtom.org/"
31 +HOMEPAGE="http://www.libtom.net/"
32 SRC_URI="https://github.com/libtom/libtompoly/releases/download/${PV}/ltp-${PV}.tar.bz2"
33
34 LICENSE="WTFPL-2"