Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 586038 - =dev-python/tagpy-2013.1: EXAMPLES are banned in EAPI 6
Summary: =dev-python/tagpy-2013.1: EXAMPLES are banned in EAPI 6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 593138
  Show dependency tree
 
Reported: 2016-06-15 17:17 UTC by Hector Martin
Modified: 2016-10-24 13: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 Hector Martin 2016-06-15 17:17:04 UTC
Summary says it all. The ebuild sets EXAMPLES when USE=examples and then fails with:

* ERROR: dev-python/tagpy-2013.1::gentoo failed (install phase):
*   EXAMPLES are banned in EAPI 6
Comment 1 Pacho Ramos gentoo-dev 2016-10-15 09:37:09 UTC
What is the replacement for it in eapi6?
Comment 2 David Seifert gentoo-dev 2016-10-15 09:38:33 UTC
(In reply to Pacho Ramos from comment #1)
> What is the replacement for it in eapi6?

docinto examples
dodoc -r samples/.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-10-15 17:52:10 UTC
Even simpler: dodoc -r samples

There is no reason to force naming it 'examples'.
Comment 4 Pacho Ramos gentoo-dev 2016-10-24 13:32:05 UTC
[master 8a5b7f8] dev-python/tagpy: Fix examples installation (#586038)
 1 file changed, 4 insertions(+), 1 deletion(-)