diff options
author | David Seifert <soap@gentoo.org> | 2022-10-30 12:12:42 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-10-30 12:12:42 +0100 |
commit | c6b53e07ad8f75c452502cb1e42edfd2d70a2eb4 (patch) | |
tree | e1f5cfe80d81f343a9523d6f70f956f2541402f0 /dev-libs/protobuf | |
parent | dev-cpp/glog/files: [QA] use git-format-patch style patches (diff) | |
download | gentoo-c6b53e07ad8f75c452502cb1e42edfd2d70a2eb4.tar.gz gentoo-c6b53e07ad8f75c452502cb1e42edfd2d70a2eb4.tar.bz2 gentoo-c6b53e07ad8f75c452502cb1e42edfd2d70a2eb4.zip |
dev-libs/protobuf/files: [QA] use git-format-patch style patches
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/files/protobuf-3.16.0-protoc_input_output_files.patch | 12 | ||||
-rw-r--r-- | dev-libs/protobuf/files/protobuf-3.20.1-protoc_input_output_files.patch | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/dev-libs/protobuf/files/protobuf-3.16.0-protoc_input_output_files.patch b/dev-libs/protobuf/files/protobuf-3.16.0-protoc_input_output_files.patch index 7295e805a196..60c450eb2822 100644 --- a/dev-libs/protobuf/files/protobuf-3.16.0-protoc_input_output_files.patch +++ b/dev-libs/protobuf/files/protobuf-3.16.0-protoc_input_output_files.patch @@ -1,7 +1,7 @@ https://github.com/protocolbuffers/protobuf/pull/235 ---- /src/google/protobuf/compiler/command_line_interface.cc -+++ /src/google/protobuf/compiler/command_line_interface.cc +--- a/src/google/protobuf/compiler/command_line_interface.cc ++++ b/src/google/protobuf/compiler/command_line_interface.cc @@ -1110,6 +1110,28 @@ } @@ -162,8 +162,8 @@ https://github.com/protocolbuffers/protobuf/pull/235 if (mode_ == MODE_ENCODE) { // Input is text. ---- /src/google/protobuf/compiler/command_line_interface.h -+++ /src/google/protobuf/compiler/command_line_interface.h +--- a/src/google/protobuf/compiler/command_line_interface.h ++++ b/src/google/protobuf/compiler/command_line_interface.h @@ -292,7 +292,9 @@ GeneratorContext* generator_context, std::string* error); @@ -189,8 +189,8 @@ https://github.com/protocolbuffers/protobuf/pull/235 // If --descriptor_set_out was given, this is the filename to which the // FileDescriptorSet should be written. Otherwise, empty. std::string descriptor_set_out_name_; ---- /src/google/protobuf/compiler/command_line_interface_unittest.cc -+++ /src/google/protobuf/compiler/command_line_interface_unittest.cc +--- a/src/google/protobuf/compiler/command_line_interface_unittest.cc ++++ b/src/google/protobuf/compiler/command_line_interface_unittest.cc @@ -99,7 +99,7 @@ virtual void SetUp(); virtual void TearDown(); diff --git a/dev-libs/protobuf/files/protobuf-3.20.1-protoc_input_output_files.patch b/dev-libs/protobuf/files/protobuf-3.20.1-protoc_input_output_files.patch index 812882cf6b09..39a68650a74a 100644 --- a/dev-libs/protobuf/files/protobuf-3.20.1-protoc_input_output_files.patch +++ b/dev-libs/protobuf/files/protobuf-3.20.1-protoc_input_output_files.patch @@ -1,7 +1,7 @@ https://github.com/protocolbuffers/protobuf/pull/235 ---- /src/google/protobuf/compiler/command_line_interface.cc -+++ /src/google/protobuf/compiler/command_line_interface.cc +--- a/src/google/protobuf/compiler/command_line_interface.cc ++++ b/src/google/protobuf/compiler/command_line_interface.cc @@ -1110,6 +1110,28 @@ } @@ -162,8 +162,8 @@ https://github.com/protocolbuffers/protobuf/pull/235 if (mode_ == MODE_ENCODE) { // Input is text. ---- /src/google/protobuf/compiler/command_line_interface.h -+++ /src/google/protobuf/compiler/command_line_interface.h +--- a/src/google/protobuf/compiler/command_line_interface.h ++++ b/src/google/protobuf/compiler/command_line_interface.h @@ -292,7 +292,9 @@ GeneratorContext* generator_context, std::string* error); @@ -189,8 +189,8 @@ https://github.com/protocolbuffers/protobuf/pull/235 // If --descriptor_set_out was given, this is the filename to which the // FileDescriptorSet should be written. Otherwise, empty. std::string descriptor_set_out_name_; ---- /src/google/protobuf/compiler/command_line_interface_unittest.cc -+++ /src/google/protobuf/compiler/command_line_interface_unittest.cc +--- a/src/google/protobuf/compiler/command_line_interface_unittest.cc ++++ b/src/google/protobuf/compiler/command_line_interface_unittest.cc @@ -99,7 +99,7 @@ virtual void SetUp(); virtual void TearDown(); |