Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 847 - QuIRC is a GUI IRC client scriptable in Tcl/Tk
Summary: QuIRC is a GUI IRC client scriptable in Tcl/Tk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-25 13:58 UTC by Jeld The Dark Elf
Modified: 2003-02-04 19:42 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 Jeld The Dark Elf 2002-02-25 13:58:32 UTC
 
Comment 1 Jeld The Dark Elf 2002-02-25 14:13:06 UTC
Since "create attachment" doesn't seem to work, I am pasting the ebuild
-----------------------------------------------------------------------------

#Copyright 2002 Gentoo Technologies, Inc.
#Distributed under the terms of the GNU General Public License, v2 or later
#Author Dmitriy Kropivnitskiy <nigde@mitechki.net> aka Jeld The Dark Elf

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="A GUI IRC client scriptable in Tcl/Tk"
SRC_URI="http://quirc.org/${P}.tar.gz"
HOMEPAGE="http://quirc.org/"

DEPEND="dev-lang/tcl dev-lang/tk"

RDEPEND=$DEPEND

src_unpack() {

        unpack ${P}.tar.gz
        cd ${S}

}

src_compile() {

        ./configure \
                --prefix=/usr \
                --infodir=/usr/share/info \
                --mandir=/usr/share/man \
                || die "./configure failed"
        emake || die
}

src_install () {

        make DESTDIR=${D} install || die
}
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-03-15 01:01:20 UTC
You can remove the A= line entirely, as well as the entire src_unpack()
function.  You can also remove the RDEPEND=$DEPEND line, as this is also the
default.  In fact, you should be able to remove the entire src_compile()
function as well and it should still work (again, the default) :)
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-25 15:42:58 UTC
Hi Jeld,  I am going to need some help on this one.  I have added this package.
The ebuild as it was presented caused sandbox violations.  So, I have changed it
around a bit to avoid those.  But `quirc -i` does not behave as expected.

So, this package has been added into portage, but I have masked it, until you
and I can get it working.  This is where you come in.  To emerge it, please do this:

cd /usr/portage/net-irc/quirc
ebuild quirc-0.9.82.ebuild merge

Since you requested, I assume you're quite familiar with it, and enough to help
me debug this thing :)
Comment 4 Jeld The Dark Elf 2002-04-25 16:15:49 UTC
I distincly remember that I had had some problems with doing initial install.
I do not remember the resolution off the top of my head. I think the default
installation didn't copy some files over for some reason. The problem is that I
have just moved and don't have net access. I should be able to get on with this
in about a couple of weeks. Sorry.
Comment 5 Jeld The Dark Elf 2002-05-10 03:12:07 UTC
Hmmm, I just installed the .ebuild as it is in the tree and it works fine. Did you fix it? If not, what kind of strange things are you seeing? 
Comment 6 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-21 12:03:14 UTC
jeld, this works for you then?
Comment 7 Jeld The Dark Elf 2002-05-21 17:40:56 UTC
I didn't run quirc -i. I just started quirc without switches and it ran as it 
should. I tried to delete ~/.quirc and start it again and it worked. 
Comment 8 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-22 09:10:47 UTC
unmasked