Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 106127

Summary: dev-ruby/xmpp4r-0.2 (new package)
Product: Gentoo Linux Reporter: James Le Cuirot <chewi>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement CC: daniel, lars, ruby
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://home.gna.org/xmpp4r/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: xmpp4r-0.1.ebuild
xmpp4r-0.1.ebuild
xmpp4r-0.1-critsect.patch
xmpp4r-0.2.ebuild
xmpp4r-svn-0.3.ebuild

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