Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 505994 - dev-libs/mongo-c-driver-0.8.1-r1: Fix python-r1 conversion
Summary: dev-libs/mongo-c-driver-0.8.1-r1: Fix python-r1 conversion
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-27 19:23 UTC by Mike Gilbert
Modified: 2014-03-27 21:29 UTC (History)
2 users (show)

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


Attachments
ebuild patch (mongo-c-driver.patch,1023 bytes, patch)
2014-03-27 19:23 UTC, Mike Gilbert
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2014-03-27 19:23:04 UTC
Created attachment 373656 [details, diff]
ebuild patch

The conversion that Chainsaw did is incomplete, and probably uses the wrong eclass.

Please see attached patch. This converts it to python-any-r1.

https://devmanual.gentoo.org/eclass-reference/python-any-r1.eclass/index.html
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2014-03-27 20:53:48 UTC
Thanks Mike, please commit. If you have any concerns about my attempt not installing the right files (it seemed to do the right thing when I looked) please revbump and delete -r1.
I shall study on the python eclasses a bit more.
Comment 2 Mike Gilbert gentoo-dev 2014-03-27 21:29:27 UTC
(In reply to Tony Vroon from comment #1)
> Thanks Mike, please commit. If you have any concerns about my attempt not
> installing the right files (it seemed to do the right thing when I looked)
> please revbump and delete -r1.

I would guess that it would simply cause build failures if the user has python3 selected system-wide. So no revbump.

+  27 Mar 2014; Mike Gilbert <floppym@gentoo.org> mongo-c-driver-0.8.1-r1.ebuild:
+  Convert to python-any-r1, bug 505994.