public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/boost-m4/
Date: Mon, 28 Mar 2016 14:45:38 +0000 (UTC)	[thread overview]
Message-ID: <1459176277.393b344659b70fd9facea932cd82f25b04cf9e4b.soap@gentoo> (raw)

commit:     393b344659b70fd9facea932cd82f25b04cf9e4b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 11:39:49 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 14:44:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393b3446

sys-devel/boost-m4: Version bump required for recent boost releases

Package-Manager: portage-2.2.28

 sys-devel/boost-m4/Manifest                      |  1 +
 sys-devel/boost-m4/boost-m4-0.4_p20160328.ebuild | 30 ++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/sys-devel/boost-m4/Manifest b/sys-devel/boost-m4/Manifest
index 1b3f5b9..733dbe3 100644
--- a/sys-devel/boost-m4/Manifest
+++ b/sys-devel/boost-m4/Manifest
@@ -1 +1,2 @@
 DIST boost-m4-0.4.tar.gz 38871 SHA256 abe1fbc30cdd1e938cd5b00cbcbfc370d159404f9014c6dce1976b093cd242e0 SHA512 f0ee9edbf20043679339bcb46a912d460a787635106559780d6a9a08dd685051a58667a0a1e26364709de10dde49f4b2fd348dbd6199a9da3099d75e665c1e95 WHIRLPOOL 8478f8f742004f3ef8ab11bb27c1c2d172fc9060a0ac6041a131f90369af9a8cc6db6ae0e1f108832d5e2c262aba98604b32601a89afecc4be135b7e1b4d18d3
+DIST boost-m4-0.4_p20160328.tar.gz 41253 SHA256 185c6ce9b999d9c3cf64bfff03c2c79cd29e0fe66c0566d8ef8919cfaf2e2dcc SHA512 4aecd311b21ced4a3d62fc706a9fa731c375ea490482f78756892243b5af6909cd8841c249632b37820be7f1bde41c290e842edd933d0c727e1dca76d30eb506 WHIRLPOOL f1e3f6d18c5b11bf3ae27cc05d5af1bc784e794961ac8336e9cf74fd3a2f552efe215631af9b1c82d562f1afa21da009e6ad57191ccf24f9dd005ff15f1f2792

diff --git a/sys-devel/boost-m4/boost-m4-0.4_p20160328.ebuild b/sys-devel/boost-m4/boost-m4-0.4_p20160328.ebuild
new file mode 100644
index 0000000..22eac3d
--- /dev/null
+++ b/sys-devel/boost-m4/boost-m4-0.4_p20160328.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Another set of autoconf macros for compiling against boost"
+HOMEPAGE="https://github.com/tsuna/boost.m4"
+SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+S="${WORKDIR}/boost.m4-1489691f65aecb593e33abc3e56ac482dd67da7b"
+
+# 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
+}


             reply	other threads:[~2016-03-28 14:45 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-28 14:45 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-07  7:25 [gentoo-commits] repo/gentoo:master commit in: sys-devel/boost-m4/ Pacho Ramos
2018-02-11 12:55 Mart Raudsepp
2018-03-27 22:32 Sergei Trofimovich
2018-03-28 19:32 Sergei Trofimovich
2018-04-01 11:09 Tobias Klausmann
2018-04-01 14:14 Aaron Bauman
2018-04-19 22:14 Sergei Trofimovich
2018-04-21 11:50 Mikle Kolyada
2018-05-27  8:25 Mikle Kolyada
2018-06-28 15:04 Mikle Kolyada
2021-01-06 15:32 Fabian Groffen
2023-06-25  4:59 Sam James
2023-06-27  0:02 Yixun Lan
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-08-12  9:59 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=1459176277.393b344659b70fd9facea932cd82f25b04cf9e4b.soap@gentoo \
    --to=soap@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