From 5dfcd408b756f62e9ce9af3243b56456624d58d6 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Sun, 27 Nov 2022 12:56:32 +0800 Subject: [PATCH] rosenthal: Remove emacs-org-rainbow-tags. [upstreamed] * rosenthal/packages/emacs-xyz.scm (emacs-org-rainbow-tags): Delete variable. --- rosenthal/packages/emacs-xyz.scm | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/rosenthal/packages/emacs-xyz.scm b/rosenthal/packages/emacs-xyz.scm index 4867c78..3002fdd 100644 --- a/rosenthal/packages/emacs-xyz.scm +++ b/rosenthal/packages/emacs-xyz.scm @@ -130,32 +130,6 @@ and metrics generated from your programming activity.") (license license:gpl3+)))) -;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59555 -(define-public emacs-org-rainbow-tags - ;; Upstream didn't tag version. - (let ((commit "c6040d228c5e8c5c6d33c7f81fc09d935ad1bcbd")) - (package - (name "emacs-org-rainbow-tags") - (version "0.1-pre") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/KaratasFurkan/org-rainbow-tags") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "006nx01sby8k0fc9lf63ldf0sl94ihldyrvqr9r18fb1gpzvivl6")))) - (build-system emacs-build-system) - (home-page "https://github.com/KaratasFurkan/org-rainbow-tags") - (synopsis - "Colorize org tags automatically to make them visually distinguishable") - (description - "This package adds random colors to your org tags. In order to make -colors random but consistent between same tags, colors are generated from the -hash of the tag names.") - (license license:gpl3)))) - (define-public emacs-org-rainbow-tags-dev (let ((revision "11") (commit "6001ec9345bea4e60b2178940ef197c055d5a5d8"))