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

Bug 587104

Summary: net-misc/stargazer einfo message too long
Product: Gentoo Linux Reporter: Jonas Stein <jstein>
Component: Current packagesAssignee: Vladimir Pavljuchenkov (SpiderX) <spiderx>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/6662
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: stargazer ebuild

Description Jonas Stein gentoo-dev 2016-06-26 00:45:19 UTC
/usr/portage/net-misc/stargazer$ cat stargazer-2.408.ebuild | grep einfo | cut -f2 -d'"' | awk '{ print length($0); }'

einfo should be shorter than (79-4) characters: 
https://devmanual.gentoo.org/ebuild-writing/messages/index.html
Comment 1 Vladimir Pavljuchenkov (SpiderX) 2016-06-28 11:55:25 UTC
Created attachment 439074 [details]
stargazer ebuild

1. Fixed einfo.
2. Added slot specification for dev-db/postgresql (dev-db/postgresql:=) and dev-libs/openssl (dev-libs/openssl:0=).

repoman -d full

RepoMan scours the neighborhood...
RepoMan sez: "If everyone were like you, I'd be out of business!"

Please, commit.
Comment 2 Jonas Stein gentoo-dev 2016-06-28 12:26:46 UTC
Vladimir, thank you very much. I assign the ticket to the Proxy Maintainers to test and commit.
Comment 3 Jonas Stein gentoo-dev 2016-12-29 19:49:18 UTC
Vladimir, can you check, if the right ebuild is attached. 
It does not look like the ebuild, repoman was happy with.
Comment 4 Jonas Stein gentoo-dev 2017-08-11 10:23:44 UTC
The header needs update too. Could you have a look at this, please. 
Please join IRC #gentoo-proxy-maint, if you need help.
Comment 5 Jonas Stein gentoo-dev 2018-04-08 19:48:49 UTC
Please, could you review your PR on github it is still open.
Comment 6 Larry the Git Cow gentoo-dev 2019-02-15 16:41:44 UTC
The bug has been closed via the following commit(s):

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

commit e39c72b5cc1330aecebe96de08b663e3d6faf47e
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>
AuthorDate: 2019-02-15 16:39:13 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2019-02-15 16:40:39 +0000

    net-misc/stargazer: Revbump for several bugs
    
    The new ebuild is from the maintainer via closed PR 6662.
    It seemed to be correct but just neglected.
    
    1. Updated header, moved to EAPI 6, removed multilib eclass.
    2. Patches were recreated to work with EAPI 6.
    3. Fixed bug 587104.
    4. Removed USE flags doc, examples, static-libs.
    5. metadata.xml cleanup and fix bug #594242
    6. Ebuild cleanup and fix RDEPEND
    7. Filter optimization flags in debug build (use flag-o-matic).
    
    Additional changes by committer for mysql dependency and EAPI 7
    
    Closes: https://bugs.gentoo.org/587104
    Closes: https://bugs.gentoo.org/666010
    Closes: https://bugs.gentoo.org/670438
    Package-Manager: Portage-2.3.60, Repoman-2.3.12
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 .../files/patches/stg-2.408-build-upstream.patch   |  28 +-
 .../stargazer/files/patches/stg-2.408-build.patch  |  28 +-
 .../files/patches/stg-2.408-correct-paths.patch    |  32 +-
 .../stg-2.408-makefile-firebird-upstream.patch     |   4 +-
 .../files/patches/stg-2.408-makefile.patch         |  48 +-
 .../files/patches/stg-2.408-on-upstream.patch      |  20 +-
 .../files/patches/stg-2.408-radius-upstream.patch  |   4 +-
 .../patches/stg-2.408-rscriptd-upstream.patch      |   4 +-
 .../patches/stg-2.408-rscriptd.conf-upstream.patch |   4 +-
 .../patches/stg-2.408-sgauth.conf-upstream.patch   |   4 +-
 .../files/patches/stg-2.408-sgconv-upstream.patch  |  12 +-
 .../files/patches/stg-2.408-static-libs.patch      |   4 +-
 net-misc/stargazer/metadata.xml                    |  94 ++--
 net-misc/stargazer/stargazer-2.408-r1.ebuild       | 538 ++++++++++++++++++++
 net-misc/stargazer/stargazer-2.408.ebuild          | 558 ---------------------
 15 files changed, 680 insertions(+), 702 deletions(-)