Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338571 - net-irc/irc-server QA fixes
Summary: net-irc/irc-server QA fixes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High QA (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:
 
Reported: 2010-09-24 15:35 UTC by Dean Matzkov
Modified: 2016-08-03 19:53 UTC (History)
2 users (show)

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


Attachments
ebuild.patch (irc-server-2.11.1_p1-r2.patch,3.34 KB, text/plain)
2010-09-24 19:49 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Matzkov 2010-09-24 15:35:01 UTC
Currently, net-irc/irc-server has only been tested on x86 and ppc. It could benefit from being tested on more architectures (namely, amd64, since it's missing that keyword entirely).
Comment 1 Agostino Sarubbo gentoo-dev 2010-09-24 19:49:18 UTC
Created attachment 248549 [details]
ebuild.patch

I fix copyright, add ~amd64 keyword, delete " || die " later econf in src_compile() and add " || die " where necessary.

On amd64 compilation is successful with all USEFLAG combinations.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-09-25 16:40:09 UTC
Please do not mix keyword changes and another fixes to an ebuild in a single bugreport. I'm assigning it to the package maintainer to fix the QA issues first.
Comment 3 Agostino Sarubbo gentoo-dev 2015-11-26 09:31:30 UTC
The keywordreq is done. It's up to the maintainer what want to do here.
Comment 4 Michael Orlitzky gentoo-dev 2016-08-03 19:53:09 UTC
commit 35599f54e2933f16e5c7c87e7ff1cd337929515a
Author: Michael Orlitzky <mjo@gentoo.org>
Date:   Wed Aug 3 15:48:48 2016 -0400

    net-irc/irc-server: new revision to fix minor QA issues.

    This new revision fixes a few small issues:

      * The GPL-2 (for the init script) was missing from LICENSE.
      * Some die() statements were missing from system commands.
      * The src_prepare() was redundant.
      * The slot was missing from the ncurses dependency.

    Gentoo-Bug: 338571
    Gentoo-Bug: 426038

    Package-Manager: portage-2.2.28

 ...p1-r3.ebuild => irc-server-2.11.1_p1-r4.ebuild} | 38 +++++++++++++---------
 1 file changed, 23 insertions(+), 15 deletions(-)