summaryrefslogtreecommitdiff
path: root/misc/emma/files
diff options
context:
space:
mode:
Diffstat (limited to 'misc/emma/files')
-rw-r--r--misc/emma/files/patch-ai11
-rw-r--r--misc/emma/files/patch-aj20
-rw-r--r--misc/emma/files/patch-ak20
-rw-r--r--misc/emma/files/patch-al11
4 files changed, 0 insertions, 62 deletions
diff --git a/misc/emma/files/patch-ai b/misc/emma/files/patch-ai
deleted file mode 100644
index 56b27d0b56d5..000000000000
--- a/misc/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/misc/emma/files/patch-aj b/misc/emma/files/patch-aj
deleted file mode 100644
index 803404888a30..000000000000
--- a/misc/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/misc/emma/files/patch-ak b/misc/emma/files/patch-ak
deleted file mode 100644
index 194b1a11757e..000000000000
--- a/misc/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/misc/emma/files/patch-al b/misc/emma/files/patch-al
deleted file mode 100644
index c6dc477ba2e8..000000000000
--- a/misc/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 =