Lines 1-4
Link Here
|
1 |
# Copyright 1999-2012 Gentoo Foundation |
1 |
# Copyright 1999-2019 Gentoo Authors |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
|
3 |
|
4 |
EAPI="4" |
4 |
EAPI="4" |
Lines 6-13
EAPI="4"
Link Here
|
6 |
inherit toolchain-funcs multilib |
6 |
inherit toolchain-funcs multilib |
7 |
|
7 |
|
8 |
DESCRIPTION="library for floating point number manipulation" |
8 |
DESCRIPTION="library for floating point number manipulation" |
9 |
HOMEPAGE="http://libtom.org/" |
9 |
HOMEPAGE="http://www.libtom.net/" |
10 |
SRC_URI="http://libtom.org/files/ltf-${PV}.tar.bz2" |
10 |
SRC_URI="https://github.com/libtom/libtomfloat/releases/download/${PV}/ltf-${PV}.tar.bz2" |
11 |
|
11 |
|
12 |
LICENSE="WTFPL-2" |
12 |
LICENSE="WTFPL-2" |
13 |
SLOT="0" |
13 |
SLOT="0" |