Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648520 - dev-python/clint-0.5.1[examples] - EXAMPLES are banned in EAPI6
Summary: dev-python/clint-0.5.1[examples] - EXAMPLES are banned in EAPI6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 644614
  Show dependency tree
 
Reported: 2018-02-22 13:55 UTC by Jason Zaman
Modified: 2018-03-19 16:51 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 Jason Zaman gentoo-dev 2018-02-22 13:55:47 UTC
dev-python/clint-0.5.1 with USE=examples fails to build because distfiles-r1.eclass has banned EXAMPLES in EAPI=6

should probably do something like this instead:

if use examples; then
    insinto /usr/share/doc/${PF}/examples
    doins demos/*
fi
Comment 1 Larry the Git Cow gentoo-dev 2018-03-19 16:51:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9392c7fa82bd89278b231f8517688c98c080d18c

commit 9392c7fa82bd89278b231f8517688c98c080d18c
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2018-03-19 16:50:21 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2018-03-19 16:50:51 +0000

    dev-python/clint: Install examples properly
    
    Closes: https://bugs.gentoo.org/648520
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/clint/clint-0.5.1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)