diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-03-02 18:44:45 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-03-02 18:44:45 +0000 |
commit | 3c4e61db3e377d3e259f1dd340a278020d76b3f8 (patch) | |
tree | 7281bb707acaa1f851c4c9d069b2b17edddd488a /app-editors/emacs/files | |
parent | added flags for PPC64, fixes bug 152006, reported by corsair, solution found ... (diff) | |
download | gentoo-2-3c4e61db3e377d3e259f1dd340a278020d76b3f8.tar.gz gentoo-2-3c4e61db3e377d3e259f1dd340a278020d76b3f8.tar.bz2 gentoo-2-3c4e61db3e377d3e259f1dd340a278020d76b3f8.zip |
remove some unnecessary files
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-editors/emacs/files')
-rw-r--r-- | app-editors/emacs/files/emacs-22.0.50.desktop | 8 | ||||
-rw-r--r-- | app-editors/emacs/files/emacs-nofink-gentoo.diff | 42 |
2 files changed, 0 insertions, 50 deletions
diff --git a/app-editors/emacs/files/emacs-22.0.50.desktop b/app-editors/emacs/files/emacs-22.0.50.desktop deleted file mode 100644 index 67952082f00a..000000000000 --- a/app-editors/emacs/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/files/emacs-nofink-gentoo.diff b/app-editors/emacs/files/emacs-nofink-gentoo.diff deleted file mode 100644 index a09185303d13..000000000000 --- a/app-editors/emacs/files/emacs-nofink-gentoo.diff +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.in.orig Wed Sep 22 02:03:18 2004 -+++ configure.in Wed Sep 22 02:11:16 2004 -@@ -1126,12 +1126,12 @@ - machine=powermac opsys=darwin - # Define CPP as follows to make autoconf work correctly. - CPP="${CC-cc} -E -no-cpp-precomp" -- # Use fink packages if available. -- if test -d /sw/include && test -d /sw/lib; then -- GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" -- CPP="${CPP} ${GCC_TEST_OPTIONS}" -- NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} -- fi -+# # Use fink packages if available. -+# if test -d /sw/include && test -d /sw/lib; then -+# GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" -+# CPP="${CPP} ${GCC_TEST_OPTIONS}" -+# NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} -+# fi - ;; - - ## AMD x86-64 Linux-based GNU system ---- configure.orig Wed Sep 22 02:18:49 2004 -+++ configure Wed Sep 22 02:20:03 2004 -@@ -2601,12 +2601,12 @@ - machine=powermac opsys=darwin - # Define CPP as follows to make autoconf work correctly. - CPP="${CC-cc} -E -no-cpp-precomp" -- # Use fink packages if available. -- if test -d /sw/include && test -d /sw/lib; then -- GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" -- CPP="${CPP} ${GCC_TEST_OPTIONS}" -- NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} -- fi -+# # Use fink packages if available. -+# if test -d /sw/include && test -d /sw/lib; then -+# GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" -+# CPP="${CPP} ${GCC_TEST_OPTIONS}" -+# NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} -+# fi - ;; - - ## AMD x86-64 Linux-based GNU system |