summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2006-03-05 18:32:35 +0000
committerTom William Payne <twp@gentoo.org>2006-03-05 18:32:35 +0000
commit1f5c43cf9e122c85ed3c8bbe54fba2a46a2ca957 (patch)
tree08178525fc76f77cad1e594bb209a5e42f24bf24 /x11-wm/ion3/files
parentVersion bump (diff)
downloadhistorical-1f5c43cf9e122c85ed3c8bbe54fba2a46a2ca957.tar.gz
historical-1f5c43cf9e122c85ed3c8bbe54fba2a46a2ca957.tar.bz2
historical-1f5c43cf9e122c85ed3c8bbe54fba2a46a2ca957.zip
Version bump.
Package-Manager: portage-2.1_pre5-r2
Diffstat (limited to 'x11-wm/ion3/files')
-rw-r--r--x11-wm/ion3/files/digest-ion3-200512101
-rw-r--r--x11-wm/ion3/files/digest-ion3-200603053
-rw-r--r--x11-wm/ion3/files/ion3-20051029-statusd-locale.patch25
3 files changed, 3 insertions, 26 deletions
diff --git a/x11-wm/ion3/files/digest-ion3-20051210 b/x11-wm/ion3/files/digest-ion3-20051210
deleted file mode 100644
index c2aac3c41a52..000000000000
--- a/x11-wm/ion3/files/digest-ion3-20051210
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e6aeff49f559d48e8cedea354c77a347 ion-3ds-20051210.tar.gz 592804
diff --git a/x11-wm/ion3/files/digest-ion3-20060305 b/x11-wm/ion3/files/digest-ion3-20060305
new file mode 100644
index 000000000000..a73e528e3c21
--- /dev/null
+++ b/x11-wm/ion3/files/digest-ion3-20060305
@@ -0,0 +1,3 @@
+MD5 b2ab5225460a106dbe17a170219e594c ion-3ds-20060305.tar.gz 612653
+RMD160 f88b6777b4432850c65540ba896d36ef44a186d2 ion-3ds-20060305.tar.gz 612653
+SHA256 c06fe30f268d3c22dc82c3b06c0512c87e8b93b2dd7332f4d8f2fcbdac4378d7 ion-3ds-20060305.tar.gz 612653
diff --git a/x11-wm/ion3/files/ion3-20051029-statusd-locale.patch b/x11-wm/ion3/files/ion3-20051029-statusd-locale.patch
deleted file mode 100644
index 18ebf0cb9aa1..000000000000
--- a/x11-wm/ion3/files/ion3-20051029-statusd-locale.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -Naur ion-3ds-20051029/mod_statusbar/ion-statusd/ion-statusd.c ion-3ds/mod_statusbar/ion-statusd/ion-statusd.c
---- ion-3ds-20051029/mod_statusbar/ion-statusd/ion-statusd.c 2005-10-29 14:33:05.000000000 +0200
-+++ ion-3ds/mod_statusbar/ion-statusd/ion-statusd.c 2005-11-01 23:42:53.000000000 +0100
-@@ -24,6 +24,10 @@
- #include <libmainloop/signal.h>
- #include <libmainloop/defer.h>
-
-+#ifndef CF_NO_LOCALE
-+#include <locale.h>
-+#endif
-+
- #include "../../version.h"
-
-
-@@ -143,8 +147,10 @@
- int opt;
- bool quiet=FALSE;
-
-+#ifndef CF_NO_LOCALE
- if(setlocale(LC_ALL, "")==NULL)
- warn("setlocale() call failed.");
-+#endif
-
- configtab=extl_table_none();
-