diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-04-08 17:12:39 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-04-08 17:12:39 +0000 |
commit | 250f453ff0201184d061242a25ab1c738c089663 (patch) | |
tree | dad9011743523c950f3e09b2ffe93b5bb9906387 /app-editors/emacs/files | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-250f453ff0201184d061242a25ab1c738c089663.tar.gz gentoo-2-250f453ff0201184d061242a25ab1c738c089663.tar.bz2 gentoo-2-250f453ff0201184d061242a25ab1c738c089663.zip |
Use giflib instead of libungif; bug #85720. Installs correct desktop entry; bug #86932.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-editors/emacs/files')
-rw-r--r-- | app-editors/emacs/files/digest-emacs-21.4-r1 | 2 | ||||
-rw-r--r-- | app-editors/emacs/files/emacs-21.desktop | 3 | ||||
-rw-r--r-- | app-editors/emacs/files/emacs-22.0.50.desktop | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/app-editors/emacs/files/digest-emacs-21.4-r1 b/app-editors/emacs/files/digest-emacs-21.4-r1 new file mode 100644 index 000000000000..57a8aeb49fa3 --- /dev/null +++ b/app-editors/emacs/files/digest-emacs-21.4-r1 @@ -0,0 +1,2 @@ +MD5 0a68ea5b29bb2f081ba8dd85d37bb9bc emacs-21.4.tar.gz 20516657 +MD5 1c968c37e22be0f0d8f8cd57cebe5a5e leim-21.3.tar.gz 3291224 diff --git a/app-editors/emacs/files/emacs-21.desktop b/app-editors/emacs/files/emacs-21.desktop index 4d1bfd0b1b62..ffd8a10643c9 100644 --- a/app-editors/emacs/files/emacs-21.desktop +++ b/app-editors/emacs/files/emacs-21.desktop @@ -4,4 +4,5 @@ Comment=Emacs is the extensible, customizable, self-documenting real-time displa Icon=gnome-emacs.png Terminal=0 Type=Application -Exec=/usr/bin/emacs-21 +Categories=Application;Utility;TextEditor; +Exec=/usr/bin/emacs.emacs-21 diff --git a/app-editors/emacs/files/emacs-22.0.50.desktop b/app-editors/emacs/files/emacs-22.0.50.desktop index 9450a26f6e95..04dca1597b81 100644 --- a/app-editors/emacs/files/emacs-22.0.50.desktop +++ b/app-editors/emacs/files/emacs-22.0.50.desktop @@ -4,4 +4,5 @@ Comment=Emacs is the extensible, customizable, self-documenting real-time displa Icon=gnome-emacs.png Terminal=0 Type=Application +Categories=Application;Utility;TextEditor; Exec=/usr/bin/emacs-22.0.50 |