Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675530 - app-portage/layman-2.4.2-r2: dohtml has been banned for EAPI 7
Summary: app-portage/layman-2.4.2-r2: dohtml has been banned for EAPI 7
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Layman Overlay Manager project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-15 18:10 UTC by Scott Alfter
Modified: 2019-01-15 19:03 UTC (History)
2 users (show)

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


Attachments
emerge --info (file_675530.txt,6.02 KB, text/plain)
2019-01-15 18:10 UTC, Scott Alfter
Details
build.log (build.log,75.59 KB, text/plain)
2019-01-15 18:12 UTC, Scott Alfter
Details
ebuild patch to remove dohtml call (ebuild.patch,276 bytes, patch)
2019-01-15 18:20 UTC, Scott Alfter
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Alfter 2019-01-15 18:10:51 UTC
Created attachment 561308 [details]
emerge --info

Went to pull in some updates and got the error in the summary.
Comment 1 Scott Alfter 2019-01-15 18:12:29 UTC
Created attachment 561310 [details]
build.log
Comment 2 Scott Alfter 2019-01-15 18:20:28 UTC
Created attachment 561312 [details, diff]
ebuild patch to remove dohtml call

Quick-and-easy fix...is dohtml really needed?  Manpages are still installed and viewable by the usual means.
Comment 3 Larry the Git Cow gentoo-dev 2019-01-15 18:58:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020eb144f5dfdcae23a61695a442e7bc4b0e506d

commit 020eb144f5dfdcae23a61695a442e7bc4b0e506d
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2019-01-15 18:57:41 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2019-01-15 18:57:41 +0000

    app-portage/layman: remove dohtml
    
    Closes: https://bugs.gentoo.org/675530
    Package-Manager: Portage-2.3.56, Repoman-2.3.12
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 app-portage/layman/layman-2.4.2-r2.ebuild | 3 ++-
 app-portage/layman/layman-9999.ebuild     | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
Comment 4 jeremy mills 2019-01-15 19:03:52 UTC
(In reply to Scott Alfter from comment #2)
> Created attachment 561312 [details, diff] [details, diff]
> ebuild patch to remove dohtml call
> 
> Quick-and-easy fix...is dohtml really needed?  Manpages are still installed
> and viewable by the usual means.

Removing dohtml from alot of builds im sure would solve some QA issues too. I installed kde-meta on a new box lastnight. I swear at least half the packages would spit out "QA: ebuild is installing to one or more expected paths: /usr/share/doc/HTML". In addition to "compressed files found in docompress-ed directories (again all under /usr/share/doc/HTML). Not really the place to discuss this since its not related strictly to layman but thought id bring it up since you mentioned removing dohtml.