Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 501544 - kde-base/pykde4: Calls to undefined base_src_install_docs()
Summary: kde-base/pykde4: Calls to undefined base_src_install_docs()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-17 01:57 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2014-02-25 01:32 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2014-02-17 01:57:00 UTC
kde-base/pykde4 ebuilds contain calls to undefined base_src_install_docs().

$ grep base_src_install_docs *.ebuild
pykde4-4.11.2-r1.ebuild:        base_src_install_docs
pykde4-4.11.5.ebuild:   base_src_install_docs
pykde4-4.12.2.ebuild:   base_src_install_docs
$ portageq metadata / ebuild kde-base/pykde4-4.12.2::gentoo INHERITED 2>/dev/null
versionator toolchain-funcs kde4-base fdo-mime flag-o-matic eutils gnome2-utils multiprocessing portability cmake-utils multilib virtualx python-r1 multibuild kde4-functions python-utils-r1

cmake-utils.eclass since r1.97 has code of base_src_install_docs() inside enable_cmake-utils_src_install(), so calls to base_src_install_docs() in kde-base/pykde4 probably should be deleted.
Comment 1 Chris Reffett (RETIRED) gentoo-dev Security 2014-02-25 01:32:45 UTC
Thanks for the report, fixed by changing to einstalldocs.