emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/system-packages e821fa2 056/117: Drop support for pacau


From: Stefan Monnier
Subject: [elpa] externals/system-packages e821fa2 056/117: Drop support for pacaur
Date: Fri, 14 Dec 2018 17:02:08 -0500 (EST)

branch: externals/system-packages
commit e821fa2ec72ffde6e12d2fded6ab4f40e6ae970f
Author: Alex Branham <address@hidden>
Commit: Alex Branham <address@hidden>

    Drop support for pacaur
    
    It's now unmaintained.  I'll add instructions to the README on how to
    add it back.
---
 README.org         |  1 -
 system-packages.el | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/README.org b/README.org
index df68f52..e2c5c63 100644
--- a/README.org
+++ b/README.org
@@ -40,7 +40,6 @@ packages more convenient through emacs.
 
   - brew
   - macports
-  - pacaur
   - pacman
   - apt
   - aptitude
diff --git a/system-packages.el b/system-packages.el
index 643cfeb..83111d9 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -87,24 +87,6 @@
            (list-dependencies-of . "port deps")
            (noconfirm . nil)))
     ;; Arch-based systems
-    (pacaur .
-            ((default-sudo . nil)
-             (install . "pacaur -S")
-             (search . "pacaur -Ss")
-             (uninstall . "pacaur -Rs")
-             (update . "pacaur -Syu")
-             (clean-cache . "pacaur -Sc")
-             (log . "cat /var/log/pacman.log")
-             (get-info . "pacaur -Qi")
-             (get-info-remote . "pacaur -Si")
-             (list-files-provided-by . "pacaur -Ql")
-             (verify-all-packages . "pacaur -Qkk")
-             (verify-all-dependencies . "pacaur -Dk")
-             (remove-orphaned . "pacaur -Rns $(pacman -Qtdq)")
-             (list-installed-packages . "pacaur -Qe")
-             (list-installed-packages-all . "pacaur -Q")
-             (list-dependencies-of . "pacaur -Qi")
-             (noconfirm . "--noconfirm")))
     (pacman .
             ((default-sudo . t)
              (install . "pacman -S")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]