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

Bug 480962

Summary: net-libs/rabbitmq-c-0.5.0 version bump
Product: Gentoo Linux Reporter: Matt Whitlock <gentoo>
Component: [OLD] LibraryAssignee: Ultrabug <ultrabug>
Status: RESOLVED FIXED    
Severity: normal Keywords: EBUILD, PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: rabbitmq-c-0.4.0.ebuild

Description Matt Whitlock 2013-08-14 04:42:48 UTC
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 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-14 12:41:44 UTC
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
 }
Comment 2 Ultrabug gentoo-dev 2014-05-04 13:56:45 UTC
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
+