diff options
author | 2010-01-15 13:17:53 +0000 | |
---|---|---|
committer | 2010-01-15 13:17:53 +0000 | |
commit | d7c683ff2c6e53211490c310019c10702d927b02 (patch) | |
tree | 9214fdee947dfa72e8424a1fc1d3c36cd1d9862c /net-p2p/qtella/files | |
parent | When adding a conditional dependency, make sure that the condition is in IUSE. (diff) | |
download | gentoo-2-d7c683ff2c6e53211490c310019c10702d927b02.tar.gz gentoo-2-d7c683ff2c6e53211490c310019c10702d927b02.tar.bz2 gentoo-2-d7c683ff2c6e53211490c310019c10702d927b02.zip |
Remove masked packages.
Diffstat (limited to 'net-p2p/qtella/files')
-rw-r--r-- | net-p2p/qtella/files/0.7.0-nokde.patch | 48 | ||||
-rw-r--r-- | net-p2p/qtella/files/qtella-0.7.0-errno.patch | 11 | ||||
-rw-r--r-- | net-p2p/qtella/files/qtella-0.7.0-gcc41.patch | 47 | ||||
-rw-r--r-- | net-p2p/qtella/files/qtella-0.7.0-gcc44.patch | 111 |
4 files changed, 0 insertions, 217 deletions
diff --git a/net-p2p/qtella/files/0.7.0-nokde.patch b/net-p2p/qtella/files/0.7.0-nokde.patch deleted file mode 100644 index 1236e54c7fed..000000000000 --- a/net-p2p/qtella/files/0.7.0-nokde.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff -Naur qtella-0.7.0.vanilla/src/QtellaSubConfig.cpp qtella-0.7.0/src/QtellaSubConfig.cpp ---- qtella-0.7.0.vanilla/src/QtellaSubConfig.cpp 2004-05-26 16:32:00.000000000 -0500 -+++ qtella-0.7.0/src/QtellaSubConfig.cpp 2004-07-01 21:37:51.156045376 -0500 -@@ -519,7 +519,7 @@ - for(i = 0; i < vString.size(); i++) - _widget_config->ui_blocked_words->insertItem( vString[i].c_str() ); - } -- -+ #ifdef USEKDE - if( s1 == "YID" ) { - _widget_config->lineedit_yahooid->setText( s2.c_str() ); - } -@@ -529,6 +529,7 @@ - if( s1 == "YCONNECT" ) { - _widget_config->checkbox_yahooconnect->setChecked( ( s2 == "1" ) ? true : false ); - } -+ #endif - } - } - f.close(); -@@ -632,11 +633,12 @@ - << "GROUP=" << (const char*)_widget_config->ui_lineedit_userid->text() << std::endl - << "RESERVE_IN=" << _widget_config->ui_checkbox_reserve_in->isChecked() << std::endl - << "RESERVE_UP=" << _widget_config->ui_checkbox_reserve_up->isChecked() << std::endl; -- -+ #ifdef USEKDE - QCString result = KCodecs::base64Encode( _widget_config->lineedit_yahoopasswd->text().ascii() ); - f << "YID=" << (const char*) _widget_config->lineedit_yahooid->text() << std::endl - << "YPWD=" << (const char*) result << std::endl - << "YCONNECT=" << ( _widget_config->checkbox_yahooconnect->isChecked() ? "1" : "0" ) << std::endl; -+ #endif - f << "GROUPS="; - for( unsigned i = 0; i < _widget_config->ui_listbox_groups->count(); ++i ) { - f << (const char*)_widget_config->ui_listbox_groups->text( i ) << ";"; -diff -Naur qtella-0.7.0.vanilla/src/main.cpp qtella-0.7.0/src/main.cpp ---- qtella-0.7.0.vanilla/src/main.cpp 2004-05-20 11:14:13.000000000 -0500 -+++ qtella-0.7.0/src/main.cpp 2004-07-01 21:09:23.000000000 -0500 -@@ -73,8 +73,10 @@ - - a.setMainWidget(&qtella); - qtella.show(); -+ #ifdef USEKDE - KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); - if( args->isSet( "show-searches" ) ) - qtella.setSearchLogging( true ); -+ #endif - return a.exec(); - } diff --git a/net-p2p/qtella/files/qtella-0.7.0-errno.patch b/net-p2p/qtella/files/qtella-0.7.0-errno.patch deleted file mode 100644 index d24cd11d7d0b..000000000000 --- a/net-p2p/qtella/files/qtella-0.7.0-errno.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur qtella-0.7.0.vanilla/src/MessengerThread.cpp qtella-0.7.0/src/MessengerThread.cpp ---- qtella-0.7.0.vanilla/src/MessengerThread.cpp 2004-05-27 22:02:18.000000000 +0200 -+++ qtella-0.7.0/src/MessengerThread.cpp 2005-01-06 11:52:37.000000000 +0100 -@@ -10,6 +10,7 @@ - #include <yahoo2.h> - #include <yahoo2_callbacks.h> - #include <yahoo_list.h> -+#include <errno.h> - - MessengerContacts* MessengerThread::_messenger_contacts = NULL; - diff --git a/net-p2p/qtella/files/qtella-0.7.0-gcc41.patch b/net-p2p/qtella/files/qtella-0.7.0-gcc41.patch deleted file mode 100644 index df349c5ec0d2..000000000000 --- a/net-p2p/qtella/files/qtella-0.7.0-gcc41.patch +++ /dev/null @@ -1,47 +0,0 @@ ---- include/AudioMp3.h -+++ include/AudioMp3.h -@@ -11,7 +11,7 @@ - class AudioMp3: public MyAudioFile - { - public: -- AudioMp3::AudioMp3( std::string filename ); -+ AudioMp3( std::string filename ); - std::string &getTitle() { return _title; }; - void setTitle( std::string str ) { _title = str; }; - std::string &getArtist() { return _artist;} ; - ---- include/AudioOgg.h -+++ include/AudioOgg.h -@@ -11,7 +11,7 @@ - class AudioOgg: public MyAudioFile - { - public: -- AudioOgg::AudioOgg( std::string filename ); -+ AudioOgg( std::string filename ); - std::string &getTitle() { return _title; }; - void setTitle( std::string str ) { _title = str; } - std::string &getArtist() { return _artist;} ; - ---- include/AudioWav.h -+++ include/AudioWav.h -@@ -11,7 +11,7 @@ - class AudioWav: public MyAudioFile - { - public: -- AudioWav::AudioWav( std::string filename ); -+ AudioWav( std::string filename ); - std::string &getTitle() { return _title; }; - std::string &getArtist() { return _artist;} ; - // std::string &getAlbum() { return _album; }; - ---- include/BitTorrent.h -+++ include/BitTorrent.h -@@ -67,7 +67,7 @@ - public: - ~BitTorrent(); - static BitTorrent* decode( const char* buf, int len ); -- static BitTorrent* BitTorrent::bt_decode_file( const char* filename ); -+ static BitTorrent* bt_decode_file( const char* filename ); - void setAnnounce( const std::string& announce ); - const std::string& getAnnounce() const; - void setSingleFile( bool s ); diff --git a/net-p2p/qtella/files/qtella-0.7.0-gcc44.patch b/net-p2p/qtella/files/qtella-0.7.0-gcc44.patch deleted file mode 100644 index a3dd3847b08b..000000000000 --- a/net-p2p/qtella/files/qtella-0.7.0-gcc44.patch +++ /dev/null @@ -1,111 +0,0 @@ -diff -ur qtella-0.7.0-orig/include/qtella_mini_xpm.h qtella-0.7.0/include/qtella_mini_xpm.h ---- qtella-0.7.0-orig/include/qtella_mini_xpm.h 2009-06-27 19:50:15.000000000 -0400 -+++ qtella-0.7.0/include/qtella_mini_xpm.h 2009-06-27 19:39:44.000000000 -0400 -@@ -1,5 +1,5 @@ - /* XPM */ --static char * qtella_mini_xpm[] = { -+static const char * qtella_mini_xpm[] = { - "16 16 141 2", - " c None", - ". c #665A5A", -diff -ur qtella-0.7.0-orig/src/Address.cpp qtella-0.7.0/src/Address.cpp ---- qtella-0.7.0-orig/src/Address.cpp 2009-06-27 19:50:15.000000000 -0400 -+++ qtella-0.7.0/src/Address.cpp 2009-06-27 19:39:44.000000000 -0400 -@@ -7,6 +7,7 @@ - - #include <iostream> - #include <sstream> -+#include <cstdlib> - #if !defined(_WIN32) - #include <netdb.h> - #endif -diff -ur qtella-0.7.0-orig/src/AudioGenre.cpp qtella-0.7.0/src/AudioGenre.cpp ---- qtella-0.7.0-orig/src/AudioGenre.cpp 2009-06-27 19:50:15.000000000 -0400 -+++ qtella-0.7.0/src/AudioGenre.cpp 2009-06-27 19:39:44.000000000 -0400 -@@ -2,7 +2,7 @@ - */ - #include "AudioGenre.h" - --#include <string> -+#include <cstring> - - struct genre_list_type - { -diff -ur qtella-0.7.0-orig/src/BitTorrent.cpp qtella-0.7.0/src/BitTorrent.cpp ---- qtella-0.7.0-orig/src/BitTorrent.cpp 2009-06-27 19:50:15.000000000 -0400 -+++ qtella-0.7.0/src/BitTorrent.cpp 2009-06-27 19:50:47.000000000 -0400 -@@ -1,4 +1,6 @@ - #include "BitTorrent.h" -+#include <cstdlib> -+#include <cstring> - #include <cstdio> - - #undef DEBUG -diff -ur qtella-0.7.0-orig/src/Download.cpp qtella-0.7.0/src/Download.cpp ---- qtella-0.7.0-orig/src/Download.cpp 2009-06-27 19:50:15.000000000 -0400 -+++ qtella-0.7.0/src/Download.cpp 2009-06-27 19:39:44.000000000 -0400 -@@ -31,6 +31,7 @@ - #include <iomanip> - #include <sstream> - #include <ctime> -+#include <cstdlib> - - Download::Download(const QueryHitEntry& qhe, - DownloadManager* parent, -diff -ur qtella-0.7.0-orig/src/InConnection.cpp qtella-0.7.0/src/InConnection.cpp ---- qtella-0.7.0-orig/src/InConnection.cpp 2009-06-27 19:50:15.000000000 -0400 -+++ qtella-0.7.0/src/InConnection.cpp 2009-06-27 19:39:44.000000000 -0400 -@@ -19,6 +19,7 @@ - #include <qmessagebox.h> - #include <iostream> - #include <sstream> -+#include <cstdlib> - - #undef _DEBUG - -diff -ur qtella-0.7.0-orig/src/MessengerThread.cpp qtella-0.7.0/src/MessengerThread.cpp ---- qtella-0.7.0-orig/src/MessengerThread.cpp 2009-06-27 19:50:15.000000000 -0400 -+++ qtella-0.7.0/src/MessengerThread.cpp 2009-06-27 19:39:44.000000000 -0400 -@@ -1,6 +1,7 @@ - #include "MessengerThread.h" - #include "MessengerContacts.h" - #include <iostream> -+#include <cstdlib> - #include <netdb.h> - #include <sys/time.h> - #include <sys/types.h> -diff -ur qtella-0.7.0-orig/src/QtellaSubConfig.cpp qtella-0.7.0/src/QtellaSubConfig.cpp ---- qtella-0.7.0-orig/src/QtellaSubConfig.cpp 2009-06-27 19:50:15.000000000 -0400 -+++ qtella-0.7.0/src/QtellaSubConfig.cpp 2009-06-27 19:39:44.000000000 -0400 -@@ -14,7 +14,7 @@ - #include "MessengerContacts.h" - #include "kmdcodec.h" - --#include <string> -+#include <cstdlib> - #include <fstream> - #include <sstream> - #include <iostream> -diff -ur qtella-0.7.0-orig/src/QtellaSubMisc.cpp qtella-0.7.0/src/QtellaSubMisc.cpp ---- qtella-0.7.0-orig/src/QtellaSubMisc.cpp 2009-06-27 19:50:15.000000000 -0400 -+++ qtella-0.7.0/src/QtellaSubMisc.cpp 2009-06-27 19:39:44.000000000 -0400 -@@ -3,6 +3,8 @@ - #include <qdatetime.h> - #include <qfile.h> - #include <qsocket.h> -+#include <cstdlib> -+ - /*! - * This is not a backdoor! I just want to see whether it could - * be of interest to have a statistic about the number of -diff -ur qtella-0.7.0-orig/src/RiffFile.cpp qtella-0.7.0/src/RiffFile.cpp ---- qtella-0.7.0-orig/src/RiffFile.cpp 2009-06-27 19:50:15.000000000 -0400 -+++ qtella-0.7.0/src/RiffFile.cpp 2009-06-27 19:39:44.000000000 -0400 -@@ -1,6 +1,7 @@ - #include "RiffFile.h" - - #include <fstream> -+#include <cstring> - - #if !defined(_WIN32) - using namespace std; |