summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-09-05 22:17:38 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-09-05 22:17:38 +0000
commitcf588506b344663eeaa7a30516ecb2565d8f4221 (patch)
treeeb1c119eb190bb9de6344d2f66d02f65e8f0a1d1 /x11-plugins/allin1/files
parentEbuild submitted by Sebastian Dröge <sebastian.droege@gmx.de> in bug #56410. ... (diff)
downloadgentoo-2-cf588506b344663eeaa7a30516ecb2565d8f4221.tar.gz
gentoo-2-cf588506b344663eeaa7a30516ecb2565d8f4221.tar.bz2
gentoo-2-cf588506b344663eeaa7a30516ecb2565d8f4221.zip
x11-plugins/allin1-0.5.0 stable for x86. Wipe out older versions.
Diffstat (limited to 'x11-plugins/allin1/files')
-rw-r--r--x11-plugins/allin1/files/allin1-0.4.7-pl1.patch39
-rw-r--r--x11-plugins/allin1/files/digest-allin1-0.4.51
-rw-r--r--x11-plugins/allin1/files/digest-allin1-0.4.71
3 files changed, 0 insertions, 41 deletions
diff --git a/x11-plugins/allin1/files/allin1-0.4.7-pl1.patch b/x11-plugins/allin1/files/allin1-0.4.7-pl1.patch
deleted file mode 100644
index 4f910bd273db..000000000000
--- a/x11-plugins/allin1/files/allin1-0.4.7-pl1.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Index: allin1/src/battery.c
-diff -c allin1/src/battery.c:1.4 allin1/src/battery.c:1.5
-*** allin1/src/battery.c:1.4 Sun Mar 14 14:08:48 2004
---- allin1/src/battery.c Wed Jun 23 01:15:26 2004
-***************
-*** 45,51 ****
-
- int i;
- FILE *f;
-! char s[255];
-
- bm->ac_line_status = 1;
- bm->battery_status = 0xff;
---- 45,51 ----
-
- int i;
- FILE *f;
-! char s[255],*p;
-
- bm->ac_line_status = 1;
- bm->battery_status = 0xff;
-***************
-*** 58,64 ****
- while (!feof (f))
- {
- fgets (s, 254, f);
-! sscanf (s, "%d.%d %d.%d %x %x %x %x %d",&i,&i,&i,&i,&i,
- &(bm->ac_line_status),&(bm->battery_status),&i,&(bm->battery_percentage));
- }
- fclose(f);
---- 58,65 ----
- while (!feof (f))
- {
- fgets (s, 254, f);
-! p = strchr(s,' ');
-! sscanf (p, "%d.%d %x %x %x %x %d",&i,&i,&i,
- &(bm->ac_line_status),&(bm->battery_status),&i,&(bm->battery_percentage));
- }
- fclose(f);
diff --git a/x11-plugins/allin1/files/digest-allin1-0.4.5 b/x11-plugins/allin1/files/digest-allin1-0.4.5
deleted file mode 100644
index 3df909c93cba..000000000000
--- a/x11-plugins/allin1/files/digest-allin1-0.4.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6aac8cef79499aa5c0185aa7728ebda0 allin1-0.4.5.tar.gz 34648
diff --git a/x11-plugins/allin1/files/digest-allin1-0.4.7 b/x11-plugins/allin1/files/digest-allin1-0.4.7
deleted file mode 100644
index 3fb15a602d03..000000000000
--- a/x11-plugins/allin1/files/digest-allin1-0.4.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 60449dc4c4f69d21733ea2329fccdfcd allin1-0.4.7.tar.gz 41572