Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtompoly/
Date: Fri, 29 Nov 2019 22:14:59
Message-Id: 1575065646.02b95bbfb4dbd979975ea0306eae84ce8eadbe77.bman@gentoo
1 commit: 02b95bbfb4dbd979975ea0306eae84ce8eadbe77
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 22:14:06 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 22:14:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b95bbf
7
8 dev-libs/libtompoly: drop old EAPI
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-libs/libtompoly/libtompoly-0.04.ebuild | 32 ------------------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/dev-libs/libtompoly/libtompoly-0.04.ebuild b/dev-libs/libtompoly/libtompoly-0.04.ebuild
16 deleted file mode 100644
17 index 498b2f55e6d..00000000000
18 --- a/dev-libs/libtompoly/libtompoly-0.04.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="4"
25 -
26 -inherit toolchain-funcs multilib
27 -
28 -DESCRIPTION="portable ISO C library for polynomial basis arithmetic"
29 -HOMEPAGE="http://www.libtom.net/"
30 -SRC_URI="https://github.com/libtom/libtompoly/releases/download/${PV}/ltp-${PV}.tar.bz2"
31 -
32 -LICENSE="WTFPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc x86"
35 -IUSE=""
36 -
37 -DEPEND="dev-libs/libtommath"
38 -RDEPEND="${DEPEND}"
39 -
40 -src_prepare() {
41 - sed -i \
42 - -e 's:\<ar\>:$(AR):' \
43 - -e "/^LIBPATH/s:/lib:/$(get_libdir):" \
44 - makefile || die
45 - tc-export AR CC
46 -}
47 -
48 -src_install() {
49 - default
50 - dodoc changes.txt *.pdf
51 - docinto demo ; dodoc demo/*
52 -}