summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-04-16 20:55:03 +0000
committerUlrich Müller <ulm@gentoo.org>2007-04-16 20:55:03 +0000
commit1c5c952aa6806a87413323d3f2ebc7127200c93f (patch)
tree414334adcdd6bbf9f43c614f9fcf5a0a4b328a99 /app-editors
parentMarked stable on amd64 for bug #170101 (diff)
downloadgentoo-2-1c5c952aa6806a87413323d3f2ebc7127200c93f.tar.gz
gentoo-2-1c5c952aa6806a87413323d3f2ebc7127200c93f.tar.bz2
gentoo-2-1c5c952aa6806a87413323d3f2ebc7127200c93f.zip
Clean up.
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-cvs/ChangeLog8
-rw-r--r--app-editors/emacs-cvs/files/50emacs-23.0.0.envd1
-rw-r--r--app-editors/emacs-cvs/files/emacs-22.0.50.desktop8
-rw-r--r--app-editors/emacs-cvs/files/emacs-23.0.0.desktop8
-rw-r--r--app-editors/emacs-cvs/files/emacs-cvs-blessmail-build.patch22
-rw-r--r--app-editors/emacs-cvs/files/emacs-cvs-darwin-fsf-gcc.patch25
6 files changed, 7 insertions, 65 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index 65ec971e8e58..5b6485d3a199 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/emacs-cvs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.101 2007/04/16 20:19:48 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.102 2007/04/16 20:55:03 ulm Exp $
+
+ 16 Apr 2007; Ulrich Mueller <ulm@gentoo.org> -files/emacs-22.0.50.desktop,
+ -files/emacs-23.0.0.desktop, -files/50emacs-23.0.0.envd,
+ -files/emacs-cvs-blessmail-build.patch,
+ -files/emacs-cvs-darwin-fsf-gcc.patch:
+ Clean up.
*emacs-cvs-23.0.0-r6 (16 Apr 2007)
*emacs-cvs-22.0.9999-r10 (16 Apr 2007)
diff --git a/app-editors/emacs-cvs/files/50emacs-23.0.0.envd b/app-editors/emacs-cvs/files/50emacs-23.0.0.envd
deleted file mode 100644
index 41d1119fa86c..000000000000
--- a/app-editors/emacs-cvs/files/50emacs-23.0.0.envd
+++ /dev/null
@@ -1 +0,0 @@
-INFOPATH=/usr/share/info/emacs-23.0.0
diff --git a/app-editors/emacs-cvs/files/emacs-22.0.50.desktop b/app-editors/emacs-cvs/files/emacs-22.0.50.desktop
deleted file mode 100644
index 67952082f00a..000000000000
--- a/app-editors/emacs-cvs/files/emacs-22.0.50.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=GNU Emacs 22.0.50
-Comment=Emacs is the extensible, customizable, self-documenting real-time display editor.
-Icon=gnome-emacs.png
-Terminal=0
-Type=Application
-Categories=Application;Development;
-Exec=/usr/bin/emacs-22.0.50
diff --git a/app-editors/emacs-cvs/files/emacs-23.0.0.desktop b/app-editors/emacs-cvs/files/emacs-23.0.0.desktop
deleted file mode 100644
index 54da1ba9ba20..000000000000
--- a/app-editors/emacs-cvs/files/emacs-23.0.0.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=GNU Emacs 23.0.0
-Comment=Emacs is the extensible, customizable, self-documenting real-time display editor.
-Icon=gnome-emacs.png
-Terminal=0
-Type=Application
-Categories=Application;Development;
-Exec=/usr/bin/emacs-23.0.0
diff --git a/app-editors/emacs-cvs/files/emacs-cvs-blessmail-build.patch b/app-editors/emacs-cvs/files/emacs-cvs-blessmail-build.patch
deleted file mode 100644
index 03b072320435..000000000000
--- a/app-editors/emacs-cvs/files/emacs-cvs-blessmail-build.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- emacs-22.0.93/lib-src/Makefile.in~ 2007-01-17 16:53:20.000000000 +0100
-+++ emacs-22.0.93/lib-src/Makefile.in 2007-02-17 11:29:06.000000000 +0100
-@@ -23,6 +23,10 @@
- # inherited from the environment.
- SHELL = /bin/sh
-
-+# following two lines taken from ../lisp/Makefile.in
-+EMACS = ../src/emacs
-+EMACSOPT = -batch --no-site-file --multibyte
-+
- # ==================== Things `configure' will edit ====================
-
- CC=@CC@
-@@ -279,7 +283,7 @@
-
- #ifdef MOVEMAIL_NEEDS_BLESSING
- blessmail:
-- ../src/emacs -batch -l $(srcdir)/../lisp/mail/blessmail.el
-+ $(EMACS) $(EMACSOPT) -l $(srcdir)/../lisp/mail/blessmail.el
- chmod +x blessmail
- #endif
-
diff --git a/app-editors/emacs-cvs/files/emacs-cvs-darwin-fsf-gcc.patch b/app-editors/emacs-cvs/files/emacs-cvs-darwin-fsf-gcc.patch
deleted file mode 100644
index 60adb4889026..000000000000
--- a/app-editors/emacs-cvs/files/emacs-cvs-darwin-fsf-gcc.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-* Fabian Groffen <grobian@gentoo.org>
- Remove gcc-apple specific flags, such that we can compile with FSF GCC
-
---- src/s/darwin.h
-+++ src/s/darwin.h
-@@ -264,7 +264,7 @@
-
- /* Indicate that we are compiling for Mac OS X and where to find Mac
- specific headers. */
--#define C_SWITCH_SYSTEM -fpascal-strings -DMAC_OSX -I../mac/src
-+#define C_SWITCH_SYSTEM -DMAC_OSX -I../mac/src
-
- /* Link in the Carbon lib. */
- #ifdef HAVE_CARBON
---- configure
-+++ configure
-@@ -2383,7 +2383,7 @@
- esac
- opsys=darwin
- # Define CPP as follows to make autoconf work correctly.
-- CPP="${CC-cc} -E -no-cpp-precomp"
-+ CPP="${CC-cc} -E"
- ;;
-
- ## AT&T 3b2, 3b5, 3b15, 3b20