New ebuild to use net-im/naim most current version. 0.11.8 now uses TOC2, previous versions do not work as the TOC protocol is broken. Please view attached diff to naim-0.11.7.3.1.ebuild Removed: firetalk additions to the makefile (firetalk.com "Firetalk service is no longer available") screen not a default dependency, see below NEW USE FLAG: screen adds enable-detach to compile (previously default) makes screen a dependency Note: refer to bugs 92753 and 92753 Notes: I would recommend not using screen by default and just run screen manually. Naim compiled with screen has been reported to have some unexpected interactions. Closes bugs 92753, 92753, 110097 I would be willing to maintain naim ebuilds. Ben Roberts
Created attachment 71898 [details] naim-0.11.8.ebuild (diff to previous version 0.11.7.3.1) http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3 tells me to submit a diff http://www.gentoo.org/doc/en/ebuild-submit.xml tells me to submit the actual ebuild
Created attachment 71899 [details] naim-0.11.8.ebuild adding .ebuild as well to make it easier
was mentioned to me that i put the same bug numbers twice... should have mentioned bug 82065 instead, sorry
*** Bug 110097 has been marked as a duplicate of this bug. ***
I tested the ebuild and naim works fine with it. My testing was limited to connecting to aim and chatting with aim buddies. Hope this helps. Clayton
Created attachment 75890 [details] naim-0.11.8.1.ebuild New version of naim, so I bumped the ebuild.
This ebuild works fine for me. IRC, Screen, AIM. I am not familiar with the policy of getting this into cvs as masked, but is there any action being taken on this?
sed fails to modify the firetalk makefiles as they are in libfiretalk in stead of firetalk. Because of this firetalk-int.h does not get installed and naim-modules fails to build. patch: --- naim-0.11.8.1.ebuild 2006-03-01 16:28:01.000000000 +0100 +++ naim-0.11.8.1-r1.ebuild 2006-03-01 16:17:50.000000000 +0100 @@ -21,8 +21,8 @@ # Alter makefile so firetalk-int.h is installed cd ${S} sed -i 's/include_HEADERS = firetalk.h/include_HEADERS = firetalk.h firetalk-int.h/' \ - firetalk/Makefile.am \ - firetalk/Makefile.in + libfiretalk/Makefile.am \ + libfiretalk/Makefile.in } src_compile() {
fixed, see bug #82065