summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-09-08 16:29:04 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-09-08 16:29:04 +0000
commite07dac11fee88e1d1bd7f8c2a5e09acb3f9c68b9 (patch)
tree6205cb0c215f915286217f26f8e4103fc8ae04e1 /net-im/kopete/files
parentRemove old versions and orphan files, and give back maintenance to KDE herd. (diff)
downloadhistorical-e07dac11fee88e1d1bd7f8c2a5e09acb3f9c68b9.tar.gz
historical-e07dac11fee88e1d1bd7f8c2a5e09acb3f9c68b9.tar.bz2
historical-e07dac11fee88e1d1bd7f8c2a5e09acb3f9c68b9.zip
Remove old versions and orphan files, and give back maintenance to KDE herd.
Package-Manager: portage-2.1.1_rc1-r7
Diffstat (limited to 'net-im/kopete/files')
-rw-r--r--net-im/kopete/files/digest-kopete-0.12.1-r33
-rw-r--r--net-im/kopete/files/digest-kopete-0.12.1-r43
-rw-r--r--net-im/kopete/files/kopete-0.12-msnprofile.diff12
-rw-r--r--net-im/kopete/files/kopete-0.12.1-icqfix3.patch13
-rw-r--r--net-im/kopete/files/kopete-0.12.1-oscarcontacts.patch142
5 files changed, 0 insertions, 173 deletions
diff --git a/net-im/kopete/files/digest-kopete-0.12.1-r3 b/net-im/kopete/files/digest-kopete-0.12.1-r3
deleted file mode 100644
index 2f6f75f34afa..000000000000
--- a/net-im/kopete/files/digest-kopete-0.12.1-r3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 b646f2f45fc0fbcd56ada5078fb540fb kopete-0.12.1.tar.bz2 5309636
-RMD160 0bb66fb0a8a0d12b0d19845d5a39993520cb368d kopete-0.12.1.tar.bz2 5309636
-SHA256 a18174bf48257361c6a337073e2fa1c7dc0b0eba274d558ac9fd5bc84275927e kopete-0.12.1.tar.bz2 5309636
diff --git a/net-im/kopete/files/digest-kopete-0.12.1-r4 b/net-im/kopete/files/digest-kopete-0.12.1-r4
deleted file mode 100644
index 2f6f75f34afa..000000000000
--- a/net-im/kopete/files/digest-kopete-0.12.1-r4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 b646f2f45fc0fbcd56ada5078fb540fb kopete-0.12.1.tar.bz2 5309636
-RMD160 0bb66fb0a8a0d12b0d19845d5a39993520cb368d kopete-0.12.1.tar.bz2 5309636
-SHA256 a18174bf48257361c6a337073e2fa1c7dc0b0eba274d558ac9fd5bc84275927e kopete-0.12.1.tar.bz2 5309636
diff --git a/net-im/kopete/files/kopete-0.12-msnprofile.diff b/net-im/kopete/files/kopete-0.12-msnprofile.diff
deleted file mode 100644
index 6ad62759679d..000000000000
--- a/net-im/kopete/files/kopete-0.12-msnprofile.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru kopete-0.12.1.orig/kopete/protocols/msn/msncontact.cpp kopete-0.12.1/kopete/protocols/msn/msncontact.cpp
---- kopete-0.12.1.orig/kopete/protocols/msn/msncontact.cpp 2006-07-13 02:55:41.000000000 +0200
-+++ kopete-0.12.1/kopete/protocols/msn/msncontact.cpp 2006-08-01 14:24:20.000000000 +0200
-@@ -577,7 +577,7 @@
-
- void MSNContact::slotShowProfile()
- {
-- KRun::runURL( KURL( QString::fromLatin1("http://members.msn.com/default.msnw?mem=") + contactId()) , "text/html" );
-+ KRun::runURL( KURL( QString::fromLatin1("http://members.msn.com/?pgmarket=it-it&mem=") + contactId()) , "text/html" );
- }
-
-
diff --git a/net-im/kopete/files/kopete-0.12.1-icqfix3.patch b/net-im/kopete/files/kopete-0.12.1-icqfix3.patch
deleted file mode 100644
index ac786297eb5e..000000000000
--- a/net-im/kopete/files/kopete-0.12.1-icqfix3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: kopete/protocols/oscar/liboscar/oscartypes.h
-===================================================================
---- kopete/protocols/oscar/liboscar/oscartypes.h (revision 568242)
-+++ kopete/protocols/oscar/liboscar/oscartypes.h (revision 568243)
-@@ -239,7 +239,7 @@
- const WORD ICQ_MAJOR = 0x0014;
- const WORD ICQ_MINOR = 0x0034;
- const WORD ICQ_POINT = 0x0000;
-- const WORD ICQ_BUILD = 0x0A0F;
-+ const WORD ICQ_BUILD = 0x0BB8;
- const char ICQ_OTHER[] = { 0x00, 0x00, 0x04, 0x3d };
- const char ICQ_COUNTRY[] = "us";
- const char ICQ_LANG[] = "en";
diff --git a/net-im/kopete/files/kopete-0.12.1-oscarcontacts.patch b/net-im/kopete/files/kopete-0.12.1-oscarcontacts.patch
deleted file mode 100644
index 9b17c6766e4d..000000000000
--- a/net-im/kopete/files/kopete-0.12.1-oscarcontacts.patch
+++ /dev/null
@@ -1,142 +0,0 @@
-Index: kopete/protocols/oscar/liboscar/ssimanager.cpp
-===================================================================
---- kopete/protocols/oscar/liboscar/ssimanager.cpp (revision 565947)
-+++ kopete/protocols/oscar/liboscar/ssimanager.cpp (working copy)
-@@ -71,18 +71,65 @@
- while ( it != d->SSIList.end() && d->SSIList.count() > 0 )
- it = d->SSIList.remove( it );
- };
-+
-+ d->nextContactId = 0;
-+ d->nextGroupId = 0;
- }
-
- WORD SSIManager::nextContactId()
- {
-- d->nextContactId++;
-- return d->nextContactId;
-+ if ( d->nextContactId == 0 )
-+ d->nextContactId++;
-+
-+ QValueList<Oscar::SSI>::const_iterator it, listEnd;
-+
-+ for ( ; d->nextContactId < 0x8000; d->nextContactId++ )
-+ {
-+ bool freeId = true;
-+ listEnd = d->SSIList.end();
-+ for ( it = d->SSIList.begin(); it != listEnd; ++it )
-+ {
-+ if ( ( *it ).bid() == d->nextContactId )
-+ {
-+ freeId = false;
-+ break;
-+ }
-+ }
-+
-+ if ( freeId )
-+ return d->nextContactId;
-+ }
-+
-+ kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "No free id!" << endl;
-+ return 0xFFFF;
- }
-
- WORD SSIManager::nextGroupId()
- {
-- d->nextGroupId++;
-- return d->nextGroupId;
-+ if ( d->nextGroupId == 0 )
-+ d->nextGroupId++;
-+
-+ QValueList<Oscar::SSI>::const_iterator it, listEnd;
-+
-+ for ( ; d->nextGroupId < 0x8000; d->nextGroupId++ )
-+ {
-+ bool freeId = true;
-+ listEnd = d->SSIList.end();
-+ for ( it = d->SSIList.begin(); it != listEnd; ++it )
-+ {
-+ if ( ( *it ).type() == ROSTER_GROUP && ( *it ).gid() == d->nextGroupId )
-+ {
-+ freeId = false;
-+ break;
-+ }
-+ }
-+
-+ if ( freeId )
-+ return d->nextGroupId;
-+ }
-+
-+ kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "No free group id!" << endl;
-+ return 0xFFFF;
- }
-
- WORD SSIManager::numberOfItems() const
-@@ -390,8 +437,6 @@
- if ( !group.name().isEmpty() ) //avoid the group with gid 0 and bid 0
- { // the group is really new
- kdDebug( OSCAR_RAW_DEBUG ) << k_funcinfo << "Adding group '" << group.name() << "' to SSI list" << endl;
-- if ( group.gid() > d->nextGroupId )
-- d->nextGroupId = group.gid();
-
- d->SSIList.append( group );
- emit groupAdded( group );
-@@ -426,6 +471,10 @@
- QString groupName = group.name();
- kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "Removing group " << group.name() << endl;
- int remcount = d->SSIList.remove( group );
-+
-+ if ( d->nextGroupId > group.gid() )
-+ d->nextGroupId = group.gid();
-+
- if ( remcount == 0 )
- {
- kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "No groups removed" << endl;
-@@ -452,13 +501,6 @@
-
- bool SSIManager::newContact( const Oscar::SSI& contact )
- {
-- //what to validate?
-- if ( contact.bid() > d->nextContactId )
-- {
-- kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "Setting next contact ID to " << contact.bid() << endl;
-- d->nextContactId = contact.bid();
-- }
--
- if ( d->SSIList.findIndex( contact ) == -1 )
- {
- kdDebug( OSCAR_RAW_DEBUG ) << k_funcinfo << "Adding contact '" << contact.name() << "' to SSI list" << endl;
-@@ -496,6 +538,9 @@
- QString contactName = contact.name();
- int remcount = d->SSIList.remove( contact );
-
-+ if ( d->nextContactId > contact.bid() )
-+ d->nextContactId = contact.bid();
-+
- if ( remcount == 0 )
- {
- kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "No contacts were removed." << endl;
-@@ -520,12 +565,6 @@
-
- bool SSIManager::newItem( const Oscar::SSI& item )
- {
-- if ( item.bid() > d->nextContactId )
-- {
-- kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "Setting next contact ID to " << item.bid() << endl;
-- d->nextContactId = item.bid();
-- }
--
- //no error checking for now
- kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "Adding item " << item.toString() << endl;
- d->SSIList.append( item );
-@@ -535,6 +574,10 @@
- bool SSIManager::removeItem( const Oscar::SSI& item )
- {
- d->SSIList.remove( item );
-+
-+ if ( d->nextContactId > item.bid() )
-+ d->nextContactId = item.bid();
-+
- return true;
- }
-