From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/boost-m4/
Date: Sun, 25 Jun 2023 04:59:59 +0000 (UTC) [thread overview]
Message-ID: <1687669186.d3715f1325c8337fa45366360a21c132dd75cf23.sam@gentoo> (raw)
commit: d3715f1325c8337fa45366360a21c132dd75cf23
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 04:59:46 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 04:59:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3715f13
sys-devel/boost-m4: add 0.4_p20221019
Closes: https://bugs.gentoo.org/909076
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/boost-m4/Manifest | 1 +
sys-devel/boost-m4/boost-m4-0.4_p20221019.ebuild | 30 ++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/sys-devel/boost-m4/Manifest b/sys-devel/boost-m4/Manifest
index 2c9cc88c4c1b..08d252a9ff90 100644
--- a/sys-devel/boost-m4/Manifest
+++ b/sys-devel/boost-m4/Manifest
@@ -1 +1,2 @@
DIST boost-m4-0.4_p20160328.tar.gz 41253 BLAKE2B 47ad17f652560dce4e276b295e55e7daa8752f1c932a6c0d1bad9e4bc2ff72eb0adfaf8abc4e7c57f179f08857de255935fc530f0a4d8a26d3f6a2a0711417ac SHA512 4aecd311b21ced4a3d62fc706a9fa731c375ea490482f78756892243b5af6909cd8841c249632b37820be7f1bde41c290e842edd933d0c727e1dca76d30eb506
+DIST boost-m4-0.4_p20221019.tar.gz 43301 BLAKE2B 8363b4e5406232050017c5272f5954509d784604485e9c5d485fbb360cebfa366bc0732886c13b54935deb6b1a85632c42282e3a51e92082ac3f40a78e43bbbb SHA512 43bf52054ad820d3da12dca38af7e71c80053a09c9dd06a9a5af87e87bafd69e36b891c179353e5c5e63970c38456264176769df6de8719fd6526116e9971dc6
diff --git a/sys-devel/boost-m4/boost-m4-0.4_p20221019.ebuild b/sys-devel/boost-m4/boost-m4-0.4_p20221019.ebuild
new file mode 100644
index 000000000000..1e9e6c30f506
--- /dev/null
+++ b/sys-devel/boost-m4/boost-m4-0.4_p20221019.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+BOOST_COMMIT="0c955e2c32804d6140676052a9e684ca84bf086d"
+
+DESCRIPTION="Another set of autoconf macros for compiling against boost"
+HOMEPAGE="https://github.com/tsuna/boost.m4"
+SRC_URI="https://github.com/tsuna/boost.m4/archive/${BOOST_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN/-/.}-${BOOST_COMMIT}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+# boost.m4 has a buildsystem, but the distributer didn't use make dist
+# so we'd have to eautoreconf to use it. Also, its ./configure script
+# DEPENDs on boost. For installing one file, bootstrapping the
+# buildsystem isn't worth it.
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_install() {
+ insinto /usr/share/aclocal
+ doins build-aux/boost.m4
+
+ dodoc AUTHORS NEWS README THANKS
+}
next reply other threads:[~2023-06-25 5:00 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-25 4:59 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-12 9:59 [gentoo-commits] repo/gentoo:master commit in: sys-devel/boost-m4/ David Seifert
2023-08-02 21:06 Sam James
2023-08-02 21:06 Sam James
2023-08-02 21:06 Sam James
2023-08-02 21:06 Sam James
2023-06-27 0:02 Yixun Lan
2021-01-06 15:32 Fabian Groffen
2018-06-28 15:04 Mikle Kolyada
2018-05-27 8:25 Mikle Kolyada
2018-04-21 11:50 Mikle Kolyada
2018-04-19 22:14 Sergei Trofimovich
2018-04-01 14:14 Aaron Bauman
2018-04-01 11:09 Tobias Klausmann
2018-03-28 19:32 Sergei Trofimovich
2018-03-27 22:32 Sergei Trofimovich
2018-02-11 12:55 Mart Raudsepp
2016-08-07 7:25 Pacho Ramos
2016-03-28 14:45 David Seifert
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=1687669186.d3715f1325c8337fa45366360a21c132dd75cf23.sam@gentoo \
--to=sam@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