public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtompoly/
Date: Fri, 29 Nov 2019 22:14:55 +0000 (UTC)	[thread overview]
Message-ID: <1575065409.811c87ddf49a802d60fd0cdab313f2ee25d6c958.bman@gentoo> (raw)

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	other threads:[~2019-11-29 22:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-29 22:14 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-31 20:45 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtompoly/ David Seifert
2019-11-29 22:14 Aaron Bauman
2019-11-29 22:14 Aaron Bauman
2019-11-29 22:14 Aaron Bauman
2019-11-29 22:14 Aaron Bauman
2016-03-05 16:25 Patrick Lauer
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=1575065409.811c87ddf49a802d60fd0cdab313f2ee25d6c958.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