I have created pull request on github: https://github.com/gentoo/gentoo/pull/2974
I created an updated PR here: https://github.com/gentoo/gentoo/pull/4078
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
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