commit:     811c87ddf49a802d60fd0cdab313f2ee25d6c958
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 26 08:41:59 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 22:10:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811c87dd

dev-libs/libtompoly: EAPI=7 bump

Closes: https://bugs.gentoo.org/686776
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12112
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-libs/libtompoly/libtompoly-0.04-r1.ebuild | 32 +++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/dev-libs/libtompoly/libtompoly-0.04-r1.ebuild 
b/dev-libs/libtompoly/libtompoly-0.04-r1.ebuild
new file mode 100644
index 00000000000..ad8ee80f189
--- /dev/null
+++ b/dev-libs/libtompoly/libtompoly-0.04-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+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"
+
+DEPEND="dev-libs/libtommath"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+       default
+       sed -i \
+               -e 's:\<ar\>:$(AR):' \
+               -e "/^LIBPATH/s:/lib:/$(get_libdir):" \
+               makefile || die
+       tc-export AR CC
+}
+
+src_install() {
+       default
+       dodoc changes.txt pb.pdf
+       docinto demo ; dodoc demo/demo.c
+}

Reply via email to