Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480962 - net-libs/rabbitmq-c-0.5.0 version bump
Summary: net-libs/rabbitmq-c-0.5.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2013-08-14 04:42 UTC by Matt Whitlock
Modified: 2014-05-04 13:56 UTC (History)
0 users

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


Attachments
rabbitmq-c-0.4.0.ebuild (rabbitmq-c-0.4.0.ebuild,1.01 KB, text/plain)
2013-08-14 04:42 UTC, Matt Whitlock
Details

Note You need to log in before you can comment on or make changes to this bug.
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
+