diff options
author | Marius Mauch <genone@gentoo.org> | 2006-02-10 18:11:06 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2006-02-10 18:11:06 +0000 |
commit | 23ccc138e7f0dafea77981ca0197ed653ca45321 (patch) | |
tree | 92e13fe24978350c37a5dd544db06f608c4bc2ea /mail-client | |
parent | Version bump to sc-2.0.0, dropping previous versions (diff) | |
download | gentoo-2-23ccc138e7f0dafea77981ca0197ed653ca45321.tar.gz gentoo-2-23ccc138e7f0dafea77981ca0197ed653ca45321.tar.bz2 gentoo-2-23ccc138e7f0dafea77981ca0197ed653ca45321.zip |
drop obsolete patch
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed-claws-acpi-notifier/files/acpi_notifier-0.3-ibm.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/mail-client/sylpheed-claws-acpi-notifier/files/acpi_notifier-0.3-ibm.patch b/mail-client/sylpheed-claws-acpi-notifier/files/acpi_notifier-0.3-ibm.patch deleted file mode 100644 index 0e79c790fbb5..000000000000 --- a/mail-client/sylpheed-claws-acpi-notifier/files/acpi_notifier-0.3-ibm.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- src/acpi_notifier.c.orig 2005-11-04 14:22:00.000000000 +0100 -+++ src/acpi_notifier.c 2005-11-04 14:22:05.000000000 +0100 -@@ -55,6 +55,7 @@ - {"Other", "", "", ""}, - {"ACER", "1", "0", "/proc/driver/acerhk/led"}, - {"ASUS", "1", "0", "/proc/acpi/asus/mled"}, -+ {"IBM", "7 on", "7 off", "/proc/acpi/ibm/led"}, - {NULL, NULL, NULL, NULL} - }; - -@@ -545,7 +546,7 @@ - if (on) { - fwrite(acpiprefs.on_param, 1, strlen(acpiprefs.on_param), fp); - } else { -- fwrite(acpiprefs.off_param, 1, strlen(acpiprefs.on_param), fp); -+ fwrite(acpiprefs.off_param, 1, strlen(acpiprefs.off_param), fp); - } - fclose(fp); - } |