gpo.zugaina.org

Search Portage & Overlays:

dev-libs/msgpuck

Lightweight MessagePack library

Screenshots

ChangeLog

commit 6d25a37077817ecb1891cebc7d87646091e55830
Author: Pavel Balaev <balaev@tarantool.org>
Date: Tue Aug 2 15:45:10 2022 +0300

eapi: bump to 7 version

Some ebuilds uses the cmake-utils and versionator eclasses.
These eclasses have been removed.

Closes #50

commit 373d704fc4439870f17ffb03c4f07507b045a9a9
Author: Alexander Turenko <alexander.turenko@tarantool.org>
Date: Sun Feb 9 01:04:41 2020 +0300

dev-libs/msgpuck: use tarantool's fork consistently

Before this commit the upstream was used for releases, but tarantool's
fork for the last git version. Since this overlay is about tarantool, it
seems logical to provide tarantool's fork here.

The upstream and tarantool's fork are identical for most applications
(at least now).

Aside of this, the library is not more header-only. Updated the
description by copying it from the github.com page.

commit f2cfecb785ed20eeee5cce4f41039b09f6d212c3
Author: Alexander Turenko <alexander.turenko@tarantool.org>
Date: Sun Feb 9 00:57:35 2020 +0300

dev-libs/msgpuck: drop 1.1.3

dev-libs/msgpuck-1.1.3 and dev-libs/msgpuck-2.0 (or -9999) have
different SLOTs, so it is expected that they can be installed at the
same time on the same system. However it is not possible due to file
collisions:

* /usr/include/msgpuck.h
* /usr/lib64/libmsgpuck.a

Fixing of this would complicate building of dependent projects (setup
custom include and library paths), so I decided to drop the old version
instead.

commit 87a4f289a95c4b3cc17e342ee709fb47bdad1c84
Author: Alexander Turenko <alexander.turenko@tarantool.org>
Date: Fri Jan 31 17:30:42 2020 +0300

Simplify git-r3 eclass inheritance code

The change is the same as was made in
66bff60802d4c6991ed8c1bab9750cf97b8a73ea ('Fix pmaint metadata
regeneration error'). However the goal of this commit is unification and
simplification of ebuilds rather than overcoming of pmaint errors.

commit cb784c38bdfa126f5c5a91ce6ea16ae51c6bce64
Author: Alexander Turenko <alexander.turenko@tarantool.org>
Date: Thu Jun 1 14:18:15 2017 +0300

Fix msgpuck ver in our nginx module dependencies

commit eb0ca0c28e278dda59d7ed3542fccee33771f0f0
Author: Alexander Turenko <alexander.turenko@tarantool.org>
Date: Thu Jun 1 14:11:12 2017 +0300

Add dev-libs/msgpuck-2.0

commit 8f7f2342ed02837dc482817588da7b8429884d51
Author: Alexander Turenko <alexander.turenko@tarantool.org>
Date: Fri Apr 7 11:53:38 2017 +0300

Added msgpuck, avro-schema, nginx w/ nginx_upstream_tarantool_module