summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-05-26 10:32:33 +0200
committerAaron Bauman <bman@gentoo.org>2019-11-29 17:16:40 -0500
commit47ccaa12a0f36c10bf4fb9a807eb3180a79ebba4 (patch)
tree86dedb44d9f7e16c991d64790fb671d5d90f732b
parentdev-libs/libtompoly: drop old EAPI (diff)
downloadgentoo-47ccaa12.tar.gz
gentoo-47ccaa12.tar.bz2
gentoo-47ccaa12.zip
dev-libs/libtomfloat: fix HOMEPAGE, SRC_URI
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--dev-libs/libtomfloat/libtomfloat-0.02.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libtomfloat/libtomfloat-0.02.ebuild b/dev-libs/libtomfloat/libtomfloat-0.02.ebuild
index a72fc3f8942f..8a0fc3023610 100644
--- a/dev-libs/libtomfloat/libtomfloat-0.02.ebuild
+++ b/dev-libs/libtomfloat/libtomfloat-0.02.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -6,8 +6,8 @@ EAPI="4"
inherit toolchain-funcs multilib
DESCRIPTION="library for floating point number manipulation"
-HOMEPAGE="http://libtom.org/"
-SRC_URI="http://libtom.org/files/ltf-${PV}.tar.bz2"
+HOMEPAGE="http://www.libtom.net/"
+SRC_URI="https://github.com/libtom/libtomfloat/releases/download/${PV}/ltf-${PV}.tar.bz2"
LICENSE="WTFPL-2"
SLOT="0"