commit:     02b95bbfb4dbd979975ea0306eae84ce8eadbe77
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 22:14:06 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 22:14:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b95bbf

dev-libs/libtompoly: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-libs/libtompoly/libtompoly-0.04.ebuild | 32 ------------------------------
 1 file changed, 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 498b2f55e6d..00000000000
--- 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/*
-}

Reply via email to