dev-libs/libtomfloat: a few QA fixes
authorAaron Bauman <bman@gentoo.org>
Fri, 29 Nov 2019 22:17:47 +0000 (17:17 -0500)
committerAaron Bauman <bman@gentoo.org>
Fri, 29 Nov 2019 22:17:47 +0000 (17:17 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild

index be4077cf256ecb5225f3a29a775bd6df80e90db2..48b02dfaa7a63a234b6ee9f93a45f332db798acf 100644 (file)
@@ -6,7 +6,7 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="library for floating point number manipulation"
-HOMEPAGE="http://www.libtom.net/"
+HOMEPAGE="https://www.libtom.net/"
 SRC_URI="https://github.com/libtom/libtomfloat/releases/download/${PV}/ltf-${PV}.tar.bz2"
 
 LICENSE="WTFPL-2"
@@ -22,12 +22,13 @@ src_prepare() {
                -e 's:\<ar\>:$(AR):' \
                -e 's:\<ranlib\>:$(RANLIB):' \
                -e "/^LIBPATH/s:/lib:/$(get_libdir):" \
-               makefile || die
+               makefile || die "Fixing makefile failed"
        tc-export AR CC RANLIB
 }
 
 src_install() {
        default
        dodoc changes.txt float.pdf WARNING
-       docinto demos ; dodoc demos/ex1.c
+       docinto demos
+       dodoc demos/ex1.c
 }