Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 686776
Collapse All | Expand All

(-)a/dev-libs/libtompoly/libtompoly-0.04-r1.ebuild (+32 lines)
Line 0 Link Here
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=7
5
6
inherit toolchain-funcs
7
8
DESCRIPTION="portable ISO C library for polynomial basis arithmetic"
9
HOMEPAGE="http://www.libtom.net/"
10
SRC_URI="https://github.com/libtom/libtompoly/releases/download/${PV}/ltp-${PV}.tar.bz2"
11
12
LICENSE="WTFPL-2"
13
SLOT="0"
14
KEYWORDS="~amd64 ~ppc ~x86"
15
16
DEPEND="dev-libs/libtommath"
17
RDEPEND="${DEPEND}"
18
19
src_prepare() {
20
	default
21
	sed -i \
22
		-e 's:\<ar\>:$(AR):' \
23
		-e "/^LIBPATH/s:/lib:/$(get_libdir):" \
24
		makefile || die
25
	tc-export AR CC
26
}
27
28
src_install() {
29
	default
30
	dodoc changes.txt *.pdf
31
	docinto demo ; dodoc demo/*
32
}
(-)a/dev-libs/libtompoly/libtompoly-0.04.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI="4"
4
EAPI="4"
Lines 6-12 EAPI="4" Link Here
6
inherit toolchain-funcs multilib
6
inherit toolchain-funcs multilib
7
7
8
DESCRIPTION="portable ISO C library for polynomial basis arithmetic"
8
DESCRIPTION="portable ISO C library for polynomial basis arithmetic"
9
HOMEPAGE="http://www.libtom.org/"
9
HOMEPAGE="http://www.libtom.net/"
10
SRC_URI="https://github.com/libtom/libtompoly/releases/download/${PV}/ltp-${PV}.tar.bz2"
10
SRC_URI="https://github.com/libtom/libtompoly/releases/download/${PV}/ltp-${PV}.tar.bz2"
11
11
12
LICENSE="WTFPL-2"
12
LICENSE="WTFPL-2"

Return to bug 686776