Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 433503

Summary: EBUILD: dev-php/pecl-amqp
Product: Gentoo Linux Reporter: Travis Hansen <travisghansen>
Component: Current packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: anthonyryan1
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://pecl.php.net/package/amqp
Whiteboard:
Package list:
Runtime testing required: ---

Description Travis Hansen 2012-08-31 07:52:31 UTC
Could we get this and it's deps in portage?  Thanks!

Reproducible: Always
Comment 1 Travis Hansen 2012-09-04 23:27:41 UTC
I added some hacked together ebuilds available in my overlay if it helps.

http://anon-git.one-gear.com/?p=chaos.git;a=summary

net-libs/rabbitmq-c
dev-php/pecl-amqp
Comment 2 Matthew Schultz 2013-01-08 14:32:55 UTC
This is an enhancement, not a bug.
Comment 3 Ole Markus With (RETIRED) gentoo-dev 2013-03-11 10:43:04 UTC
Is this still interesting? If so, attach the ebuilds and I will have a look at them.
Comment 4 Travis Hansen 2013-03-11 13:27:33 UTC
It still is.  I worked with upstream to clean up the build of rabbitmq-c as well (and got a proper tag out of them with no git externals).

https://github.com/travisghansen/chaos
Comment 5 Ole Markus With (RETIRED) gentoo-dev 2013-03-11 15:05:50 UTC
(In reply to comment #4)
> It still is.  I worked with upstream to clean up the build of rabbitmq-c as
> well (and got a proper tag out of them with no git externals).
> 
> https://github.com/travisghansen/chaos

Thanks. For USE=tools rabbitmq-c, could you add a metadata.xml describing what those tools are? See quse -D tools for examples of helpful descriptions. 

Otherwise, for static-libs, I am not a fan of providing that USE flag unless it has a specific USE case to have libs built statically.
Comment 6 Travis Hansen 2013-03-13 17:33:10 UTC
tools: builds cli tools to interact with brokers.  including create/deleting queues, bindings, messages, etc.

examples: right now this builds them but we probably shouldn't.  likely better to install the source/header files rather than the binaries

static-libs: no particular use-case at present.  I don't mind seeing it go away if that's necessary.

Thanks!
Comment 7 Ole Markus With (RETIRED) gentoo-dev 2013-03-23 19:40:21 UTC
Fixed in CVS.