Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231297 - new ebuild: dev-libs/protobuf-2.0.0_beta1
Summary: new ebuild: dev-libs/protobuf-2.0.0_beta1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Michal Januszewski (RETIRED)
URL: http://code.google.com/p/protobuf/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2008-07-09 13:50 UTC by Auke Booij (tulcod)
Modified: 2008-07-17 23:23 UTC (History)
2 users (show)

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


Attachments
protobuf-2.0.0_beta1.ebuild (protobuf-2.0.0_beta1.ebuild,1.62 KB, text/plain)
2008-07-09 15:43 UTC, Auke Booij (tulcod)
Details
protobuf-2.0.0_beta1.ebuild (protobuf-2.0.0_beta1.ebuild,1.63 KB, text/plain)
2008-07-09 19:20 UTC, Auke Booij (tulcod)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Auke Booij (tulcod) 2008-07-09 13:50:31 UTC
Google has recently released the method it uses for internal data exchange to the open source world. "Protocol Buffers" will probably get a lot of attention soon, and a lot of packages will start using them. Please add this to the tree.

As a sidenote, I'm currently trying to make an ebuild working for this package. It will be attached as soon as it works.

Reproducible: Always

Steps to Reproduce:




The following USE flags should be supported: examples java python vim
Comment 1 Auke Booij (tulcod) 2008-07-09 15:43:57 UTC
Created attachment 159955 [details]
protobuf-2.0.0_beta1.ebuild

Finally, it works. I hate java. Well, it works now. Maybe not the cleanest solution ever, but it builds and installs. I haven't checked (and completed) the src_test() functionality.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-07-09 19:18:04 UTC
The java dependency optional at compile time, bug mandatory at runtime is an error, I guess?!
Comment 3 Auke Booij (tulcod) 2008-07-09 19:20:46 UTC
Created attachment 159974 [details]
protobuf-2.0.0_beta1.ebuild

Yeah, quite is, here is an updated ebuild :)
Comment 4 Michal Januszewski (RETIRED) gentoo-dev 2008-07-17 23:23:47 UTC
dev-libs/protobuf is now in CVS :)  Thanks for the ebuild and the bug report.  The ebuild I committed to CVS is based on the one you submitted and on my draft version I had in my personal repository.