From: "Ulrich Mueller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs-1.1 commit in: /
Date: Fri, 22 Jun 2012 17:29:20 +0000 (UTC) [thread overview]
Message-ID: <1180034100.e62b9220f0a5a4d5bdc59b01a057dfe81c517c37.ulm@gentoo> (raw)
commit: e62b9220f0a5a4d5bdc59b01a057dfe81c517c37
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 19:15:00 2007 +0000
Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu May 24 19:15:00 2007 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=e62b9220
Honour ROOT and use write_list_start in xemacs_info. ChangeLog emacsified and in reverse chronological order.
svn path=/emacs-extra/eselect-emacs/; revision=330
---
ChangeLog | 118 +++++++++++++++++++++++++++-----------------------------
emacs.eselect | 8 ++-
2 files changed, 62 insertions(+), 64 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5525fdc..adf8c8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-05-24 Ulrich Mueller <ulm@gentoo.org>
+ * emacs.eselect (xemacs_info): Use write_list_start function.
+ Honour ${ROOT}.
+
* Makefile (PV): Extract version from new ChangeLog format.
2007-05-24 Christian Faulhammer <opfer@gentoo.org>
@@ -21,7 +24,7 @@
2007-04-16 Ulrich Mueller <ulm@gentoo.org>
- * Updated e-mail address in man page.
+ * emacs.eselect.5: Updated e-mail address in man page.
2007-04-04 Ulrich Mueller <ulm@gentoo.org>
@@ -29,74 +32,72 @@
2007-04-01 Ulrich Mueller <ulm@gentoo.org>
- * Check for range of array in set_symlinks().
-
- * Error message added.
+ * emacs.eselect (set_symlinks): Check for range of array and
+ display error message.
2007-03-29 Ulrich Mueller <ulm@gentoo.org>
- * version 0.7
-
- * Svn keywords activated.
+ * Desktop entries and icons moved to emacs-desktop.
- * Fixed typo and capitalised "Emacs" where appropriate.
+ * emacs.eselect.5: Fixed typo and capitalised "Emacs" where
+ appropriate. Added copyright notice.
- * Added copyright notice.
+ * SVN keywords activated.
- * Desktop entries and icons moved to emacs-desktop.
+ * version 0.7
2007-03-28 Ulrich Mueller <ulm@gentoo.org>
- * version 0.6
+ * emacs.eselect.5: Added man page.
- * Undo previous change
+ * emacs.eselect (do_set, do_update): Undo previous change.
- * Added man page
+ * version 0.6
2007-03-27 Ulrich Mueller <ulm@gentoo.org>
- * Call env.eselect to update the environment from env.d files.
-
- * Brought do_set and do_update more in line.
-
- * Check for root in do_set and do_update.
+ * emacs.eselect (set_symlinks): env.eselect seems to be buggy; use
+ env-update instead.
+ (do_set, do_update): Brought more in line. Check for root.
+ Redundant remove_symlinks removed.
- * env.eselect seems to be buggy; use env-update instead.
-
- * Redundant remove_symlinks removed.
+ * emacs.eselect (set_symlinks): Call env.eselect to update the
+ environment from env.d files.
2007-03-24 Ulrich Mueller <ulm@gentoo.org>
- * version 0.5
+ * emacsclient.desktop (Exec): Removed -n option.
- * Removed -n option in emacsclient.desktop.
+ * version 0.5
2007-03-23 Ulrich Mueller <ulm@gentoo.org>
- * MimeType and TryExec keys added to emacs.desktop.
+ * emacsclient.desktop: New file.
- * Desktop file for emacsclient.
+ * emacs.desktop (MimeType, TryExec): Add keys.
2007-03-22 Ulrich Mueller <ulm@gentoo.org>
- * Handling of compression extensions made more robust.
+ * emacs.eselect: Added some comments.
* version 0.4
- * Added some comments to emacs.eselect.
+ * emacs.eselect (set_man_symlinks): Handling of compression
+ extensions made more robust.
2007-03-21 Ulrich Mueller <ulm@gentoo.org>
- * Make linking to XEmacs auxiliary programs really work.
+ * emacs_*.png, gnured_48.png: Added two alternative icons (not
+ used yet): emacs_48.png is from etc/images/icons of the
+ Emacs sources, gnured_48.png is based on an image taken
+ from http://www.ee.ryerson.ca/~elf/emacs/logo/ and scaled
+ down.
- * Some cleanup.
+ * emacs.desktop (Type): Set Type=Application only
- * Set Type=Application only in desktop file.
-
- * Added two alternative icons (not used yet):
- emacs_48.png is from etc/images/icons of the Emacs sources,
- gnured_48.png is based on an image taken from
- http://www.ee.ryerson.ca/~elf/emacs/logo/ and scaled down.
+ * emacs.eselect (set_symlinks, set_bin_symlinks,
+ set_man_symlinks): Make linking to XEmacs auxiliary programs
+ really work. Some cleanup.
2007-03-19 Christian Faulhammer <opfer@gentoo.org>
@@ -104,42 +105,37 @@
2007-03-19 Ulrich Mueller <ulm@gentoo.org>
- * Removal of man page symlinks in remove_symlinks() simplified.
-
- * Use emacs-${SLOT} instead of emacs-emacs-${SLOT} as symlink target.
-
- * Test if Info directory exists.
+ * emacs.eselect (set_infopath): Test if Info directory exists.
+ (find_targets, set_symlinks): Use emacs-${SLOT} instead of
+ emacs-emacs-${SLOT} as symlink target.
2007-03-18 Ulrich Mueller <ulm@gentoo.org>
- * version 0.2
+ * emacs.eselect (set_bin_symlinks, set_symlinks, do_update):
+ If Emacs was not found, link {c,e}tags to XEmacs versions.
+ (set_man_symlinks, set_symlinks, do_show, do_list): Suffix changed
+ from ".emacs-${SLOT}" to "-emacs-${SLOT}".
+ (remove_symlinks): Removal of man page symlinks simplified.
- * If Emacs was not found, link {c,e}tags to XEmacs versions.
-
- * Suffix changed from ".emacs-${SLOT}" to "-emacs-${SLOT}".
+ * version 0.2
2007-03-17 Ulrich Mueller <ulm@gentoo.org>
- * do_update() now updates to the newest available version.
-
- * Cleanup env.d file in do_update().
+ * emacs.eselect (do_update): Update to the newest available
+ version.
+ (remove_infopath): New function.
+ (remove_symlinks): Cleanup env.d file in do_update().
2007-03-16 Ulrich Mueller <ulm@gentoo.org>
- * Remove man symlinks with all possible compress extensions.
-
- * Honour ${ROOT} in set_man_symlinks.
-
- * Don't test for -z ${extension} since the empty string
- is a legal value (meaning no compression).
-
- * We don't have "providers" but versions.
-
- * Create symlinks for existing binaries only.
-
- * Added gfdl to MANPAGELIST.
-
- * Use MANPAGELIST instead of BINARYLIST for manpage removal.
+ * emacs.eselect (remove_symlinks, set_man_symlinks): Remove man
+ symlinks with all possible compress extensions. Honour ${ROOT} in
+ set_man_symlinks. Don't test for -z ${extension} since the empty
+ string is a legal value (meaning no compression).
+ (do_set, do_update): We don't have "providers" but versions.
+ (remove_symlinks, set_symlinks): Create symlinks for existing
+ binaries only. Added gfdl to MANPAGELIST. Use MANPAGELIST instead
+ of BINARYLIST for manpage removal.
2007-03-15 Christian Faulhammer <opfer@gentoo.org>
diff --git a/emacs.eselect b/emacs.eselect
index 70b3c9b..54709ca 100644
--- a/emacs.eselect
+++ b/emacs.eselect
@@ -122,9 +122,11 @@ set_symlinks() {
}
xemacs_info() {
- # This is just informational to tell that XEmacs has been found, a wish from graaff
- if [[ -e /usr/bin/xemacs ]]; then
- write_kv_list_entry "XEmacs also available"
+ # This is just informational to tell that XEmacs has been found,
+ # a wish from graaff
+ if [[ -e "${ROOT}/usr/bin/xemacs" ]]; then
+ echo
+ write_list_start "XEmacs is also available"
fi
}
next reply other threads:[~2012-06-22 17:31 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-22 17:29 Ulrich Mueller [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-22 17:29 [gentoo-commits] proj/emacs-tools:eselect-emacs-1.1 commit in: / Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
2012-06-22 17:29 Ulrich Mueller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1180034100.e62b9220f0a5a4d5bdc59b01a057dfe81c517c37.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox