Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194693 - net-im/spark - ebuild for IM jabber client
Summary: net-im/spark - ebuild for IM jabber client
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.igniterealtime.org/project...
Whiteboard: sunrise-removal
Keywords: EBUILD, InOverlay
: 189853 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-10-04 11:15 UTC by Robert Piasek (RETIRED)
Modified: 2016-06-08 15:48 UTC (History)
9 users (show)

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


Attachments
ebuild suggestion (spark-2.5.7.ebuild,1.27 KB, text/plain)
2007-10-04 11:17 UTC, Robert Piasek (RETIRED)
Details
ebuild for Spark IM with new start-cript (spark-2.5.8.ebuild,1.23 KB, text/plain)
2009-01-13 10:03 UTC, AnViar
Details
new start-script for Spark IM (spark.sh,629 bytes, text/plain)
2009-01-13 10:04 UTC, AnViar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Piasek (RETIRED) gentoo-dev 2007-10-04 11:15:49 UTC
Spark was developed by Openfire developers. The best Jabber client I've seen so far. Contains multiple plugins (like on the fly translation), can use Openfire gateways to MSN, ICQ, GoogleTalk and others.

Spark is an Open Source, cross-platform IM client optimized for businesses and organizations. It features built-in support for group chat, telephony integration, and strong security. It also offers a great end-user experience with features like in-line spell checking, group chat room bookmarks, and tabbed conversations.


Reproducible: Always




Currently tested on x86 and amd64 (included ~ in keywords), but should work on everything.



version changelog available:
http://www.igniterealtime.org/builds/spark/docs/latest/changelog.html
Comment 1 Robert Piasek (RETIRED) gentoo-dev 2007-10-04 11:17:58 UTC
Created attachment 132545 [details]
ebuild suggestion
Comment 2 Robert Piasek (RETIRED) gentoo-dev 2007-10-04 11:21:12 UTC
#189853 - request for ebuild
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-10-04 11:23:09 UTC
*** Bug 189853 has been marked as a duplicate of this bug. ***
Comment 4 R Stephan 2007-11-05 11:46:58 UTC
The file is no longer on that server so please update the ebuild with
a good URL, please. What a disappointment.
Comment 5 Robert Piasek (RETIRED) gentoo-dev 2007-11-14 17:26:56 UTC
(In reply to comment #4)
> The file is no longer on that server so please update the ebuild with
> a good URL, please. What a disappointment.
> 

This is the right website and ebuild is working fine.
Comment 6 Robert Piasek (RETIRED) gentoo-dev 2007-11-23 14:51:28 UTC
same ebuild works for 2.5.8.
Comment 7 Gustavo Felisberto (RETIRED) gentoo-dev 2007-11-23 17:07:21 UTC
Reasons this ebuild will never be added to the tree:

1 - An ebuild for a open source package should not use the pre-compiled version.
2 - A Java based package should not install jar files from other packages, but should depend on the correct external packages.
3 - A Java package installing a JRE is out of the question.
Cosmetic issues:

4 - There is no need to dodir somedir; insinto somedir . insinto will create needed directories.
5 - There is a dosym command, under no circumstance should ln -s be used as it works on the live filesystem.
6- There is a doexe and newexe no need to chmod files.

And finally:

humpback@sam:~$ spark
Preparing JRE ...
/usr/bin/spark: line 151: bin/unpack200: Permission denied
Error unpacking jar files. Aborting.
You might need administrative priviledges for this operation.
Comment 8 Robert Piasek (RETIRED) gentoo-dev 2007-11-27 16:45:15 UTC
(In reply to comment #7)
this ebuild was done long ago and was very experimental and as you pointed FAR away from perfect.

so will you consider adding this package to the tree if I'll make an ebuild which will meet all above requirements?
Comment 9 Gustavo Felisberto (RETIRED) gentoo-dev 2007-11-28 23:57:33 UTC
(In reply to comment #8)
> so will you consider adding this package to the tree if I'll make an ebuild
> which will meet all above requirements?

If all issues were fixed I could consider maintaining this.
Comment 10 AnViar 2009-01-13 10:03:28 UTC
Created attachment 178332 [details]
ebuild for Spark IM with new start-cript
Comment 11 AnViar 2009-01-13 10:04:47 UTC
Created attachment 178334 [details]
new start-script for Spark IM

full packege here: 
svn co svn://os-rostov.ru/overlay/net-im/spark
Comment 12 master_volkov 2009-07-20 19:48:28 UTC
A can emerge this only with fix:

inherit eutils java-pkg

to

inherit eutils java-pkg-2
Comment 13 Robert Piasek (RETIRED) gentoo-dev 2010-08-19 08:36:03 UTC
It seems Ignite abandon spark all together for web based clients.

Closing this bug now.
Comment 14 shimi 2011-09-17 21:39:47 UTC
Re. Comment 13

Are you sure it's abandoned?

According to http://www.igniterealtime.org/projects/spark/ - last version is July 1st, 2011, which is almost one year after the claimed "abandoned"...

Can we re-open this, please?