Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106127 - dev-ruby/xmpp4r-0.2 (new package)
Summary: dev-ruby/xmpp4r-0.2 (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Default Assignee for New Packages
URL: http://home.gna.org/xmpp4r/
Whiteboard:
Keywords: EBUILD
: 126950 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-15 16:20 UTC by James Le Cuirot
Modified: 2006-12-29 19:41 UTC (History)
3 users (show)

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


Attachments
xmpp4r-0.1.ebuild (xmpp4r-0.1.ebuild,349 bytes, text/plain)
2005-09-15 16:21 UTC, James Le Cuirot
Details
xmpp4r-0.1.ebuild (xmpp4r-0.1.ebuild,399 bytes, text/plain)
2005-09-17 06:25 UTC, James Le Cuirot
Details
xmpp4r-0.1-critsect.patch (xmpp4r-0.1-critsect.patch,391 bytes, patch)
2005-09-17 06:26 UTC, James Le Cuirot
Details | Diff
xmpp4r-0.2.ebuild (xmpp4r-0.2.ebuild,350 bytes, text/plain)
2005-10-20 08:54 UTC, James Le Cuirot
Details
xmpp4r-svn-0.3.ebuild (xmpp4r-svn-0.3.ebuild,447 bytes, text/plain)
2006-03-20 05:55 UTC, Lars Strojny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Le Cuirot gentoo-dev 2005-09-15 16:20:42 UTC
Speaks for itself really. The eclass took care of most of it!
Comment 1 James Le Cuirot gentoo-dev 2005-09-15 16:21:47 UTC
Created attachment 68542 [details]
xmpp4r-0.1.ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-09-15 16:25:16 UTC
Thanks. One note, GPL is not a valid license -
http://dev.gentoo.org/~ciaranm/docs/mw-faq/license.txt
Comment 3 James Le Cuirot gentoo-dev 2005-09-15 17:01:01 UTC
Oh yep, I did know that, but I copied some of this from a rough ebuild somebody 
else had done for this and they'd got it wrong! Didn't notice.
Comment 4 James Le Cuirot gentoo-dev 2005-09-16 14:00:17 UTC
I just realised that this thing is actually released under the Ruby license. 
*shoots the person who made the original ebuild*
Comment 5 James Le Cuirot gentoo-dev 2005-09-16 14:31:53 UTC
Ah I forgive him, the license was changed a few hours before the release. I'll 
shut up now. (-:
Comment 6 James Le Cuirot gentoo-dev 2005-09-17 06:25:03 UTC
Created attachment 68668 [details]
xmpp4r-0.1.ebuild
Comment 7 James Le Cuirot gentoo-dev 2005-09-17 06:26:34 UTC
Created attachment 68669 [details, diff]
xmpp4r-0.1-critsect.patch

I suspect 0.2 won't be long but till that happens, this fixes a problem I had
with threading.
Comment 8 James Le Cuirot gentoo-dev 2005-10-20 08:54:54 UTC
Created attachment 71077 [details]
xmpp4r-0.2.ebuild

Told you it wouldn't be long!
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2006-03-20 05:52:28 UTC
*** Bug 126950 has been marked as a duplicate of this bug. ***
Comment 10 Lars Strojny 2006-03-20 05:55:41 UTC
Created attachment 82652 [details]
xmpp4r-svn-0.3.ebuild
Comment 11 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2006-12-16 17:50:10 UTC
I don't think I will put xmpp4r-svn in. If you update to 0.3 (the latest version according to homepage), I'll check it.
Comment 12 Daniel Willmann 2006-12-22 22:42:37 UTC
It is enough if you just rename xmpp4r-0.2.ebuild to xmpp4r-0.3.ebuild.

But the examples get installed into /usr/doc/xmpp4r instead of /usr/doc/xmpp4r-0.3

I'm not sure what the right way to fix that is (just rename the directory in src_install?).
Comment 13 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2006-12-29 19:41:19 UTC
Yeah, renaming directory should be easier for us. It also shouldn't install examples if examples use flag is unset.
Anyway, I fixed those and added to CVS. Thanks all