summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-29 17:14:06 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-29 17:14:06 -0500
commit02b95bbfb4dbd979975ea0306eae84ce8eadbe77 (patch)
tree06018706c49444de99a43ea83c50c9cdc92d12cc /dev-libs/libtompoly
parentdev-libs/libtompoly: ALLARCHES EAPI bump (diff)
downloadgentoo-02b95bbfb4dbd979975ea0306eae84ce8eadbe77.tar.gz
gentoo-02b95bbfb4dbd979975ea0306eae84ce8eadbe77.tar.bz2
gentoo-02b95bbfb4dbd979975ea0306eae84ce8eadbe77.zip
dev-libs/libtompoly: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/libtompoly')
-rw-r--r--dev-libs/libtompoly/libtompoly-0.04.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-libs/libtompoly/libtompoly-0.04.ebuild b/dev-libs/libtompoly/libtompoly-0.04.ebuild
deleted file mode 100644
index 498b2f55e6d0..000000000000
--- a/dev-libs/libtompoly/libtompoly-0.04.ebuild
+++ /dev/null
@@ -1,32 +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="portable ISO C library for polynomial basis arithmetic"
-HOMEPAGE="http://www.libtom.net/"
-SRC_URI="https://github.com/libtom/libtompoly/releases/download/${PV}/ltp-${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 "/^LIBPATH/s:/lib:/$(get_libdir):" \
- makefile || die
- tc-export AR CC
-}
-
-src_install() {
- default
- dodoc changes.txt *.pdf
- docinto demo ; dodoc demo/*
-}