summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-29 17:18:15 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-29 17:18:15 -0500
commitb17b19b933aea02acbb7dac7fb955ea5f70db2da (patch)
tree5612379077e27d068cd72243563782d00ca9e740 /dev-libs
parentdev-libs/libtomfloat: a few QA fixes (diff)
downloadgentoo-b17b19b933aea02acbb7dac7fb955ea5f70db2da.tar.gz
gentoo-b17b19b933aea02acbb7dac7fb955ea5f70db2da.tar.bz2
gentoo-b17b19b933aea02acbb7dac7fb955ea5f70db2da.zip
dev-libs/libtomfloat: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libtomfloat/libtomfloat-0.02.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-libs/libtomfloat/libtomfloat-0.02.ebuild b/dev-libs/libtomfloat/libtomfloat-0.02.ebuild
deleted file mode 100644
index 8a0fc3023610..000000000000
--- a/dev-libs/libtomfloat/libtomfloat-0.02.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs multilib
-
-DESCRIPTION="library for floating point number manipulation"
-HOMEPAGE="http://www.libtom.net/"
-SRC_URI="https://github.com/libtom/libtomfloat/releases/download/${PV}/ltf-${PV}.tar.bz2"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-libs/libtommath"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i \
- -e 's:\<ar\>:$(AR):' \
- -e 's:\<ranlib\>:$(RANLIB):' \
- -e "/^LIBPATH/s:/lib:/$(get_libdir):" \
- makefile || die
- tc-export AR CC RANLIB
-}
-
-src_install() {
- default
- dodoc changes.txt *.pdf WARNING
- docinto demos ; dodoc demos/*
-}