branch: externals/system-packages
commit e821fa2ec72ffde6e12d2fded6ab4f40e6ae970f
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
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")