Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 640126 - net-im/bitlbee shouldn't depend on virtual/logger
Summary: net-im/bitlbee shouldn't depend on virtual/logger
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tim Harder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-06 21:25 UTC by Scall
Modified: 2019-02-10 04:48 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 Scall 2017-12-06 21:25:04 UTC
virtual/logger should be removed (or at least made optional) as dependency from the bitlbee ebuild, since the program doesn't seem to require a logger. I don't know if it is required with some configurations, but with mine it doesn't and works like a charm without it.
Comment 1 Scall 2017-12-07 10:33:01 UTC
Also, "logger" should be removed from «need» in the bitlbee init file:

> diff /etc/init.d/bitlbee /usr/portage/net-im/bitlbee/files/bitlbee.initd-r1
10c10
<       need net
---
>       need logger net
Comment 2 Larry the Git Cow gentoo-dev 2019-02-10 04:48:26 UTC
The bug has been closed via the following commit(s):

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

commit 73ccf4a6bbacf812ff1d4da6e5e7f30de7d67aa4
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2019-02-10 04:41:45 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2019-02-10 04:46:03 +0000

    net-im/bitlbee: version bump to 3.6
    
    Also, simplify the init script.
    
    Bug: https://bugs.gentoo.org/631072
    Closes: https://bugs.gentoo.org/640126
    
    Signed-off-by: Tim Harder <radhermit@gentoo.org>

 net-im/bitlbee/Manifest               |   1 +
 net-im/bitlbee/bitlbee-3.6.ebuild     | 149 ++++++++++++++++++++++++++++++++++
 net-im/bitlbee/bitlbee-9999.ebuild    |  29 ++-----
 net-im/bitlbee/files/bitlbee.confd-r2 |   7 ++
 net-im/bitlbee/files/bitlbee.initd-r2 |   7 ++
 5 files changed, 169 insertions(+), 24 deletions(-)