Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253527 - net-irc/psybnc should support scripting
Summary: net-irc/psybnc should support scripting
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Bjarke Istrup Pedersen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-03 11:10 UTC by Thomas Duif
Modified: 2009-01-04 16:47 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 Thomas Duif 2009-01-03 11:10:24 UTC
+++ This bug was initially created as a clone of Bug #172650 +++

I tried to use net-irc/psyBNC with scripting support, which does not seem to be enabled by the current ebuilds.

For testing purposes I added the following line into my local "psybnc-2.3.2.9.ebuild" which seems to work:
{ echo; echo "#define SCRIPTING"; } >> "${S}/config.h"

It would be nice to have a way to enable scripting permanently - like a use flag.


ps: This is my first bug on gentoo Bugzilla. If something is wrong here please tell me.
Comment 1 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2009-01-03 15:44:28 UTC
Has been added to the tree as -r1 and should be on the mirrors within an hour.
Use the "scripting" USE flag to enable it.
Comment 2 Thomas Duif 2009-01-04 15:46:54 UTC
Thanks for the quick change. I got "psybnc-2.3.2.9-r1.ebuild" and can see the new lines:
# add scripting support
use scripting && epatch "${FILESDIR}/${P}-scripting.patch"

But using "emerge -pv psybnc" there is no use flag "scripting" displayed - only ipv6, ssl and oidentd are shown.
Comment 3 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2009-01-04 16:47:43 UTC
Fixed, forgot to add it to the IUSE of the ebuild.