diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-01-02 14:02:29 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-01-02 14:02:29 +0000 |
commit | bb92491e7b21e7ae60edbeaaec58a6bd69d9924b (patch) | |
tree | 3a263a6e2f4be4d8064ec2bd480181417b49682f /x11-misc/lineakd/files | |
parent | Keyworded ~sparc wrt #145970 and cleanup (diff) | |
download | historical-bb92491e7b21e7ae60edbeaaec58a6bd69d9924b.tar.gz historical-bb92491e7b21e7ae60edbeaaec58a6bd69d9924b.tar.bz2 historical-bb92491e7b21e7ae60edbeaaec58a6bd69d9924b.zip |
Keyworded ~sparc wrt #145970 and cleanup
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'x11-misc/lineakd/files')
-rw-r--r-- | x11-misc/lineakd/files/digest-lineakd-0.8.2 | 1 | ||||
-rw-r--r-- | x11-misc/lineakd/files/lkey-cast.patch | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/x11-misc/lineakd/files/digest-lineakd-0.8.2 b/x11-misc/lineakd/files/digest-lineakd-0.8.2 deleted file mode 100644 index 299548e0c34e..000000000000 --- a/x11-misc/lineakd/files/digest-lineakd-0.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 86bae5018d5fcf349bb665779b1f068d lineakd-0.8.2.tar.gz 830455 diff --git a/x11-misc/lineakd/files/lkey-cast.patch b/x11-misc/lineakd/files/lkey-cast.patch deleted file mode 100644 index 0779451f3754..000000000000 --- a/x11-misc/lineakd/files/lkey-cast.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur lineakd-0.7.2_/lineakd/lkey.cpp lineakd-0.7.2/lineakd/lkey.cpp ---- lineakd-0.7.2_/lineakd/lkey.cpp 2004-11-07 20:35:27.436720920 +0100 -+++ lineakd-0.7.2/lineakd/lkey.cpp 2004-11-07 20:35:40.906673176 +0100 -@@ -39,7 +39,7 @@ - name1|name2|name3 */ - string key = keyname; - int index; -- while (((unsigned int)(index = key.find('|'))) != string::npos) { -+ while (((index = key.find('|'))) != string::npos) { - toggle = true; - dtoggle = true; - string tmp = key.substr(0,index); |