Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716924 - virtual/opencl-3 installs files
Summary: virtual/opencl-3 installs files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-10 11:28 UTC by Ulrich Müller
Modified: 2020-04-10 13:31 UTC (History)
1 user (show)

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 Ulrich Müller gentoo-dev 2020-04-10 11:28:00 UTC
The summary says it all.

Policy reference:
https://devmanual.gentoo.org/general-concepts/virtuals/index.html
Comment 1 Larry the Git Cow gentoo-dev 2020-04-10 13:31:57 UTC
The bug has been closed via the following commit(s):

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

commit a821e4e7964589d5f9cfbe8e36b5e46450ae2ca4
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2020-04-10 13:22:24 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2020-04-10 13:22:24 +0000

    virtual/opencl: do not install README.gentoo
    
    Having the list of available OpenCL runtimes stored in README.gentoo,
    which was suggested during reviews of opencl-3 on gentoo-dev,
    unfortunately violates the policy demanding virtuals not to install any
    files. Revert to the original approach of using elog in pkg_postinst
    directly.
    
    Closes: https://bugs.gentoo.org/716924
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 virtual/opencl/files/README.gentoo | 18 ------------------
 virtual/opencl/opencl-3-r1.ebuild  | 36 ++++++++++++++++++++++++++++++++++++
 virtual/opencl/opencl-3.ebuild     | 24 ------------------------
 3 files changed, 36 insertions(+), 42 deletions(-)