From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/
Date: Fri, 29 Nov 2019 22:18:42 +0000 (UTC) [thread overview]
Message-ID: <1575065800.5cc0fc86d15fa0fac1f2c1c26a97c5e882900087.bman@gentoo> (raw)
commit: 5cc0fc86d15fa0fac1f2c1c26a97c5e882900087
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 26 08:36:32 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 22:16:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc0fc86
dev-libs/libtomfloat: EAPI=7 bump
Closes: https://bugs.gentoo.org/686774
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12111
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild | 33 +++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild b/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild
new file mode 100644
index 00000000000..be4077cf256
--- /dev/null
+++ b/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="library for floating point number manipulation"
+HOMEPAGE="http://www.libtom.net/"
+SRC_URI="https://github.com/libtom/libtomfloat/releases/download/${PV}/ltf-${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 's:\<ranlib\>:$(RANLIB):' \
+ -e "/^LIBPATH/s:/lib:/$(get_libdir):" \
+ makefile || die
+ tc-export AR CC RANLIB
+}
+
+src_install() {
+ default
+ dodoc changes.txt float.pdf WARNING
+ docinto demos ; dodoc demos/ex1.c
+}
next reply other threads:[~2019-11-29 22:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-29 22:18 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-11-29 22:18 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/ Aaron Bauman
2019-11-29 22:18 Aaron Bauman
2019-11-29 22:18 Aaron Bauman
2016-03-05 16:25 Patrick Lauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1575065800.5cc0fc86d15fa0fac1f2c1c26a97c5e882900087.bman@gentoo \
--to=bman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox