commit:     9f32a52a9b14ed11416de439bbcf5f9a11e566f5
Author:     Marshall Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Fri Jun  3 17:52:35 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 15:24:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f32a52a

dev-libs/protobuf: version bump 3.0.0_beta3

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1603

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-libs/protobuf/Manifest                                            | 2 +-
 .../{protobuf-3.0.0_beta2.ebuild => protobuf-3.0.0_beta3.ebuild}      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/protobuf/Manifest b/dev-libs/protobuf/Manifest
index 23fa118..9ef6e17 100644
--- a/dev-libs/protobuf/Manifest
+++ b/dev-libs/protobuf/Manifest
@@ -1,3 +1,3 @@
 DIST protobuf-2.5.0.tar.bz2 1866763 SHA256 
13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 SHA512 
5994b3669808b82fef5c860ecad36358c0767f84acac877e7bfcf722e59d972835a955714149bdd4158fbd1328a51d01397a563991d26475351ee72be48142ee
 WHIRLPOOL 
7e6786e1f20bf253d0e386a95c2bbfe1b443f484d492f97552cadcea62c24461436aa88130e3ff20b4dc9f352c101458cb8c03686f1cc4e6e2133b6e78f5b70d
 DIST protobuf-2.6.1.tar.bz2 2021416 SHA256 
ee445612d544d885ae240ffbcbf9267faa9f593b7b101f21d58beceb92661910 SHA512 
8b092b87fcd79223db199cd3d330f3d43689b47f345aa4e34028dcf1680d609a5d5a89ab08588e817b566d3b265834c38f1db580bc1c144b512ce74d35f2a174
 WHIRLPOOL 
b8d7f5e6b85670520435fd1107eb67035c822c2dad9689dadc29754de3bf8076ac256cf3fe3e719e99c0ccb03ed78edecb91afbe96b611073b60ae3fb3f29b1a
-DIST protobuf-3.0.0_beta2.tar.gz 3333054 SHA256 
be224d07ce87f12e362cff3df02851107bf92a4e4604349b1d7a4b1f0c3bfd86 SHA512 
3a9329603226dabeaae7c28eb7463fb4403383e7774d53742e9e38a0426f5ef370803c68e4d4bc0d37585618fb340befe4f812731db0984b12032c3d931cdca7
 WHIRLPOOL 
0e77105c24d71c0269f4375ebfaef38175d762e1a90cdd81f594c13bbece9f390ada9291f722e8e0227952a1f5cd94976037f069b86703c7a3a37a9277cb66f8
+DIST protobuf-3.0.0_beta3.tar.gz 3654440 SHA256 
d8d11564ff4085e7095cf5601fdc094946e6dbb0085863829668eb3a50b1ae0d SHA512 
b8e0e73ab03d18b6715d875aff8552a603d46feaa5b7b4fb225ba841ff917381bdecf5083202ec1753fd1e82a8d0281937fba6d0f0928261a68c035f509360fd
 WHIRLPOOL 
dbc8896a0b1bb92a5e0a586c6952c7b32b2c0cfce03ed5c2f39634d038977f50fbc3b2e9297944316f73d258d21b6766a4fae8f86b65e096f92ed93b0bf1615e

diff --git a/dev-libs/protobuf/protobuf-3.0.0_beta2.ebuild 
b/dev-libs/protobuf/protobuf-3.0.0_beta3.ebuild
similarity index 97%
rename from dev-libs/protobuf/protobuf-3.0.0_beta2.ebuild
rename to dev-libs/protobuf/protobuf-3.0.0_beta3.ebuild
index 17a7d53..fd536b1 100644
--- a/dev-libs/protobuf/protobuf-3.0.0_beta2.ebuild
+++ b/dev-libs/protobuf/protobuf-3.0.0_beta3.ebuild
@@ -9,7 +9,7 @@ inherit python-r1 autotools flag-o-matic toolchain-funcs 
elisp-common multilib-m
 
 # If you bump this package, also consider bumping the official language 
bindings!
 # At the current time these are java and python.
-MY_PV=${PV/_beta2/-beta-2}
+MY_PV=${PV/_beta/-beta-}
 
 DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding 
structured data"
 HOMEPAGE="https://github.com/google/protobuf/ 
https://developers.google.com/protocol-buffers/";
@@ -29,7 +29,7 @@ PDEPEND="java? ( dev-java/protobuf-java )
 S="${WORKDIR}/${PN}-${MY_PV}"
 PATCHES=( "${FILESDIR}/${PN}-2.5.0-emacs-24.4.patch"
        "${FILESDIR}/${PN}-2.6.1-protoc-cmdline.patch"
-       "${FILESDIR}/${P}-disable-local-gmock.patch" )
+       "${FILESDIR}/${PN}-3.0.0_beta2-disable-local-gmock.patch" )
 
 src_prepare() {
        append-cxxflags -DGOOGLE_PROTOBUF_NO_RTTI

Reply via email to