Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 577816 Details for
Bug 686776
dev-libs/libtompoly: EAPI=7 bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libtompoly.patch
libtompoly.patch (text/plain), 1.62 KB, created by
Michael Mair-Keimberger (iamnr3)
on 2019-05-26 08:42:02 UTC
(
hide
)
Description:
libtompoly.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (iamnr3)
Created:
2019-05-26 08:42:02 UTC
Size:
1.62 KB
patch
obsolete
>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..e9f48ae507f >--- /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 *.pdf >+ docinto demo ; dodoc demo/* >+} >diff --git a/dev-libs/libtompoly/libtompoly-0.04.ebuild b/dev-libs/libtompoly/libtompoly-0.04.ebuild >index 038467c5d14..498b2f55e6d 100644 >--- a/dev-libs/libtompoly/libtompoly-0.04.ebuild >+++ b/dev-libs/libtompoly/libtompoly-0.04.ebuild >@@ -1,4 +1,4 @@ >-# Copyright 1999-2012 Gentoo Foundation >+# Copyright 1999-2019 Gentoo Authors > # Distributed under the terms of the GNU General Public License v2 > > EAPI="4" >@@ -6,7 +6,7 @@ EAPI="4" > inherit toolchain-funcs multilib > > DESCRIPTION="portable ISO C library for polynomial basis arithmetic" >-HOMEPAGE="http://www.libtom.org/" >+HOMEPAGE="http://www.libtom.net/" > SRC_URI="https://github.com/libtom/libtompoly/releases/download/${PV}/ltp-${PV}.tar.bz2" > > LICENSE="WTFPL-2"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 686776
: 577816