Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9518 - GNU Talk Ebuild
Summary: GNU Talk Ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL: http://gnutalk.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2002-10-22 17:39 UTC by Walter Mundt
Modified: 2004-01-04 03:55 UTC (History)
1 user (show)

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


Attachments
Inital ebuild script (gnutalk-0.99.10.ebuild,1.58 KB, text/plain)
2002-10-22 17:40 UTC, Walter Mundt
Details
gentoo-config-gtalk-0.99.10.patch - Patch to update configure scripts (gentoo-config-gtalk-0.99.10.patch,422.53 KB, patch)
2002-10-22 17:43 UTC, Walter Mundt
Details | Diff
xinetd.d file for GNU Talk. Untar in ${DISTFILES} (xinetd.d-0.99.10.tar.gz,10.00 KB, application/gzip)
2002-10-22 17:49 UTC, Walter Mundt
Details
Fixed a typo in ebuild (gnutalk-0.99.10.ebuild,1.58 KB, text/plain)
2002-11-09 19:59 UTC, Walter Mundt
Details
another attempt at the ebuild. (gtalk-0.99.10.ebuild,1.26 KB, text/plain)
2003-11-25 03:44 UTC, Mr. Bones. (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Mundt 2002-10-22 17:39:33 UTC
Ebuild script for the GNU Talk program.

I made up this ebuild for my own use(I already had GNU talk on several other
machines and wanted to keep things consistent), and then decided to post it here
in case anyone else might want it.

Works for me, but as this is my first e-build, so guarantees beyond that.
Comment 1 Walter Mundt 2002-10-22 17:40:13 UTC
Created attachment 4914 [details]
Inital ebuild script
Comment 2 Walter Mundt 2002-10-22 17:43:00 UTC
Created attachment 4915 [details, diff]
gentoo-config-gtalk-0.99.10.patch - Patch to update configure scripts

In its pristine state, the package wouldn't './configure' on my system.  I
reran autoconf and then made a patch of the changes; works fine for me now.
Comment 3 Walter Mundt 2002-10-22 17:49:17 UTC
Created attachment 4916 [details]
xinetd.d file for GNU Talk.  Untar in ${DISTFILES}

Along with the patch, the contents of this tarball are required in ${DISTFILES}
for this ebuild to work.  It installs them in "/etc/xinetd.d".	Both files come
disabled by default; talk services must be enabled by the sysadmin before
using.
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-10-22 18:02:21 UTC
will be added after the freeze.
Comment 5 Walter Mundt 2002-11-09 19:59:00 UTC
Created attachment 5515 [details]
Fixed a typo in ebuild

The dependence on patch for installation was on sys-deve/patch instead of
sys-devel/patch.
Comment 6 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:23:06 UTC
db fix
Comment 7 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:27:59 UTC
db fix
Comment 8 Martin Holzer (RETIRED) gentoo-dev 2003-09-02 08:02:47 UTC
wrangler
Comment 9 J. Ellis (RETIRED) gentoo-dev 2003-09-20 18:33:46 UTC
This isn't sound related. It's a gnu impl of talk, the unix console chat program.
Comment 10 Markus Nigbur (RETIRED) gentoo-dev 2003-10-04 10:18:37 UTC
I'd like to get it into portage, but apparently i can't get it to build anymore.
Something weird with aclocal..
Comment 11 Mr. Bones. (RETIRED) gentoo-dev 2003-11-25 03:44:36 UTC
Created attachment 21255 [details]
another attempt at the ebuild.

This one compiles and installs ok.  It's missing the xinetd.d stuff but that
should be easy to fix.	The elisp stuff is kind of ugly.  I think if the
configure stuff needs to be updated it should be done with the eclass that does

that instead of a patch.
Comment 12 Markus Nigbur (RETIRED) gentoo-dev 2003-12-28 21:14:42 UTC
reassigning due to lack of time.
Comment 13 Daniel Ahlberg (RETIRED) gentoo-dev 2004-01-04 03:55:05 UTC
Commited to CVS, thanks for the ebuild!