Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 741382 - app-misc/g15daemon & app-misc/g15{composer,macro,message,mpd,stats}: last rites
Summary: app-misc/g15daemon & app-misc/g15{composer,macro,message,mpd,stats}: last rites
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-10-09
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2020-09-09 10:03 UTC by Michał Górny
Modified: 2020-09-09 12:29 UTC (History)
2 users (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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-09-09 10:03:34 UTC
# Last release in 2008.  Fails to build with gcc-10 (bug #706712).
# Not ported to Python 3 (bug #735226).  The current revision
# is misconfigured by default (bug #481454), and the newer revision
# is masked for since 2012 (bug #587008).
Comment 1 Larry the Git Cow gentoo-dev 2020-09-09 10:07:25 UTC
The bug has been referenced in the following commit(s):

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

commit d37355b6dc1369dc86009ffc448344293a997925
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-09-09 10:06:29 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-09-09 10:07:22 +0000

    package.mask: Last rite app-misc/g15daemon & co.
    
    Bug: https://bugs.gentoo.org/741382
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 app-misc/g15daemon/g15daemon-1.9.5.3-r13.ebuild | 24 ++++--------------------
 app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild | 24 ++++--------------------
 app-misc/g15daemon/g15daemon-9999.ebuild        | 24 ++++--------------------
 profiles/base/package.use.mask                  |  6 ++++++
 profiles/package.mask                           | 13 +++++++++++++
 5 files changed, 31 insertions(+), 60 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2020-09-09 12:29:33 UTC
The bug has been closed via the following commit(s):

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

commit 36b0ff709971e8c421782762797fda1053400d92
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-09-09 11:58:01 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-09-09 12:29:25 +0000

    package.mask: Prevent app-misc/g15daemon & co removal
    
    Closes: https://bugs.gentoo.org/741382
    
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 profiles/base/package.use.mask |  6 ------
 profiles/package.mask          | 13 -------------
 2 files changed, 19 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit 32f13dc9e4d6a8643ef98cc5f4fb6b45532dd7fd
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-09-09 11:12:50 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-09-09 12:29:21 +0000

    app-misc/g15daemon: Revbumps / ebuild overhauls
    
    - EAPI-7 bump
    - Added workaround for successful build with gcc-10 (#706712)
    - Fixed default config (#481454)
    - Fixed docdir
    - Attempt to fix direct call of CC (#729294)
    - Removed bashisms from configure
    
    Bug: https://bugs.gentoo.org/729294
    Bug: https://bugs.gentoo.org/741382
    Closes: https://bugs.gentoo.org/481454
    Closes: https://bugs.gentoo.org/706712
    Package-Manager: Portage-3.0.6, Repoman-3.0.1
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 app-misc/g15daemon/files/g15daemon-1.2.7.confd     |  2 +-
 .../files/g15daemon-1.9.5.3-avoid_bashisms.patch   | 20 ++++++++
 .../g15daemon/files/g15daemon-1.9.5.3-docdir.patch | 11 +++++
 .../g15daemon-1.9.5.3-forgotten-open-mode.patch    |  4 +-
 .../files/g15daemon-1.9.5.3-g510-keys.patch        |  5 +-
 .../files/g15daemon-1.9.5.3-overflow-fix.patch     |  4 +-
 ...5.3-r13.ebuild => g15daemon-1.9.5.3-r14.ebuild} | 48 ++++++++++---------
 app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild    | 47 ++++++++++---------
 app-misc/g15daemon/g15daemon-9999.ebuild           | 54 +++++++++++-----------
 9 files changed, 119 insertions(+), 76 deletions(-)