summaryrefslogtreecommitdiff
path: root/finance/emma/files
diff options
context:
space:
mode:
Diffstat (limited to 'finance/emma/files')
-rw-r--r--finance/emma/files/patch-aa10
-rw-r--r--finance/emma/files/patch-ab10
-rw-r--r--finance/emma/files/patch-ac11
-rw-r--r--finance/emma/files/patch-ad10
-rw-r--r--finance/emma/files/patch-ae19
-rw-r--r--finance/emma/files/patch-af11
-rw-r--r--finance/emma/files/patch-ag19
-rw-r--r--finance/emma/files/patch-ah41
-rw-r--r--finance/emma/files/patch-ai11
-rw-r--r--finance/emma/files/patch-aj20
-rw-r--r--finance/emma/files/patch-ak20
-rw-r--r--finance/emma/files/patch-al11
12 files changed, 0 insertions, 193 deletions
diff --git a/finance/emma/files/patch-aa b/finance/emma/files/patch-aa
deleted file mode 100644
index de34a1c5b9fc..000000000000
--- a/finance/emma/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/date_entry.c 2000/11/07 11:19:50 1.1
-+++ ./src/date_entry.c 2000/11/07 11:19:59
-@@ -3,7 +3,6 @@
- #include <gnome.h>
- #include "gnome-ucombo.h"
-
--#include <langinfo.h>
- #include <time.h>
-
- #include "misc.h"
diff --git a/finance/emma/files/patch-ab b/finance/emma/files/patch-ab
deleted file mode 100644
index 8479d52331bf..000000000000
--- a/finance/emma/files/patch-ab
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/interface.c 2000/11/07 11:20:32 1.1
-+++ ./src/interface.c 2000/11/07 11:20:40
-@@ -3,7 +3,6 @@
-
- #include <gnome.h>
-
--#include <langinfo.h>
- #include <stdio.h>
-
- #include <ctype.h>
diff --git a/finance/emma/files/patch-ac b/finance/emma/files/patch-ac
deleted file mode 100644
index e7660afe27d4..000000000000
--- a/finance/emma/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/limit_dlg.c 2000/11/07 11:23:56 1.1
-+++ ./src/limit_dlg.c 2000/11/07 11:24:08
-@@ -2,8 +2,6 @@
-
- #include <gnome.h>
-
--#include <langinfo.h>
--
- #include "acc_entry.h"
- #include "date_entry.h"
- #include "py_module.h"
diff --git a/finance/emma/files/patch-ad b/finance/emma/files/patch-ad
deleted file mode 100644
index e6923f45a7e6..000000000000
--- a/finance/emma/files/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/misc.c 2000/11/07 11:24:41 1.1
-+++ ./src/misc.c 2000/11/07 11:24:49
-@@ -2,7 +2,6 @@
-
- #include <ctype.h>
- #include <time.h>
--#include <langinfo.h>
-
- #include "data.h"
-
diff --git a/finance/emma/files/patch-ae b/finance/emma/files/patch-ae
deleted file mode 100644
index 0c366dc127ff..000000000000
--- a/finance/emma/files/patch-ae
+++ /dev/null
@@ -1,19 +0,0 @@
---- ./src/prefs.c 2000/11/07 11:25:16 1.1
-+++ ./src/prefs.c 2000/11/07 12:11:29
-@@ -3,7 +3,6 @@
- #include <gnome.h>
-
- #include <ctype.h>
--#include <langinfo.h>
-
- #include "interface.h"
- #include "actions.h"
-@@ -116,7 +115,7 @@
- gchar *path;
- gchar *format;
-
-- path = g_strdup_printf("/emma/Misc/DateFormat=%s", nl_langinfo(D_FMT));
-+ path = g_strdup_printf("/emma/Misc/DateFormat=%s", "%D");
- format = gnome_config_get_string(path);
-
- strncpy(misc_date_fmt, format, MISC_DATE_FMT_SIZE-1);
diff --git a/finance/emma/files/patch-af b/finance/emma/files/patch-af
deleted file mode 100644
index ea0d8c90adb2..000000000000
--- a/finance/emma/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/prefs_dlg.c 2000/11/07 12:12:14 1.1
-+++ ./src/prefs_dlg.c 2000/11/07 12:12:23
-@@ -2,8 +2,6 @@
-
- #include <gnome.h>
-
--#include <langinfo.h>
--
- #include "limit_dlg.h"
- #include "py_module.h"
- #include "misc.h"
diff --git a/finance/emma/files/patch-ag b/finance/emma/files/patch-ag
deleted file mode 100644
index 08210f036a82..000000000000
--- a/finance/emma/files/patch-ag
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/py_module.c.orig Wed Nov 1 10:10:18 2000
-+++ src/py_module.c Tue Nov 7 15:14:32 2000
-@@ -1,7 +1,6 @@
- #include <config.h>
-
- #include <ctype.h>
--#include <langinfo.h>
- #include <stdio.h>
- #include <time.h>
- #include <unistd.h>
-@@ -100,6 +99,8 @@
- strcpy(tmp, g_get_home_dir());
- strcat(tmp, "/.emma.py");
- py_module_include_file(tmp, FALSE);
-+
-+ py_module_include_file(PREFIX "/share/gnome/emma/emma.py", FALSE);
-
- py_module_include_file("/usr/share/emma.py", FALSE);
- py_module_include_file("/usr/local/share/emma.py", FALSE);
diff --git a/finance/emma/files/patch-ah b/finance/emma/files/patch-ah
deleted file mode 100644
index f063d227450b..000000000000
--- a/finance/emma/files/patch-ah
+++ /dev/null
@@ -1,41 +0,0 @@
---- src/report_druid.c.orig Thu Nov 2 15:20:59 2000
-+++ src/report_druid.c Tue Nov 7 15:02:22 2000
-@@ -1,6 +1,5 @@
- #include <config.h>
-
--#include <langinfo.h>
- #include <math.h>
-
- #include "date_entry.h"
-@@ -12,6 +11,10 @@
-
- #include "report_druid.h"
-
-+char *daynames[]={"Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"};
-+char *monthnames[]={"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", \
-+ "Aug", "Sep", "Oct", "Nov", "Dec"};
-+
- /*
- 0123456789012345678901234567890123456789012345678901234567890123456789012345678
- */
-@@ -693,9 +696,9 @@
- rgd = g_new(ReportGroupData, 1);
-
- if (i == 6)
-- strcpy(rgd->label, nl_langinfo(ABDAY_1));
-+ strcpy(rgd->label, daynames[6]);
- else
-- strcpy(rgd->label, nl_langinfo(ABDAY_2 + i));
-+ strcpy(rgd->label, daynames[i]);
-
- snprintf(rgd->expr, PY_EXPRESSION_MAX_SIZE, "Weekday() == %d", i+1);
-
-@@ -711,7 +714,7 @@
- ReportGroupData *rgd;
- rgd = g_new(ReportGroupData, 1);
-
-- strcpy(rgd->label, nl_langinfo(ABMON_1+i));
-+ strcpy(rgd->label, monthnames[i]);
-
- snprintf(rgd->expr, PY_EXPRESSION_MAX_SIZE, "Month() == %d", i+1);
-
diff --git a/finance/emma/files/patch-ai b/finance/emma/files/patch-ai
deleted file mode 100644
index 56b27d0b56d5..000000000000
--- a/finance/emma/files/patch-ai
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Tue Nov 7 15:25:26 2000
-+++ src/Makefile.in Tue Nov 7 15:19:32 2000
-@@ -140,7 +140,7 @@
-
-
- DEFS = @DEFS@ -I. -I$(srcdir) -I..
--CPPFLAGS = @CPPFLAGS@
-+CPPFLAGS = @CPPFLAGS@ -DPREFIX=\"@prefix@\"
- LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
- emma_OBJECTS = acc_entry.o account_dlg.o actions.o data.o date_entry.o \
diff --git a/finance/emma/files/patch-aj b/finance/emma/files/patch-aj
deleted file mode 100644
index 803404888a30..000000000000
--- a/finance/emma/files/patch-aj
+++ /dev/null
@@ -1,20 +0,0 @@
---- data/standard.py 2000/11/07 14:27:11 1.1
-+++ data/standard.py 2000/11/07 14:27:48
-@@ -48,7 +48,7 @@
- "Example : CurDay()");
-
- A = NormalisedTime()
--FirstDayOfMonth = time.mktime(A[0], A[1], 1, A[3], A[4], A[5], A[6], A[7], A[8]);
-+FirstDayOfMonth = time.mktime((A[0], A[1], 1, A[3], A[4], A[5], A[6], A[7], A[8]));
-
- def CurMonth():
- return emma.date() >= FirstDayOfMonth
-@@ -59,7 +59,7 @@
- "Example : CurMonth()");
-
- A = NormalisedTime()
--FirstDayOfYear = time.mktime(A[0], 1, 1, A[3], A[4], A[5], A[6], A[7], A[8]);
-+FirstDayOfYear = time.mktime((A[0], 1, 1, A[3], A[4], A[5], A[6], A[7], A[8]));
-
- def CurYear():
- return emma.date() >= FirstDayOfYear
diff --git a/finance/emma/files/patch-ak b/finance/emma/files/patch-ak
deleted file mode 100644
index 194b1a11757e..000000000000
--- a/finance/emma/files/patch-ak
+++ /dev/null
@@ -1,20 +0,0 @@
---- data/date.py 2000/11/07 14:34:00 1.1
-+++ data/date.py 2000/11/07 14:36:28
-@@ -57,7 +57,7 @@
- return emma.date() >= this.ticks() and emma.date() < next.ticks()
-
- emma.register_func("MonthExt",\
-- "Args: numMonths, offset\n\n",\
-+ "Args: numMonths, offset\n\n"\
- "Returns True if the transaction happened\n"\
- "in the next <numMonths> months offset by\n"\
- "<offset> weeks.\n\n"\
-@@ -72,7 +72,7 @@
- return emma.date() >= this.ticks() and emma.date() < next.ticks()
-
- emma.register_func("YearExt",\
-- "Args: numYears, offset\n\n",\
-+ "Args: numYears, offset\n\n"\
- "Returns True if the transaction happened in\n"\
- "the next <numYears> year offset by <offset>\n"\
- "years.\n\n"\
diff --git a/finance/emma/files/patch-al b/finance/emma/files/patch-al
deleted file mode 100644
index c6dc477ba2e8..000000000000
--- a/finance/emma/files/patch-al
+++ /dev/null
@@ -1,11 +0,0 @@
---- data/Makefile.in 2000/11/07 14:57:10 1.1
-+++ data/Makefile.in 2000/11/07 14:57:34
-@@ -125,7 +125,7 @@
- EXTRA_DIST = emma.py
-
-
--pkgdata_DATA = $(LIMIT_EXTENSION) $(REPORT_FILTERS)
-+pkgdata_DATA = $(LIMIT_EXTENSIONS) $(REPORT_FILTERS)
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../config.h
- CONFIG_CLEAN_FILES =