Created attachment 355936 [details] rabbitmq-c-0.4.0.ebuild The attached ebuild works to build the just-released RabbitMQ-C 0.4.0.
Comment on attachment 355936 [details] rabbitmq-c-0.4.0.ebuild --- rabbitmq-c-0.3.0.ebuild 2013-03-14 19:50:36.000000000 +0100 +++ - 2013-08-14 14:41:35.466629108 +0200 @@ -14,7 +14,7 @@ EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git" KEYWORDS="-*" else - SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/${PN}-v${PV}.zip" + SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> ${PN}-v${PV}.zip" KEYWORDS="~amd64 ~x86" fi @@ -25,14 +25,14 @@ DEPEND="" RDEPEND="${DEPEND}" DOCS=( "AUTHORS" "README.md" "THANKS" "TODO" ) -PATCHES=( "${FILESDIR}/xmlto.patch" ) +#PATCHES=( "${FILESDIR}/xmlto.patch" ) src_unpack() { if [[ ${PV} == *9999* ]]; then git-2_src_unpack else unpack ${A} - mv ${PN}* ${P} || die + #mv ${PN}* ${P} || die fi }
It's in tree Matt, thx for your patience +*rabbitmq-c-0.5.0 (04 May 2014) + + 04 May 2014; Ultrabug <ultrabug@gentoo.org> +rabbitmq-c-0.5.0.ebuild: + version bump fix #480962 thx to Matt Whitlock +