commit:     7195b9cf07a3eb7cac415a54e38db3bf0f43506e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 18:36:43 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 18:36:43 2024 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=7195b9cf

Drop the sitedir action

* emacs-updater (OPTIONS): The "sitedir" action is now invalid;
it was a no-op since version 1.14 released in 2014.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog     | 3 +++
 emacs-updater | 3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a733bed..a5ad13a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2024-12-07  Ulrich Müller  <[email protected]>
 
+       * emacs-updater (OPTIONS): The "sitedir" action is now invalid;
+       it was a no-op since version 1.14 released in 2014.
+
        * emacs-updater (pm_portage): Pass --getbinpkg=n to Portage.
        Fixes bug 945381.
 

diff --git a/emacs-updater b/emacs-updater
index c666aaa..2e17099 100755
--- a/emacs-updater
+++ b/emacs-updater
@@ -144,9 +144,6 @@ do
                    rebuild|all)
                        ACTIONS="${ACTIONS}${ACTIONS:+ }${action}"
                        ;;
-                   sitedir)
-                       echo "Obsolete action '$action' ignored."
-                       ;;
                    *)
                        echo "Invalid action '$action' given!"
                        usage 1

Reply via email to