Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 828135

Summary: sys-devel/icecream misleading package description
Product: Gentoo Linux Reporter: needle <ne3dle>
Component: Current packagesAssignee: Gentoo Cluster Team <cluster>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: 20211204-gentoo-chat.log

Description needle 2021-12-04 18:26:37 UTC
The current ebuild description of sys-devel/icecream is like following:

Description:         Distributed compiling of C(++) code across several machines; based on distcc

Apparently the distcc part in the description not accurate. I had a small discussion about this in #gentoo-chat. (attached)

Suggestion to change the package description to:


Distributed compiler with a central scheduler to share build load



Reproducible: Always

Steps to Reproduce:
1. Run eix sys-devel/icecream
2. Read the Description
3.
Comment 1 needle 2021-12-04 18:29:51 UTC
Created attachment 757431 [details]
20211204-gentoo-chat.log
Comment 2 Larry the Git Cow gentoo-dev 2021-12-21 04:19:29 UTC
The bug has been closed via the following commit(s):

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

commit b133beeb3fd21ef368c3fe9b8b05b026ec5cd562
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-21 04:10:01 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-21 04:19:19 +0000

    sys-devel/icecream: update EAPI 7 -> 8, post-review fixes
    
    - Use EAPI 8
    - Use conventional double quotes everywhere
    - Unconditionally install systemd units (see small files policy)
    - Adapt pkg_* for EAPI 7+ (${ROOT} suffix)
    - Style changes (place eclass variables before inherit in general, whitespace)
    - Drop unnecessary econf arg (--enable-fast-install)
    - Add missing dependencies (libarchive, lzo)
    
    Bug: https://bugs.gentoo.org/602492
    Closes: https://bugs.gentoo.org/527376
    Closes: https://bugs.gentoo.org/642674
    Closes: https://bugs.gentoo.org/828135
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-devel/icecream/icecream-1.3.1.ebuild | 64 +++++++++++++++-----------------
 1 file changed, 29 insertions(+), 35 deletions(-)