Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111195 - naim-0.11.8.ebuild (update)
Summary: naim-0.11.8.ebuild (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
: 110097 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-01 15:59 UTC by Ben Roberts
Modified: 2006-04-07 09:41 UTC (History)
4 users (show)

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


Attachments
naim-0.11.8.ebuild (diff to previous version 0.11.7.3.1) (naim-0.11.8.diff,820 bytes, text/plain)
2005-11-01 16:03 UTC, Ben Roberts
Details
naim-0.11.8.ebuild (naim-0.11.8.ebuild,968 bytes, text/plain)
2005-11-01 16:05 UTC, Ben Roberts
Details
naim-0.11.8.1.ebuild (naim-0.11.8.1.ebuild,974 bytes, text/plain)
2005-12-31 12:26 UTC, Timothy Hoffmeyer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Roberts 2005-11-01 15:59:44 UTC
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
Comment 1 Ben Roberts 2005-11-01 16:03:11 UTC
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
Comment 2 Ben Roberts 2005-11-01 16:05:46 UTC
Created attachment 71899 [details]
naim-0.11.8.ebuild

adding .ebuild as well to make it easier
Comment 3 Ben Roberts 2005-11-02 19:23:30 UTC
was mentioned to me that i put the same bug numbers twice... should have
mentioned bug 82065 instead, sorry
Comment 4 bashusr 2005-11-07 09:47:46 UTC
*** Bug 110097 has been marked as a duplicate of this bug. ***
Comment 5 claytonmagnus 2005-12-30 22:29:56 UTC
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
Comment 6 Timothy Hoffmeyer 2005-12-31 12:26:20 UTC
Created attachment 75890 [details]
naim-0.11.8.1.ebuild

New version of naim, so I bumped the ebuild.
Comment 7 Rob Raux 2006-01-23 10:52:51 UTC
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?
Comment 8 Nick Rosier 2006-03-01 07:29:41 UTC
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() {
Comment 9 Karol Pasternak (RETIRED) gentoo-dev 2006-04-07 09:41:14 UTC
fixed, see bug #82065