Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 917303 - dev-libs/protobuf: Add USE=protoc
Summary: dev-libs/protobuf: Add USE=protoc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-11-13 15:18 UTC by Allen Webb
Modified: 2024-07-09 12:52 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 Allen Webb 2023-11-13 15:18:28 UTC
When cross-compiling protobuf, protoc needs to be used from the host/builder and we may or may not want to build protoc so allow that behavior to be configured with a new USE flag.

I already have a local implementation and I am putting a pull request together for this.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2024-07-09 12:52:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500e56f73c763ea8b5bb061a522537a9c6ca5cc6

commit 500e56f73c763ea8b5bb061a522537a9c6ca5cc6
Author:     Paul Zander <negril.nx+gentoo@gmail.com>
AuthorDate: 2024-07-07 11:52:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-07-09 12:51:23 +0000

    dev-cpp/protobuf: add 27.2, 26.1-r2, 25.3, 24.4, 23.4, 22.5-r2, 9999
    
    Closes: https://bugs.gentoo.org/915325
    Closes: https://bugs.gentoo.org/917303
    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/protobuf/Manifest                |   4 +
 dev-libs/protobuf/metadata.xml            |  16 ++-
 dev-libs/protobuf/protobuf-22.5-r2.ebuild | 133 +++++++++++++++++++++++++
 dev-libs/protobuf/protobuf-23.4.ebuild    | 126 +++++++++++++++++++++++
 dev-libs/protobuf/protobuf-24.4.ebuild    | 125 +++++++++++++++++++++++
 dev-libs/protobuf/protobuf-25.3.ebuild    | 125 +++++++++++++++++++++++
 dev-libs/protobuf/protobuf-26.1-r2.ebuild | 125 +++++++++++++++++++++++
 dev-libs/protobuf/protobuf-27.2.ebuild    | 160 ++++++++++++++++++++++++++++++
 dev-libs/protobuf/protobuf-9999.ebuild    | 160 ++++++++++++++++++++++++++++++
 profiles/package.mask                     |   8 --
 10 files changed, 973 insertions(+), 9 deletions(-)