Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 448070 - app-office/libreoffice: patches to migrate ebuilds to python-single-r1
Summary: app-office/libreoffice: patches to migrate ebuilds to python-single-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 10:43 UTC by Michał Górny
Modified: 2013-01-01 10:53 UTC (History)
0 users

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


Attachments
Patch for the live ebuilds (0001-Migrate-to-python-single-r1.patch,5.81 KB, patch)
2012-12-21 10:43 UTC, Michał Górny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-12-21 10:43:14 UTC
Created attachment 332908 [details, diff]
Patch for the live ebuilds

As far as I can see, this is all that needs to be done. As you can guess, I haven't tested it ;). If you have any questions, feel free to ask.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2012-12-21 10:48:10 UTC
Thanks Michal

Only one question, for the old ebuilds it can be built only against ONE version at a time, you cant provide it for py2.6 py2.7 at a time, is that possible to do somehow?
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-12-21 11:06:03 UTC
(In reply to comment #1)
> Thanks Michal
> 
> Only one question, for the old ebuilds it can be built only against ONE
> version at a time, you cant provide it for py2.6 py2.7 at a time, is that
> possible to do somehow?

That's exactly what python-single-r1 eclass does. You choose it via PYTHON_SINGLE_TARGET, and python-single-r1_pkg_setup reads that choice.
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2013-01-01 10:53:54 UTC
In cvs, thanks a lot Michal.