From 0d66f5a1608b97055e0dc182b5ab5ccc4f49839c Mon Sep 17 00:00:00 2001 From: Leonardo Boshell Date: Sun, 17 Jul 2005 04:57:41 +0000 Subject: New version: 2.10.2. Cleaning old ebuilds/patches. (Portage version: 2.0.51.22-r1) --- .../files/control-center-2-logout.patch | 337 -------------------- .../files/control-center-2.8-logout.patch | 342 --------------------- .../files/digest-control-center-2.10.2 | 1 + .../files/digest-control-center-2.8.1-r1 | 1 - .../files/digest-control-center-2.8.2 | 1 - 5 files changed, 1 insertion(+), 681 deletions(-) delete mode 100644 gnome-base/control-center/files/control-center-2-logout.patch delete mode 100644 gnome-base/control-center/files/control-center-2.8-logout.patch create mode 100644 gnome-base/control-center/files/digest-control-center-2.10.2 delete mode 100644 gnome-base/control-center/files/digest-control-center-2.8.1-r1 delete mode 100644 gnome-base/control-center/files/digest-control-center-2.8.2 (limited to 'gnome-base/control-center/files') diff --git a/gnome-base/control-center/files/control-center-2-logout.patch b/gnome-base/control-center/files/control-center-2-logout.patch deleted file mode 100644 index 3374331e5a29..000000000000 --- a/gnome-base/control-center/files/control-center-2-logout.patch +++ /dev/null @@ -1,337 +0,0 @@ -diff -ur control-center-2.8.1/capplets/keybindings/gnome-keybinding-properties.c control-center-2.8.1-patched/capplets/keybindings/gnome-keybinding-properties.c ---- control-center-2.8.1/capplets/keybindings/gnome-keybinding-properties.c 2004-09-10 10:34:56.000000000 +0800 -+++ control-center-2.8.1-patched/capplets/keybindings/gnome-keybinding-properties.c 2004-12-08 11:28:52.339884952 +0800 -@@ -41,13 +41,13 @@ - const KeyListEntry desktop_key_list[] = - { - { "/apps/gnome_settings_daemon/keybindings/help", ALWAYS_VISIBLE, 0 }, -- { "/apps/gnome_settings_daemon/keybindings/power", ALWAYS_VISIBLE, 0 }, - { "/apps/gnome_settings_daemon/keybindings/sleep", ALWAYS_VISIBLE, 0 }, - { "/apps/gnome_settings_daemon/keybindings/screensaver", ALWAYS_VISIBLE, 0 }, - { "/apps/gnome_settings_daemon/keybindings/home", ALWAYS_VISIBLE, 0 }, - { "/apps/gnome_settings_daemon/keybindings/search", ALWAYS_VISIBLE, 0 }, - { "/apps/gnome_settings_daemon/keybindings/email", ALWAYS_VISIBLE, 0 }, - { "/apps/gnome_settings_daemon/keybindings/www", ALWAYS_VISIBLE, 0 }, -+ { "/apps/metacity/global_keybindings/logout", ALWAYS_VISIBLE, 0 }, - { "/apps/metacity/global_keybindings/panel_run_dialog", ALWAYS_VISIBLE, 0 }, - { "/apps/metacity/global_keybindings/panel_main_menu", ALWAYS_VISIBLE, 0 }, - { "/apps/metacity/global_keybindings/run_command_screenshot", ALWAYS_VISIBLE, 0 }, -diff -ur control-center-2.8.1/gnome-settings-daemon/actions/acme.h control-center-2.8.1-patched/gnome-settings-daemon/actions/acme.h ---- control-center-2.8.1/gnome-settings-daemon/actions/acme.h 2004-03-24 10:54:33.000000000 +0800 -+++ control-center-2.8.1-patched/gnome-settings-daemon/actions/acme.h 2004-12-08 11:28:52.339884952 +0800 -@@ -29,7 +29,6 @@ - MUTE_KEY, - VOLUME_DOWN_KEY, - VOLUME_UP_KEY, -- POWER_KEY, - EJECT_KEY, - HOME_KEY, - SEARCH_KEY, -@@ -64,7 +63,6 @@ - { MUTE_KEY, GCONF_BINDING_DIR "/volume_mute",NULL }, - { VOLUME_DOWN_KEY, GCONF_BINDING_DIR "/volume_down", NULL }, - { VOLUME_UP_KEY, GCONF_BINDING_DIR "/volume_up", NULL }, -- { POWER_KEY, GCONF_BINDING_DIR "/power", NULL }, - { EJECT_KEY, GCONF_BINDING_DIR "/eject", NULL }, - { HOME_KEY, GCONF_BINDING_DIR "/home", NULL }, - { SEARCH_KEY, GCONF_BINDING_DIR "/search", NULL }, -diff -ur control-center-2.8.1/gnome-settings-daemon/gnome-settings-multimedia-keys.c control-center-2.8.1-patched/gnome-settings-daemon/gnome-settings-multimedia-keys.c ---- control-center-2.8.1/gnome-settings-daemon/gnome-settings-multimedia-keys.c 2004-10-09 09:52:01.000000000 +0800 -+++ control-center-2.8.1-patched/gnome-settings-daemon/gnome-settings-multimedia-keys.c 2004-12-08 11:28:52.340884800 +0800 -@@ -641,22 +641,6 @@ - } - - static void --do_exit_action (Acme *acme) --{ -- GnomeClient *master; -- -- master = gnome_master_client(); -- g_return_if_fail(master != NULL); -- -- gnome_client_request_save(master, -- GNOME_SAVE_BOTH, -- TRUE, -- GNOME_INTERACT_ANY, -- FALSE, -- TRUE); --} -- --static void - do_eject_action (Acme *acme) - { - GtkWidget *progress; -@@ -797,9 +781,6 @@ - case VOLUME_UP_KEY: - do_sound_action (acme, type); - break; -- case POWER_KEY: -- do_exit_action (acme); -- break; - case EJECT_KEY: - do_eject_action (acme); - break; -diff -ur control-center-2.8.1/schemas/apps_gnome_settings_daemon_keybindings.schemas control-center-2.8.1-patched/schemas/apps_gnome_settings_daemon_keybindings.schemas ---- control-center-2.8.1/schemas/apps_gnome_settings_daemon_keybindings.schemas 2004-10-15 03:00:04.000000000 +0800 -+++ control-center-2.8.1-patched/schemas/apps_gnome_settings_daemon_keybindings.schemas 2004-12-08 11:29:58.511825288 +0800 -@@ -1106,238 +1106,6 @@ - - - -- /schemas/apps/gnome_settings_daemon/keybindings/power -- /apps/gnome_settings_daemon/keybindings/power -- string -- -- -- Log out -- Log out's shortcut. -- -- -- -- تسجيل الخروج -- مختصر تسجيل الخروج. -- -- -- -- İclası sonlandır -- İclası sonlandırma qısa yolu. -- -- -- -- Смяна на потребителя -- Бърз клавиш за излизане от работната среда. -- -- -- -- লগ-আউট -- লগ-আউট করার শর্টকাট। -- -- -- -- Odjava -- Kratica za odjavu. -- -- -- -- Surt -- Drecera per a sortir. -- -- -- -- Odhlásit se -- Zkratka odhlášení. -- -- -- -- Allgofnodi -- Byrlwybr i allgofnodi. -- -- -- -- Logud -- Genvej til logud. -- -- -- -- Abmelden -- Abmelden-Tastenkombination. -- -- -- -- Αποσύνδεση -- Σύντομευση αποσύνδεσης. -- -- -- -- Log out -- Log out's shortcut. -- -- -- -- Log out -- Log out's shortcut. -- -- -- -- Terminar sesión -- Combinación de teclas para terminar sesión. -- -- -- -- Kirjaudu ulos -- Ulos kirjaava pikanäppäin. -- -- -- -- Déconnexion -- Raccourci clavier de « Déconnexion ». -- -- -- -- બહાર નીકળો -- બહાર નીકળવાનું ટુંકાણ. -- -- -- -- लॉग आउट -- लॉगआउट का शॉर्टकट. -- -- -- -- Kijelentkezés -- Kijelentkezés gyorsbillentyűje. -- -- -- -- Termina sessione -- Scorciatoia di «Termina sessione». -- -- -- -- ログアウト -- ログアウトする機能のショートカットです。 -- -- -- -- 로그아웃 -- 로그아웃 바로 가기. -- -- -- -- Atsijungti -- Atsijungimo susiejimas. -- -- -- -- Одјави се -- Кратенка за одјава. -- -- -- -- Logg ut -- Snarvei for å logge ut. -- -- -- -- Afmelden -- Sneltoets voor afmelden -- -- -- -- Logg ut -- Snøggtast som loggar ut. -- -- -- -- Logg ut -- Snarvei for å logge ut. -- -- -- -- ਬਾਹਰੀ ਦਰ -- ਬਾਹਰੀ ਦਰ ਦਾ ਸ਼ਾਰਟਕਟ ਹੈ। -- -- -- -- Wylogowanie -- Klawisz skrótu wylogowania. -- -- -- -- Terminar a sessão -- Atalho para terminar a sessão. -- -- -- -- Sair -- Atalho para Sair -- -- -- -- Deautentificare -- Combinaţie pentru Deautentificare -- -- -- -- Завершить сеанс -- Комбинация клавиш для завершения сеанса. -- -- -- -- Dil jashtë -- Shpejtuesi i tasteve për daljen jashtë(log out). -- -- -- -- Одјава -- Пречица за одјављивање. -- -- -- -- Odjava -- Prečica za odjavljivanje. -- -- -- -- Logga ut -- Genvägen för logga ut. -- -- -- -- இட அமைவு. -- _கனிமேசை குறுக்கு வழிகள். -- -- -- -- ออกจากระบบ -- ปุ่มลัดสำหรับออกจากระบบ -- -- -- -- Çıkış -- Çıkış'ın kısayolu. -- -- -- -- Завершення роботи -- Комбінація клавіш для завершення роботи. -- -- -- -- Đăng xuất -- Phím tắt Đăng xuất. -- -- -- -- 注销 -- 注销的快捷键。 -- -- -- -- -- - /schemas/apps/gnome_settings_daemon/keybindings/eject - /apps/gnome_settings_daemon/keybindings/eject - string -diff -ur control-center-2.8.1/schemas/apps_gnome_settings_daemon_keybindings.schemas.in control-center-2.8.1-patched/schemas/apps_gnome_settings_daemon_keybindings.schemas.in ---- control-center-2.8.1/schemas/apps_gnome_settings_daemon_keybindings.schemas.in 2004-05-18 01:03:38.000000000 +0800 -+++ control-center-2.8.1-patched/schemas/apps_gnome_settings_daemon_keybindings.schemas.in 2004-12-08 11:28:52.341884648 +0800 -@@ -50,18 +50,6 @@ - - - -- /schemas/apps/gnome_settings_daemon/keybindings/power -- /apps/gnome_settings_daemon/keybindings/power -- string -- -- -- Log out -- Log out's shortcut. -- -- -- -- -- - /schemas/apps/gnome_settings_daemon/keybindings/eject - /apps/gnome_settings_daemon/keybindings/eject - string diff --git a/gnome-base/control-center/files/control-center-2.8-logout.patch b/gnome-base/control-center/files/control-center-2.8-logout.patch deleted file mode 100644 index b32cab21f209..000000000000 --- a/gnome-base/control-center/files/control-center-2.8-logout.patch +++ /dev/null @@ -1,342 +0,0 @@ -diff -ur control-center-2.8.2/capplets/keybindings/gnome-keybinding-properties.c control-center-2.8.2-patched/capplets/keybindings/gnome-keybinding-properties.c ---- control-center-2.8.2/capplets/keybindings/gnome-keybinding-properties.c 2005-02-21 05:18:04.000000000 +0800 -+++ control-center-2.8.2-patched/capplets/keybindings/gnome-keybinding-properties.c 2005-02-24 15:09:55.344406192 +0800 -@@ -41,13 +41,13 @@ - const KeyListEntry desktop_key_list[] = - { - { "/apps/gnome_settings_daemon/keybindings/help", ALWAYS_VISIBLE, 0 }, -- { "/apps/gnome_settings_daemon/keybindings/power", ALWAYS_VISIBLE, 0 }, - { "/apps/gnome_settings_daemon/keybindings/sleep", ALWAYS_VISIBLE, 0 }, - { "/apps/gnome_settings_daemon/keybindings/screensaver", ALWAYS_VISIBLE, 0 }, - { "/apps/gnome_settings_daemon/keybindings/home", ALWAYS_VISIBLE, 0 }, - { "/apps/gnome_settings_daemon/keybindings/search", ALWAYS_VISIBLE, 0 }, - { "/apps/gnome_settings_daemon/keybindings/email", ALWAYS_VISIBLE, 0 }, - { "/apps/gnome_settings_daemon/keybindings/www", ALWAYS_VISIBLE, 0 }, -+ { "/apps/metacity/global_keybindings/logout", ALWAYS_VISIBLE, 0 }, - { "/apps/metacity/global_keybindings/panel_run_dialog", ALWAYS_VISIBLE, 0 }, - { "/apps/metacity/global_keybindings/panel_main_menu", ALWAYS_VISIBLE, 0 }, - { "/apps/metacity/global_keybindings/run_command_screenshot", ALWAYS_VISIBLE, 0 }, -diff -ur control-center-2.8.2/gnome-settings-daemon/actions/acme.h control-center-2.8.2-patched/gnome-settings-daemon/actions/acme.h ---- control-center-2.8.2/gnome-settings-daemon/actions/acme.h 2004-03-24 10:54:33.000000000 +0800 -+++ control-center-2.8.2-patched/gnome-settings-daemon/actions/acme.h 2005-02-24 15:10:30.138116744 +0800 -@@ -29,7 +29,6 @@ - MUTE_KEY, - VOLUME_DOWN_KEY, - VOLUME_UP_KEY, -- POWER_KEY, - EJECT_KEY, - HOME_KEY, - SEARCH_KEY, -@@ -64,7 +63,6 @@ - { MUTE_KEY, GCONF_BINDING_DIR "/volume_mute",NULL }, - { VOLUME_DOWN_KEY, GCONF_BINDING_DIR "/volume_down", NULL }, - { VOLUME_UP_KEY, GCONF_BINDING_DIR "/volume_up", NULL }, -- { POWER_KEY, GCONF_BINDING_DIR "/power", NULL }, - { EJECT_KEY, GCONF_BINDING_DIR "/eject", NULL }, - { HOME_KEY, GCONF_BINDING_DIR "/home", NULL }, - { SEARCH_KEY, GCONF_BINDING_DIR "/search", NULL }, -diff -ur control-center-2.8.2/gnome-settings-daemon/gnome-settings-multimedia-keys.c control-center-2.8.2-patched/gnome-settings-daemon/gnome-settings-multimedia-keys.c ---- control-center-2.8.2/gnome-settings-daemon/gnome-settings-multimedia-keys.c 2005-02-21 05:18:05.000000000 +0800 -+++ control-center-2.8.2-patched/gnome-settings-daemon/gnome-settings-multimedia-keys.c 2005-02-24 15:11:12.842624672 +0800 -@@ -641,12 +641,6 @@ - } - - static void --do_exit_action (Acme *acme) --{ -- execute ("gnome-session-save --kill", FALSE); --} -- --static void - do_eject_action (Acme *acme) - { - GtkWidget *progress; -@@ -787,9 +781,6 @@ - case VOLUME_UP_KEY: - do_sound_action (acme, type); - break; -- case POWER_KEY: -- do_exit_action (acme); -- break; - case EJECT_KEY: - do_eject_action (acme); - break; -diff -ur control-center-2.8.2/schemas/apps_gnome_settings_daemon_keybindings.schemas control-center-2.8.2-patched/schemas/apps_gnome_settings_daemon_keybindings.schemas ---- control-center-2.8.2/schemas/apps_gnome_settings_daemon_keybindings.schemas 2005-02-21 20:28:36.000000000 +0800 -+++ control-center-2.8.2-patched/schemas/apps_gnome_settings_daemon_keybindings.schemas 2005-02-24 15:12:33.175412232 +0800 -@@ -1165,253 +1165,6 @@ - - - -- /schemas/apps/gnome_settings_daemon/keybindings/power -- /apps/gnome_settings_daemon/keybindings/power -- string -- -- -- Log out -- Log out's shortcut. -- -- -- -- تسجيل الخروج -- مختصر تسجيل الخروج. -- -- -- -- İclası sonlandır -- İclası sonlandırma qısa yolu. -- -- -- -- Смяна на потребителя -- Бърз клавиш за излизане от работната среда. -- -- -- -- লগ-আউট -- লগ-আউট করার শর্টকাট। -- -- -- -- Odjava -- Kratica za odjavu. -- -- -- -- Surt -- Drecera per a sortir. -- -- -- -- Odhlásit se -- Zkratka odhlášení. -- -- -- -- Allgofnodi -- Byrlwybr i allgofnodi. -- -- -- -- Logud -- Genvej til logud. -- -- -- -- Abmelden -- Abmelden-Tastenkombination. -- -- -- -- Αποσύνδεση -- Σύντομευση αποσύνδεσης. -- -- -- -- Log out -- Log out's shortcut. -- -- -- -- Log out -- Log out's shortcut. -- -- -- -- Terminar sesión -- Combinación de teclas para terminar sesión. -- -- -- -- Kirjaudu ulos -- Ulos kirjaava pikanäppäin. -- -- -- -- Déconnexion -- Raccourci clavier de « Déconnexion ». -- -- -- -- બહાર નીકળો -- બહાર નીકળવાનું ટુંકાણ. -- -- -- -- लॉग आउट -- लॉगआउट का शॉर्टकट. -- -- -- -- Kijelentkezés -- Kijelentkezés gyorsbillentyűje. -- -- -- -- Keluar -- Tombol untuk keluar dari sistem. -- -- -- -- Termina sessione -- Scorciatoia di «Termina sessione». -- -- -- -- ログアウト -- ログアウトする機能のショートカットです。 -- -- -- -- 로그아웃 -- 로그아웃 바로 가기. -- -- -- -- Atsijungti -- Atsijungimo susiejimas. -- -- -- -- Одјави се -- Кратенка за одјава. -- -- -- -- Logg ut -- Snarvei for å logge ut. -- -- -- -- Afmelden -- Sneltoets voor afmelden -- -- -- -- Logg ut -- Snøggtast som loggar ut. -- -- -- -- Logg ut -- Snarvei for å logge ut. -- -- -- -- E-tšwa -- Kgaoletšo ya go tšwa. -- -- -- -- ਬਾਹਰੀ ਦਰ -- ਬਾਹਰੀ ਦਰ ਦਾ ਸ਼ਾਰਟਕਟ ਹੈ। -- -- -- -- Wylogowanie -- Klawisz skrótu wylogowania. -- -- -- -- Terminar a sessão -- Atalho para terminar a sessão. -- -- -- -- Sair -- Atalho para Sair -- -- -- -- Deautentificare -- Combinaţie pentru Deautentificare -- -- -- -- Завершить сеанс -- Комбинация клавиш для завершения сеанса. -- -- -- -- Dil jashtë -- Shpejtuesi i tasteve për daljen jashtë(log out). -- -- -- -- Одјава -- Пречица за одјављивање. -- -- -- -- Odjava -- Prečica za odjavljivanje. -- -- -- -- Logga ut -- Genvägen för logga ut. -- -- -- -- இட அமைவு. -- _கனிமேசை குறுக்கு வழிகள். -- -- -- -- ออกจากระบบ -- ปุ่มลัดสำหรับออกจากระบบ -- -- -- -- Çıkış -- Çıkış'ın kısayolu. -- -- -- -- Завершення роботи -- Комбінація клавіш для завершення роботи. -- -- -- -- Đăng xuất -- Phím tắt Đăng xuất. -- -- -- -- 注销 -- 注销的快捷键。 -- -- -- -- Phuma -- Phuma ngokunqamula. -- -- -- -- -- - /schemas/apps/gnome_settings_daemon/keybindings/eject - /apps/gnome_settings_daemon/keybindings/eject - string -diff -ur control-center-2.8.2/schemas/apps_gnome_settings_daemon_keybindings.schemas.in control-center-2.8.2-patched/schemas/apps_gnome_settings_daemon_keybindings.schemas.in ---- control-center-2.8.2/schemas/apps_gnome_settings_daemon_keybindings.schemas.in 2004-05-18 01:03:38.000000000 +0800 -+++ control-center-2.8.2-patched/schemas/apps_gnome_settings_daemon_keybindings.schemas.in 2005-02-24 15:13:01.977033720 +0800 -@@ -50,18 +50,6 @@ - - - -- /schemas/apps/gnome_settings_daemon/keybindings/power -- /apps/gnome_settings_daemon/keybindings/power -- string -- -- -- Log out -- Log out's shortcut. -- -- -- -- -- - /schemas/apps/gnome_settings_daemon/keybindings/eject - /apps/gnome_settings_daemon/keybindings/eject - string diff --git a/gnome-base/control-center/files/digest-control-center-2.10.2 b/gnome-base/control-center/files/digest-control-center-2.10.2 new file mode 100644 index 000000000000..b8bc4df6fbec --- /dev/null +++ b/gnome-base/control-center/files/digest-control-center-2.10.2 @@ -0,0 +1 @@ +MD5 36022dcd340dac004903f5dadc8af589 control-center-2.10.2.tar.bz2 2833639 diff --git a/gnome-base/control-center/files/digest-control-center-2.8.1-r1 b/gnome-base/control-center/files/digest-control-center-2.8.1-r1 deleted file mode 100644 index 3d5859c76a3c..000000000000 --- a/gnome-base/control-center/files/digest-control-center-2.8.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7bd9c12b9abb05b6fcf7b4906b6918ea control-center-2.8.1.tar.bz2 2547071 diff --git a/gnome-base/control-center/files/digest-control-center-2.8.2 b/gnome-base/control-center/files/digest-control-center-2.8.2 deleted file mode 100644 index afdb9b154589..000000000000 --- a/gnome-base/control-center/files/digest-control-center-2.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 898ef25391c0330a31f36812fdc8a02f control-center-2.8.2.tar.bz2 2806342 -- cgit v1.2.3-65-gdbad