From: <the...@us...> - 2006-08-05 08:45:25
|
Revision: 16640 Author: thekingant Date: 2006-08-05 01:45:20 -0700 (Sat, 05 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16640&view=rev Log Message: ----------- Remove the Napster PRPL Modified Paths: -------------- trunk/ChangeLog trunk/Makefile.mingw trunk/configure.ac trunk/pixmaps/status/default/Makefile.am trunk/po/POTFILES.in trunk/src/protocols/Makefile.am Removed Paths: ------------- trunk/pixmaps/status/default/napster.png trunk/src/protocols/napster/ Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-08-05 08:29:11 UTC (rev 16639) +++ trunk/ChangeLog 2006-08-05 08:45:20 UTC (rev 16640) @@ -152,6 +152,7 @@ * SIP/SIMPLE support (Thomas Butter, Google Summer of Code) * Sametime protocol support Requires the meanwhile library: http://meanwhile.sourceforge.net + * Removed support for the napster and toc protocols Other Noteworthy Changes: * UPnP and NAT traversal support (Adam J. Warrington, Google Summer of Modified: trunk/Makefile.mingw =================================================================== --- trunk/Makefile.mingw 2006-08-05 08:29:11 UTC (rev 16639) +++ trunk/Makefile.mingw 2006-08-05 08:45:20 UTC (rev 16640) @@ -21,7 +21,6 @@ TOC = $(GAIM_PROTOS)/toc IRC = $(GAIM_PROTOS)/irc JABBER = $(GAIM_PROTOS)/jabber -NAPSTER = $(GAIM_PROTOS)/napster GG = $(GAIM_PROTOS)/gg NOVELL = $(GAIM_PROTOS)/novell SILC = $(GAIM_PROTOS)/silc Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-08-05 08:29:11 UTC (rev 16639) +++ trunk/configure.ac 2006-08-05 08:45:20 UTC (rev 16640) @@ -1777,7 +1777,6 @@ src/protocols/irc/Makefile src/protocols/jabber/Makefile src/protocols/msn/Makefile - src/protocols/napster/Makefile src/protocols/novell/Makefile src/protocols/oscar/Makefile src/protocols/qq/Makefile Modified: trunk/pixmaps/status/default/Makefile.am =================================================================== --- trunk/pixmaps/status/default/Makefile.am 2006-08-05 08:29:11 UTC (rev 16639) +++ trunk/pixmaps/status/default/Makefile.am 2006-08-05 08:45:20 UTC (rev 16640) @@ -26,7 +26,6 @@ male.png \ meanwhile.png \ msn.png \ - napster.png \ notauthorized.png \ novell.png \ occupied.png \ Deleted: trunk/pixmaps/status/default/napster.png =================================================================== (Binary files differ) Modified: trunk/po/POTFILES.in =================================================================== --- trunk/po/POTFILES.in 2006-08-05 08:29:11 UTC (rev 16639) +++ trunk/po/POTFILES.in 2006-08-05 08:45:20 UTC (rev 16640) @@ -108,7 +108,6 @@ src/protocols/msn/state.c src/protocols/msn/switchboard.c src/protocols/msn/userlist.c -src/protocols/napster/napster.c src/protocols/novell/nmuser.c src/protocols/novell/novell.c src/protocols/oscar/flap_connection.c Modified: trunk/src/protocols/Makefile.am =================================================================== --- trunk/src/protocols/Makefile.am 2006-08-05 08:29:11 UTC (rev 16639) +++ trunk/src/protocols/Makefile.am 2006-08-05 08:45:20 UTC (rev 16640) @@ -1,3 +1,3 @@ -DIST_SUBDIRS = bonjour gg irc jabber msn napster novell oscar qq sametime silc toc simple yahoo zephyr +DIST_SUBDIRS = bonjour gg irc jabber msn novell oscar qq sametime silc toc simple yahoo zephyr SUBDIRS = $(DYNAMIC_PRPLS) $(STATIC_PRPLS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |