Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 316859 - dev-cpp/gflags-1.3 released
Summary: dev-cpp/gflags-1.3 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Krzysztof Pawlik (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-23 22:33 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2010-11-08 11:25 UTC (History)
1 user (show)

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


Attachments
Split python bits into dev-python/python-gflags-1.3.ebuild (python-gflags-1.3.ebuild,815 bytes, text/plain)
2010-04-26 07:16 UTC, Alec Warner (RETIRED)
Details
use $(PYTHON) (python-gflags-1.3.ebuild,767 bytes, text/plain)
2010-04-26 07:30 UTC, Alec Warner (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-04-23 22:33:29 UTC
dev-cpp/gflags-1.3 was released on 2010-01-04.
Comment 1 Alec Warner (RETIRED) archtester gentoo-dev Security 2010-04-26 04:36:41 UTC
It looks like they split up the python bits; so I am working on a ebuild for those separately.

-A
Comment 2 Alec Warner (RETIRED) archtester gentoo-dev Security 2010-04-26 07:16:55 UTC
Created attachment 229179 [details]
Split python bits into dev-python/python-gflags-1.3.ebuild

Arfrever, can you take a look at this ebuild to make sure I'm not doing anything crazy?
Comment 3 Alec Warner (RETIRED) archtester gentoo-dev Security 2010-04-26 07:30:13 UTC
Created attachment 229181 [details]
use $(PYTHON)
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-04-29 01:01:47 UTC
You should use distutils.eclass and not define any phase functions explicitly.
Please set PYTHON_MODNAME variable (in global scope) with paths (relative to site-packages directories), which should be passed to python_mod_optimize() and python_mod_cleanup().
Comment 5 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-04-29 01:03:51 UTC
Also please set SUPPORT_PYTHON_ABIS="1" before inherit() to support installation for multiple Python ABIs.
Maybe dev-python/python-gflags should depend on dev-cpp/gflags.
Comment 6 Krzysztof Pawlik (RETIRED) gentoo-dev 2010-11-08 11:25:49 UTC
I've taken over maintaining gflags. Done:
 - dev-cpp/gflags-1.4 added to portage
 - dev-python/python-gflags-1.4 - new package, upstream has split off Python library to separate package.