Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 601370 - dev-libs/msgpack: version bump to 2.0.0
Summary: dev-libs/msgpack: version bump to 2.0.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-01 17:30 UTC by Stefan Langenmaier
Modified: 2017-08-23 17:07 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Langenmaier 2016-12-01 17:30:55 UTC
I have created pull request on github: https://github.com/gentoo/gentoo/pull/2974
Comment 1 Mathy Vanvoorden 2017-02-25 23:57:00 UTC
I created an updated PR here:
https://github.com/gentoo/gentoo/pull/4078
Comment 2 Patrice Clement gentoo-dev 2017-07-31 22:00:27 UTC
commit 0c7fcff5968a2f03ab391467425aebf159469355 (HEAD -> master, origin/master, origin/HEAD)
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: Mon Jul 31 23:58:12 2017 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Mon Jul 31 23:58:41 2017 +0200

dev-libs/msgpack: version bump.

Gentoo-Bug: https://bugs.gentoo.org/601370

Package-Manager: Portage-2.3.6, Repoman-2.3.1

dev-libs/msgpack/Manifest             |  1 +
dev-libs/msgpack/msgpack-2.0.0.ebuild | 39 +++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
create mode 100644 dev-libs/msgpack/msgpack-2.0.0.ebuild
Comment 3 Patrice Clement gentoo-dev 2017-08-23 17:07:05 UTC
commit a6c7811d79b3c02dee4950097f080da5195a1e10 (HEAD -> master, origin/master, origin/HEAD)
Author:     Mathy Vanvoorden <mathy@vanvoorden.be>
AuthorDate: Sun Feb 26 00:53:40 2017 +0100
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Wed Aug 23 19:05:54 2017 +0200

dev-libs/msgpack: version bump to 1.4.2 and 2.2.1

An update to the latest version of 1.X and 2.X of the package. This was
already being worked on in PR #2974, I processed the comments and added
some extra things:

* Updated copyright.
* EAPI version bump.
* Updated license to Boost-1.0.
* Added examples USE-flag.
* Added doc USE-flag.
* Updated patches for cflags and static-libs.
* Masked for testing.

The new versions are masked for testing as the status of depending packages is
currently unknown. Bugs for the package maintainers will be created.

Gentoo-Bug: https://bugs.gentoo.org/601370
Closes: https://github.com/gentoo/gentoo/pull/4078
Package-Manager: Portage-2.3.6, Repoman-2.3.1

dev-libs/msgpack/Manifest                         |  2 +
dev-libs/msgpack/files/msgpack-1.4.2-cflags.patch | 32 ++++++++++
dev-libs/msgpack/files/msgpack-1.4.2-static.patch | 46 +++++++++++++
dev-libs/msgpack/msgpack-1.4.2.ebuild             | 78 +++++++++++++++++++++++
dev-libs/msgpack/msgpack-2.1.1.ebuild             | 77 ++++++++++++++++++++++
5 files changed, 235 insertions(+)
create mode 100644 dev-libs/msgpack/files/msgpack-1.4.2-cflags.patch
create mode 100644 dev-libs/msgpack/files/msgpack-1.4.2-static.patch
create mode 100644 dev-libs/msgpack/msgpack-1.4.2.ebuild
create mode 100644 dev-libs/msgpack/msgpack-2.1.1.ebuild