summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-08-13 23:10:51 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-08-13 23:10:51 +0000
commitdf2a5c0a2d3acc4a1fffa0215e038900545445a1 (patch)
treefe56369d09b548e87fe5a10c0e09429e278e2ef5 /dev-lisp/ecls/files
parentStable on ppc. (diff)
downloadhistorical-df2a5c0a2d3acc4a1fffa0215e038900545445a1.tar.gz
historical-df2a5c0a2d3acc4a1fffa0215e038900545445a1.tar.bz2
historical-df2a5c0a2d3acc4a1fffa0215e038900545445a1.zip
AS PER THE CHANGELOG: "New upstream version; Removed old ebuilds."
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lisp/ecls/files')
-rw-r--r--dev-lisp/ecls/files/0.9d-headers-gentoo.patch37
-rw-r--r--dev-lisp/ecls/files/0.9d-texinfo-gentoo.patch55
-rw-r--r--dev-lisp/ecls/files/0.9e-headers-gentoo.patch36
-rw-r--r--dev-lisp/ecls/files/0.9e-texinfo-gentoo.patch55
-rw-r--r--dev-lisp/ecls/files/0.9g-headers-gentoo.patch36
-rw-r--r--dev-lisp/ecls/files/digest-ecls-0.9d1
-rw-r--r--dev-lisp/ecls/files/digest-ecls-0.9e1
-rw-r--r--dev-lisp/ecls/files/digest-ecls-0.9g1
8 files changed, 37 insertions, 185 deletions
diff --git a/dev-lisp/ecls/files/0.9d-headers-gentoo.patch b/dev-lisp/ecls/files/0.9d-headers-gentoo.patch
deleted file mode 100644
index e8f2c299da0e..000000000000
--- a/dev-lisp/ecls/files/0.9d-headers-gentoo.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Only in ecl-0.9d: build
-diff --exclude 'Makefile*' --exclude '*~' -ur ecl-0.9d.orig/src/h/ecl.h ecl-0.9d/src/h/ecl.h
---- ecl-0.9d.orig/src/h/ecl.h 2004-11-29 18:46:38.000000000 -0600
-+++ ecl-0.9d/src/h/ecl.h 2004-11-29 21:13:29.099069235 -0600
-@@ -13,6 +13,9 @@
- See file '../Copyright' for full details.
- */
-
-+#ifndef __ECL_H__
-+#define __ECL_H__
-+
- #ifndef _MSC_VER
- #include <sys/param.h> /* includes <sys/signal.h> and <sys/types.h> */
- #else
-@@ -54,3 +57,5 @@
- #ifdef LOCATIVE
- #include <unify.h>
- #endif
-+
-+#endif
-diff --exclude 'Makefile*' --exclude '*~' -ur ecl-0.9d.orig/src/h/object.h ecl-0.9d/src/h/object.h
---- ecl-0.9d.orig/src/h/object.h 2004-11-29 18:46:38.000000000 -0600
-+++ ecl-0.9d/src/h/object.h 2004-11-29 21:13:07.333474284 -0600
-@@ -22,8 +22,13 @@
- Integer and boolean types (see config.h)
- */
-
-+#ifndef TRUE
- #define TRUE 1 /* boolean true value */
-+#endif
-+
-+#ifndef FALSE
- #define FALSE 0 /* boolean false value */
-+#endif
-
- #define CHAR_CODE_LIMIT 256 /* ASCII character code limit */
-
diff --git a/dev-lisp/ecls/files/0.9d-texinfo-gentoo.patch b/dev-lisp/ecls/files/0.9d-texinfo-gentoo.patch
deleted file mode 100644
index d8111bf42862..000000000000
--- a/dev-lisp/ecls/files/0.9d-texinfo-gentoo.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-Only in ecl-0.9d: Makefile
-diff --exclude '*~' -ur ecl-0.9d.orig/Makefile.in ecl-0.9d/Makefile.in
---- ecl-0.9d.orig/Makefile.in 2004-11-29 18:46:39.000000000 -0600
-+++ ecl-0.9d/Makefile.in 2004-11-29 20:53:09.479364087 -0600
-@@ -80,13 +80,6 @@
- uninstall:
- cd build; $(MAKE) uninstall
-
--# ==================== Documentation ====================
--
--info:
-- (cd ${srcdir}/doc; $(MAKE) info)
--dvi:
-- (cd ${srcdir}/doc; $(MAKE) dvi)
--
- # ==================== Cleaning up and miscellanea ====================
-
- # `clean'
-Only in ecl-0.9d: build
-diff --exclude '*~' -ur ecl-0.9d.orig/src/Makefile.in ecl-0.9d/src/Makefile.in
---- ecl-0.9d.orig/src/Makefile.in 2004-11-29 18:46:39.000000000 -0600
-+++ ecl-0.9d/src/Makefile.in 2004-11-29 20:48:57.000000000 -0600
-@@ -40,7 +40,7 @@
- LSP_LIBRARIES = @LSP_LIBRARIES@
- TARGETS = @TARGETS@
-
--all: $(TARGETS) ecl-config doc
-+all: $(TARGETS) ecl-config
- .PHONY: all
-
- %Makefile: $(srcdir)/%Makefile.in config.status
-@@ -94,7 +94,6 @@
- head -8 config.status | tail -6 >> $@
- install: BUILD-STAMP install-base
- cd c; $(MAKE) prefix=$(prefix) install
-- cd doc; $(MAKE) prefix=$(prefix) install
- install-base:
- $(mkinstalldirs) $(bindir) $(libdir)/h
- for i in $(TARGETS); do \
-@@ -108,15 +107,10 @@
- flatinstall: BUILD-STAMP
- $(MAKE) bindir=$(prefix) libdir=$(prefix) install-base
- cd c; $(MAKE) prefix=$(prefix) flatinstall
-- cd doc; $(MAKE) prefix=$(prefix) flatinstall
-
- uninstall:
- for i in $(TARGETS) ecl-config; do rm -rf $(bindir)/$$i; done
- rm -rf $(libdir)
-- cd doc; $(MAKE) uninstall
--
--doc: $(TARGETS)
-- cd doc; $(MAKE)
-
- clean: clean_lisp
- for i in ${SUBDIR}; do (cd $$i; $(MAKE) clean); done
diff --git a/dev-lisp/ecls/files/0.9e-headers-gentoo.patch b/dev-lisp/ecls/files/0.9e-headers-gentoo.patch
deleted file mode 100644
index 5d6ed9e54a6a..000000000000
--- a/dev-lisp/ecls/files/0.9e-headers-gentoo.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --exclude 'Makefile*' --exclude '*~' -ur ecl-0.9e.orig/src/h/ecl.h ecl-0.9e/src/h/ecl.h
---- ecl-0.9e.orig/src/h/ecl.h 2004-11-29 18:46:38.000000000 -0600
-+++ ecl-0.9e/src/h/ecl.h 2004-11-29 21:13:29.099069235 -0600
-@@ -13,6 +13,9 @@
- See file '../Copyright' for full details.
- */
-
-+#ifndef __ECL_H__
-+#define __ECL_H__
-+
- #ifndef _MSC_VER
- #include <sys/param.h> /* includes <sys/signal.h> and <sys/types.h> */
- #else
-@@ -54,3 +57,5 @@
- #ifdef LOCATIVE
- #include <unify.h>
- #endif
-+
-+#endif
-diff --exclude 'Makefile*' --exclude '*~' -ur ecl-0.9e.orig/src/h/object.h ecl-0.9e/src/h/object.h
---- ecl-0.9e.orig/src/h/object.h 2004-11-29 18:46:38.000000000 -0600
-+++ ecl-0.9e/src/h/object.h 2004-11-29 21:13:07.333474284 -0600
-@@ -22,8 +22,13 @@
- Integer and boolean types (see config.h)
- */
-
-+#ifndef TRUE
- #define TRUE 1 /* boolean true value */
-+#endif
-+
-+#ifndef FALSE
- #define FALSE 0 /* boolean false value */
-+#endif
-
- #define CHAR_CODE_LIMIT 256 /* ASCII character code limit */
-
diff --git a/dev-lisp/ecls/files/0.9e-texinfo-gentoo.patch b/dev-lisp/ecls/files/0.9e-texinfo-gentoo.patch
deleted file mode 100644
index 0e054df02df8..000000000000
--- a/dev-lisp/ecls/files/0.9e-texinfo-gentoo.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-diff -ur ecl-0.9e.orig/Makefile.in ecl-0.9e/Makefile.in
---- ecl-0.9e.orig/Makefile.in 2005-01-12 09:40:32.000000000 -0600
-+++ ecl-0.9e/Makefile.in 2005-01-12 12:57:15.043448705 -0600
-@@ -80,13 +80,6 @@
- uninstall:
- cd build; $(MAKE) uninstall
-
--# ==================== Documentation ====================
--
--info:
-- (cd ${srcdir}/doc; $(MAKE) info)
--dvi:
-- (cd ${srcdir}/doc; $(MAKE) dvi)
--
- # ==================== Cleaning up and miscellanea ====================
-
- # `clean'
-Only in ecl-0.9e: Makefile.in~
-diff -ur ecl-0.9e.orig/src/Makefile.in ecl-0.9e/src/Makefile.in
---- ecl-0.9e.orig/src/Makefile.in 2005-01-12 09:40:33.000000000 -0600
-+++ ecl-0.9e/src/Makefile.in 2005-01-12 12:57:59.106154696 -0600
-@@ -40,7 +40,7 @@
- LSP_LIBRARIES = @LSP_LIBRARIES@
- TARGETS = @TARGETS@
-
--all: $(TARGETS) ecl-config doc
-+all: $(TARGETS) ecl-config
- .PHONY: all
-
- %Makefile: $(srcdir)/%Makefile.in config.status
-@@ -94,7 +94,6 @@
- head -8 config.status | tail -6 >> $@
- install: BUILD-STAMP install-base
- cd c; $(MAKE) prefix=$(prefix) install
-- cd doc; $(MAKE) prefix=$(prefix) install
- install-base:
- $(mkinstalldirs) $(bindir) $(libdir)/h
- for i in $(TARGETS); do \
-@@ -108,15 +107,10 @@
- flatinstall: BUILD-STAMP
- $(MAKE) bindir=$(prefix) libdir=$(prefix) install-base
- cd c; $(MAKE) prefix=$(prefix) flatinstall
-- cd doc; $(MAKE) prefix=$(prefix) docdir=$(prefix)/doc flatinstall
-
- uninstall:
- for i in $(TARGETS) ecl-config; do rm -rf $(bindir)/$$i; done
- rm -rf $(libdir)
-- cd doc; $(MAKE) uninstall
--
--doc: $(TARGETS)
-- cd doc; $(MAKE)
-
- clean: clean_lisp
- for i in ${SUBDIR}; do (cd $$i; $(MAKE) clean); done
-Only in ecl-0.9e/src: Makefile.in~
diff --git a/dev-lisp/ecls/files/0.9g-headers-gentoo.patch b/dev-lisp/ecls/files/0.9g-headers-gentoo.patch
new file mode 100644
index 000000000000..e691d51e5c5f
--- /dev/null
+++ b/dev-lisp/ecls/files/0.9g-headers-gentoo.patch
@@ -0,0 +1,36 @@
+diff -ur ecl-0.9g.orig/src/h/ecl.h ecl-0.9g/src/h/ecl.h
+--- ecl-0.9g.orig/src/h/ecl.h 2005-08-12 11:26:42.000000000 -0500
++++ ecl-0.9g/src/h/ecl.h 2005-08-13 13:10:59.000000000 -0500
+@@ -13,6 +13,9 @@
+ See file '../Copyright' for full details.
+ */
+
++#ifndef __ECL_H__
++#define __ECL_H__
++
+ #ifndef _MSC_VER
+ #include <sys/param.h> /* includes <sys/signal.h> and <sys/types.h> */
+ #else
+@@ -69,3 +72,5 @@
+ #endif
+
+ typedef void (*ecl_init_function_t)(cl_object block);
++
++#endif
+diff -ur ecl-0.9g.orig/src/h/object.h ecl-0.9g/src/h/object.h
+--- ecl-0.9g.orig/src/h/object.h 2005-08-12 11:26:42.000000000 -0500
++++ ecl-0.9g/src/h/object.h 2005-08-13 13:18:03.000000000 -0500
+@@ -22,8 +22,13 @@
+ Integer and boolean types (see config.h)
+ */
+
++#ifndef TRUE
+ #define TRUE 1 /* boolean true value */
++#endif
++
++#ifndef FALSE
+ #define FALSE 0 /* boolean false value */
++#endif
+
+ #define CHAR_CODE_LIMIT 256 /* ASCII character code limit */
+
diff --git a/dev-lisp/ecls/files/digest-ecls-0.9d b/dev-lisp/ecls/files/digest-ecls-0.9d
deleted file mode 100644
index 8a0fcb9d1bcd..000000000000
--- a/dev-lisp/ecls/files/digest-ecls-0.9d
+++ /dev/null
@@ -1 +0,0 @@
-MD5 50da732c4a4d4824c8dd7c9e2f661ad6 ecl-0.9d.tgz 4340522
diff --git a/dev-lisp/ecls/files/digest-ecls-0.9e b/dev-lisp/ecls/files/digest-ecls-0.9e
deleted file mode 100644
index cd68a15f26f8..000000000000
--- a/dev-lisp/ecls/files/digest-ecls-0.9e
+++ /dev/null
@@ -1 +0,0 @@
-MD5 02d9b851d48697d65514c2c99ddb778b ecl-0.9e-fix-1.tgz 4351740
diff --git a/dev-lisp/ecls/files/digest-ecls-0.9g b/dev-lisp/ecls/files/digest-ecls-0.9g
new file mode 100644
index 000000000000..a1f85fa122de
--- /dev/null
+++ b/dev-lisp/ecls/files/digest-ecls-0.9g
@@ -0,0 +1 @@
+MD5 0ecbecd6e7d4df23b963398cd823ea92 ecl-0.9g.tar.gz 4248870