From b599ab2705d82888a62ac8a0adc6d1cb334519ca Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 30 Dec 2023 16:33:43 +0100 Subject: [PATCH 001/577] Remove "pow" package It was a client for http://pow.cx/, which doesn't exist anymore. --- recipes/pow | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/pow diff --git a/recipes/pow b/recipes/pow deleted file mode 100644 index 8db85ff1e15..00000000000 --- a/recipes/pow +++ /dev/null @@ -1 +0,0 @@ -(pow :repo "yukihr/emacs-pow" :fetcher github) From d82c7daa606c1c0c2ed4abe7601c16e8b261de12 Mon Sep 17 00:00:00 2001 From: Peter Badida Date: Mon, 1 Jan 2024 20:37:14 +0100 Subject: [PATCH 002/577] Add recipe for ob-base64 (#8833) --- recipes/ob-base64 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/ob-base64 diff --git a/recipes/ob-base64 b/recipes/ob-base64 new file mode 100644 index 00000000000..7317c660942 --- /dev/null +++ b/recipes/ob-base64 @@ -0,0 +1,3 @@ +(ob-base64 + :fetcher github + :repo "KeyWeeUsr/ob-base64") From 64a39c1ab11c4bfee737bda22b39eea47e07ed74 Mon Sep 17 00:00:00 2001 From: Merytamun Date: Tue, 2 Jan 2024 04:40:22 +0800 Subject: [PATCH 003/577] Add recipe for mu4e-crypto (#8854) --- recipes/mu4e-crypto | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/mu4e-crypto diff --git a/recipes/mu4e-crypto b/recipes/mu4e-crypto new file mode 100644 index 00000000000..5dece0e5eb1 --- /dev/null +++ b/recipes/mu4e-crypto @@ -0,0 +1 @@ +(mu4e-crypto :repo "meritamen/mu4e-crypto" :fetcher github) From 1da7f56e080d81d965b98ee59ca14512442302da Mon Sep 17 00:00:00 2001 From: jrasband <50338020+jrasband@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:53:14 -0600 Subject: [PATCH 004/577] Add recipe for biblio-gbooks (#8857) --- recipes/biblio-gbooks | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/biblio-gbooks diff --git a/recipes/biblio-gbooks b/recipes/biblio-gbooks new file mode 100644 index 00000000000..d63b21c8c2f --- /dev/null +++ b/recipes/biblio-gbooks @@ -0,0 +1 @@ +(biblio-gbooks :fetcher github :repo "jrasband/biblio-gbooks") From c9cffcacb8af80318020e02d0e38c653673dcb14 Mon Sep 17 00:00:00 2001 From: ellisvelo <34197597+ellisvelo@users.noreply.github.com> Date: Mon, 1 Jan 2024 15:05:10 -0600 Subject: [PATCH 005/577] Update recipes for lognav-mode and multi-project (#8862) --- recipes/lognav-mode | 2 +- recipes/multi-project | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/lognav-mode b/recipes/lognav-mode index 2b4101c1f20..d2e9f6ab57e 100644 --- a/recipes/lognav-mode +++ b/recipes/lognav-mode @@ -1 +1 @@ -(lognav-mode :fetcher hg :url "https://hg.osdn.net/view/lognav-mode/lognav-mode") +(lognav-mode :fetcher github :repo "ellisvelo/lognav-mode") diff --git a/recipes/multi-project b/recipes/multi-project index 8a3eb8d805e..4cd263e666d 100644 --- a/recipes/multi-project +++ b/recipes/multi-project @@ -1 +1 @@ -(multi-project :fetcher hg :url "https://hg.osdn.net/view/multi-project/multi-project") +(multi-project :fetcher github :repo "ellisvelo/multi-project") From d6e796026ef5abb0f55c40af84bc5b3ff352b47b Mon Sep 17 00:00:00 2001 From: Aliaksei Artamonau Date: Mon, 1 Jan 2024 13:09:03 -0800 Subject: [PATCH 006/577] Add recipe for ivy-hoogle (#8863) --- recipes/ivy-hoogle | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/ivy-hoogle diff --git a/recipes/ivy-hoogle b/recipes/ivy-hoogle new file mode 100644 index 00000000000..fcfb680db3c --- /dev/null +++ b/recipes/ivy-hoogle @@ -0,0 +1 @@ +(ivy-hoogle :fetcher github :repo "aartamonau/ivy-hoogle") From add3089ff62ba64bff96523768d18b79653bd491 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 2 Jan 2024 17:04:07 +0100 Subject: [PATCH 007/577] Update repositories of kostafey's packages See #8807. --- recipes/ejc-sql | 2 +- recipes/organic-green-theme | 2 +- recipes/popup-switcher | 2 +- recipes/temporary-persistent | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/ejc-sql b/recipes/ejc-sql index b8d869faa9d..446b916438f 100644 --- a/recipes/ejc-sql +++ b/recipes/ejc-sql @@ -1,3 +1,3 @@ (ejc-sql :repo "kostafey/ejc-sql" :files (:defaults "project.clj" "src" "snippets") - :fetcher github) + :fetcher gitlab) diff --git a/recipes/organic-green-theme b/recipes/organic-green-theme index 21ceba7b622..5c94e1b3bc7 100644 --- a/recipes/organic-green-theme +++ b/recipes/organic-green-theme @@ -1,2 +1,2 @@ (organic-green-theme :repo "kostafey/organic-green-theme" - :fetcher github) + :fetcher gitlab) diff --git a/recipes/popup-switcher b/recipes/popup-switcher index a9ece57e0db..6558b768550 100644 --- a/recipes/popup-switcher +++ b/recipes/popup-switcher @@ -1,2 +1,2 @@ (popup-switcher :repo "kostafey/popup-switcher" - :fetcher github) + :fetcher gitlab) diff --git a/recipes/temporary-persistent b/recipes/temporary-persistent index 280a3a65e6e..fcdba9fd209 100644 --- a/recipes/temporary-persistent +++ b/recipes/temporary-persistent @@ -1,2 +1,2 @@ (temporary-persistent :repo "kostafey/temporary-persistent" - :fetcher github) + :fetcher gitlab) From 1edb34f48e8217600839f6d12daffa33e7a593f3 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 2 Jan 2024 17:20:35 +0100 Subject: [PATCH 008/577] Remove archived "bitbucket" package --- recipes/bitbucket | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/bitbucket diff --git a/recipes/bitbucket b/recipes/bitbucket deleted file mode 100644 index 252faead4ad..00000000000 --- a/recipes/bitbucket +++ /dev/null @@ -1 +0,0 @@ -(bitbucket :fetcher github :repo "tjaartvdwalt/bitbucket.el") From 1ac417c463e595a08d078a7b60c8ac4a3e3f49ec Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 5 Jan 2024 15:08:46 +0100 Subject: [PATCH 009/577] Update sphinx-frontend's repository --- recipes/sphinx-frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/sphinx-frontend b/recipes/sphinx-frontend index 7e04436177a..922a048ed74 100644 --- a/recipes/sphinx-frontend +++ b/recipes/sphinx-frontend @@ -1,2 +1,2 @@ (sphinx-frontend :repo "kostafey/sphinx-frontend" - :fetcher github) + :fetcher gitlab) From 313a500ae727ff1497c03803b12920baefeccd99 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 5 Jan 2024 15:34:18 +0100 Subject: [PATCH 010/577] Update url of jest's repository The old url redirects to the new url. --- recipes/jest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/jest b/recipes/jest index 77fb2ea2dde..f998f040184 100644 --- a/recipes/jest +++ b/recipes/jest @@ -1 +1 @@ -(jest :repo "Emiller88/emacs-jest" :fetcher github) +(jest :repo "edmundmiller/emacs-jest" :fetcher github) From 6fc1f1cae1c86e2216a43b6c3210d54a1c735740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ragnar=20Dahl=C3=A9n?= Date: Sun, 7 Jan 2024 21:03:02 +0100 Subject: [PATCH 011/577] Add recipe for tabby-mode (#8861) --- recipes/tabby-mode | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/tabby-mode diff --git a/recipes/tabby-mode b/recipes/tabby-mode new file mode 100644 index 00000000000..945ccbdd129 --- /dev/null +++ b/recipes/tabby-mode @@ -0,0 +1 @@ +(tabby-mode :fetcher github :repo "ragnard/tabby-mode") From 28e67b7ae24652913c1f66d9b46e0101189ffd12 Mon Sep 17 00:00:00 2001 From: Dave Anderson Date: Sun, 7 Jan 2024 12:45:40 -0800 Subject: [PATCH 012/577] Add recipe for templ-ts-mode (#8875) --- recipes/templ-ts-mode | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/templ-ts-mode diff --git a/recipes/templ-ts-mode b/recipes/templ-ts-mode new file mode 100644 index 00000000000..56e3bcccb28 --- /dev/null +++ b/recipes/templ-ts-mode @@ -0,0 +1 @@ +(templ-ts-mode :fetcher github :repo "danderson/templ-ts-mode") From e5ce95a4e9468c201e3dd7d02fe43245c36b64cd Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Mon, 8 Jan 2024 02:13:22 +0100 Subject: [PATCH 013/577] Add recipe for kagi (#8871) --- recipes/kagi | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/kagi diff --git a/recipes/kagi b/recipes/kagi new file mode 100644 index 00000000000..1081d83a264 --- /dev/null +++ b/recipes/kagi @@ -0,0 +1,3 @@ +(kagi + :fetcher codeberg + :repo "bram85/kagi.el") From 060c87774d09bc17dd059244c69feeb16646754f Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Mon, 8 Jan 2024 10:16:00 +0900 Subject: [PATCH 014/577] Add recipe for sly-overlay (#8874) --- recipes/sly-overlay | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/sly-overlay diff --git a/recipes/sly-overlay b/recipes/sly-overlay new file mode 100644 index 00000000000..0be3f61a379 --- /dev/null +++ b/recipes/sly-overlay @@ -0,0 +1 @@ +(sly-overlay :fetcher sourcehut :repo "fosskers/sly-overlay") From 2654ef1ec4e7be3f123a1e41c71c9336bd662b6d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 015/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/akirak diff --git a/recipes/akirak b/recipes/akirak new file mode 100644 index 00000000000..b06e706487e --- /dev/null +++ b/recipes/akirak @@ -0,0 +1 @@ +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 1e6ed891ba0edff92dcaa1ac1d9e4281a30aa2ed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 016/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/beancount | 1 + recipes/benchmark-init | 7 ++++++- recipes/eglot-x | 1 + recipes/eval-in-repl | 6 +++--- recipes/ghelp | 1 + recipes/haskell-tng-mode | 3 +++ recipes/nano-theme | 1 + recipes/org-dynamic-bullets | 2 ++ recipes/org-visual-indent | 2 ++ recipes/queue | 3 +++ recipes/source-peek | 1 + recipes/turbo-log | 1 + recipes/vundo | 1 + 13 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 recipes/beancount create mode 100644 recipes/eglot-x create mode 100644 recipes/ghelp create mode 100644 recipes/haskell-tng-mode create mode 100644 recipes/nano-theme create mode 100644 recipes/org-dynamic-bullets create mode 100644 recipes/org-visual-indent create mode 100644 recipes/queue create mode 100644 recipes/source-peek create mode 100644 recipes/turbo-log create mode 100644 recipes/vundo diff --git a/recipes/beancount b/recipes/beancount new file mode 100644 index 00000000000..dece931e30c --- /dev/null +++ b/recipes/beancount @@ -0,0 +1 @@ +(beancount :fetcher github :repo "beancount/beancount-mode") \ No newline at end of file diff --git a/recipes/benchmark-init b/recipes/benchmark-init index 340b7683a19..bdb3be1ba56 100644 --- a/recipes/benchmark-init +++ b/recipes/benchmark-init @@ -1 +1,6 @@ -(benchmark-init :fetcher github :repo "dholm/benchmark-init-el") +;; I initially intended to use this fork until a bugfix PR is merged. +;; +;; However, I added another patch which further enhances the package, +;; so I probably won't switch back to the original. +;; https://github.com/akirak/benchmark-init-el/commit/cc16e08c3d3a6e0044046b74c3f6544e46250d4a +(benchmark-init :fetcher github :repo "akirak/benchmark-init-el") \ No newline at end of file diff --git a/recipes/eglot-x b/recipes/eglot-x new file mode 100644 index 00000000000..3931ad6c914 --- /dev/null +++ b/recipes/eglot-x @@ -0,0 +1 @@ +(eglot-x :fetcher github :repo "nemethf/eglot-x") diff --git a/recipes/eval-in-repl b/recipes/eval-in-repl index 365594ce859..a15ed5315d7 100644 --- a/recipes/eval-in-repl +++ b/recipes/eval-in-repl @@ -1,3 +1,3 @@ -(eval-in-repl :fetcher github - :repo "kaz-yos/eval-in-repl" - :commit "origin/master") +;; Override the recipe because :commit "origin/master" +;; is problematic in the Nix fetcher +(eval-in-repl :fetcher github :repo "kaz-yos/eval-in-repl") \ No newline at end of file diff --git a/recipes/ghelp b/recipes/ghelp new file mode 100644 index 00000000000..a9a3455c7c2 --- /dev/null +++ b/recipes/ghelp @@ -0,0 +1 @@ +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/haskell-tng-mode b/recipes/haskell-tng-mode new file mode 100644 index 00000000000..be84670d15e --- /dev/null +++ b/recipes/haskell-tng-mode @@ -0,0 +1,3 @@ +(haskell-tng-mode :fetcher gitlab :repo "tseenshe/haskell-tng.el" + :branch "tng" + :files ("*.el" (:exclude "haskell-tng-extra-*.el"))) \ No newline at end of file diff --git a/recipes/nano-theme b/recipes/nano-theme new file mode 100644 index 00000000000..bb62abb65ac --- /dev/null +++ b/recipes/nano-theme @@ -0,0 +1 @@ +(nano-theme :fetcher github :repo "rougier/nano-theme") \ No newline at end of file diff --git a/recipes/org-dynamic-bullets b/recipes/org-dynamic-bullets new file mode 100644 index 00000000000..081e68b9d46 --- /dev/null +++ b/recipes/org-dynamic-bullets @@ -0,0 +1,2 @@ +(org-dynamic-bullets :fetcher github :repo "legalnonsense/org-visual-outline" + :files ("org-dynamic-bullets.el")) \ No newline at end of file diff --git a/recipes/org-visual-indent b/recipes/org-visual-indent new file mode 100644 index 00000000000..d14aefed2ba --- /dev/null +++ b/recipes/org-visual-indent @@ -0,0 +1,2 @@ +(org-visual-indent :fetcher github :repo "legalnonsense/org-visual-outline" + :files ("org-visual-indent.el")) \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file diff --git a/recipes/source-peek b/recipes/source-peek new file mode 100644 index 00000000000..cc0ef656cfb --- /dev/null +++ b/recipes/source-peek @@ -0,0 +1 @@ +(source-peek :fetcher github :repo "iqbalansari/emacs-source-peek") \ No newline at end of file diff --git a/recipes/turbo-log b/recipes/turbo-log new file mode 100644 index 00000000000..7e0a0e1e8d2 --- /dev/null +++ b/recipes/turbo-log @@ -0,0 +1 @@ +(turbo-log :fetcher github :repo "Artawower/turbo-log") \ No newline at end of file diff --git a/recipes/vundo b/recipes/vundo new file mode 100644 index 00000000000..8174c3c8878 --- /dev/null +++ b/recipes/vundo @@ -0,0 +1 @@ +(vundo :fetcher github :repo "casouri/vundo") \ No newline at end of file From 659cce1755f74d3df5e545c7189a7a0bcbd252be Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:10:13 +0900 Subject: [PATCH 017/577] Add the recipe for twist --- recipes/twist | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/twist diff --git a/recipes/twist b/recipes/twist new file mode 100644 index 00000000000..c861486dbd4 --- /dev/null +++ b/recipes/twist @@ -0,0 +1 @@ +(twist :fetcher github :repo "emacs-twist/twist.el") \ No newline at end of file From 420881e47dca47c1c35dd7052f1efd19e1620c4c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 018/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 6a418f59093bf6a6b01df3cb5c460d2dcc49695e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 17 Feb 2022 19:06:44 +0900 Subject: [PATCH 019/577] Add org-volume --- recipes/org-volume | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-volume diff --git a/recipes/org-volume b/recipes/org-volume new file mode 100644 index 00000000000..38d39887d3f --- /dev/null +++ b/recipes/org-volume @@ -0,0 +1 @@ +(org-volume :fetcher github :repo "akirak/org-volume") \ No newline at end of file From eb81e34b90cca9cbbf1c47ed4401d953c3add00a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 020/577] Split ghelp recipes --- recipes/ghelp | 3 ++- recipes/ghelp-eglot | 2 ++ recipes/ghelp-geiser | 2 ++ recipes/ghelp-helpful | 2 ++ recipes/ghelp-sly | 2 ++ 5 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 recipes/ghelp-eglot create mode 100644 recipes/ghelp-geiser create mode 100644 recipes/ghelp-helpful create mode 100644 recipes/ghelp-sly diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) diff --git a/recipes/ghelp-eglot b/recipes/ghelp-eglot new file mode 100644 index 00000000000..c3b5ccd4628 --- /dev/null +++ b/recipes/ghelp-eglot @@ -0,0 +1,2 @@ +(ghelp :fetcher github :repo "casouri/ghelp" + :files ("ghelp-eglot.el")) diff --git a/recipes/ghelp-geiser b/recipes/ghelp-geiser new file mode 100644 index 00000000000..6f1bd41e14c --- /dev/null +++ b/recipes/ghelp-geiser @@ -0,0 +1,2 @@ +(ghelp :fetcher github :repo "casouri/ghelp" + :files ("ghelp-geiser.el")) diff --git a/recipes/ghelp-helpful b/recipes/ghelp-helpful new file mode 100644 index 00000000000..23091221ef4 --- /dev/null +++ b/recipes/ghelp-helpful @@ -0,0 +1,2 @@ +(ghelp :fetcher github :repo "casouri/ghelp" + :files ("ghelp-helpful.el")) diff --git a/recipes/ghelp-sly b/recipes/ghelp-sly new file mode 100644 index 00000000000..91c52b87f35 --- /dev/null +++ b/recipes/ghelp-sly @@ -0,0 +1,2 @@ +(ghelp :fetcher github :repo "casouri/ghelp" + :files ("ghelp-sly.el")) \ No newline at end of file From 87f2ae6bd1088ad83c1f76b43c314ed29e4fc436 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 25 Feb 2022 17:41:03 +0900 Subject: [PATCH 021/577] Add notebook (by rougier) --- recipes/notebook | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/notebook diff --git a/recipes/notebook b/recipes/notebook new file mode 100644 index 00000000000..3cfcc4c23ce --- /dev/null +++ b/recipes/notebook @@ -0,0 +1 @@ +(notebook :fetcher github :repo "rougier/notebook-mode") From fedb767197689b6ce8e8ffe3db1011df7ce06708 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 022/577] Add nix3 --- recipes/nix3 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/nix3 diff --git a/recipes/nix3 b/recipes/nix3 new file mode 100644 index 00000000000..2f8cc7c46e5 --- /dev/null +++ b/recipes/nix3 @@ -0,0 +1,3 @@ +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 81021d357014d7fba93b1c3b12ab29d353bf6ee7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 23:55:29 +0900 Subject: [PATCH 023/577] Add readable --- recipes/readable | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/readable diff --git a/recipes/readable b/recipes/readable new file mode 100644 index 00000000000..013202307c0 --- /dev/null +++ b/recipes/readable @@ -0,0 +1 @@ +(readable :fetcher github :repo "akirak/readable.el") From 6353d6dc1c82481ccf9a4152842f1efb5ad61255 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Feb 2022 21:10:53 +0900 Subject: [PATCH 024/577] Add huan --- recipes/huan | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/huan diff --git a/recipes/huan b/recipes/huan new file mode 100644 index 00000000000..26ec13ff0af --- /dev/null +++ b/recipes/huan @@ -0,0 +1 @@ +(huan :fetcher github :repo "akirak/huan.el") From 2e476aa0aa8b97715213b1af618fe7793aad0000 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Tue, 1 Mar 2022 02:00:27 +0900 Subject: [PATCH 025/577] Add clipurl and clipsave --- recipes/clipsave | 2 ++ recipes/clipurl | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 recipes/clipsave create mode 100644 recipes/clipurl diff --git a/recipes/clipsave b/recipes/clipsave new file mode 100644 index 00000000000..6987f4c6318 --- /dev/null +++ b/recipes/clipsave @@ -0,0 +1,2 @@ +(clipurl :fetcher github :repo "akirak/clipurl.el" + :files ("clipsave.el")) diff --git a/recipes/clipurl b/recipes/clipurl new file mode 100644 index 00000000000..c3ef7a93f13 --- /dev/null +++ b/recipes/clipurl @@ -0,0 +1,2 @@ +(clipurl :fetcher github :repo "akirak/clipurl.el" + :files ("clipurl.el")) From 2dd92841ec7de00a62cb413c6199a670860e3248 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 3 Mar 2022 16:28:53 +0900 Subject: [PATCH 026/577] Add org-dog --- recipes/consult-org-dog | 2 ++ recipes/org-dog | 1 + recipes/org-dog-embark | 2 ++ recipes/org-dog-facade | 3 +++ 4 files changed, 8 insertions(+) create mode 100644 recipes/consult-org-dog create mode 100644 recipes/org-dog create mode 100644 recipes/org-dog-embark create mode 100644 recipes/org-dog-facade diff --git a/recipes/consult-org-dog b/recipes/consult-org-dog new file mode 100644 index 00000000000..097fab88001 --- /dev/null +++ b/recipes/consult-org-dog @@ -0,0 +1,2 @@ +(consult-org-dog :fetcher github :repo "akirak/org-dog" + :files ("extra/consult-org-dog.el")) diff --git a/recipes/org-dog b/recipes/org-dog new file mode 100644 index 00000000000..204516a5da4 --- /dev/null +++ b/recipes/org-dog @@ -0,0 +1 @@ +(org-dog :fetcher github :repo "akirak/org-dog") diff --git a/recipes/org-dog-embark b/recipes/org-dog-embark new file mode 100644 index 00000000000..97865a51e53 --- /dev/null +++ b/recipes/org-dog-embark @@ -0,0 +1,2 @@ +(org-dog-embark :fetcher github :repo "akirak/org-dog" + :files ("extra/org-dog-embark.el")) diff --git a/recipes/org-dog-facade b/recipes/org-dog-facade new file mode 100644 index 00000000000..9df27dc18fa --- /dev/null +++ b/recipes/org-dog-facade @@ -0,0 +1,3 @@ +(org-dog-facade :fetcher github :repo "akirak/org-dog" + :files ("extra/org-dog-facade.el" + "extra/org-dog-datetree.el")) From 8ee757f7a36bd81a073169565f0706ac55bc964e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 18 Mar 2022 02:03:22 +0900 Subject: [PATCH 027/577] Add duckduckgo --- recipes/duckduckgo | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/duckduckgo diff --git a/recipes/duckduckgo b/recipes/duckduckgo new file mode 100644 index 00000000000..6ac76d86cd5 --- /dev/null +++ b/recipes/duckduckgo @@ -0,0 +1 @@ +(duckduckgo :fetcher github :repo "akirak/duckduckgo.el") From 1590ffa8acefb6a35794491b79624eb8bbee7103 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 028/577] Add riben --- recipes/riben | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/riben diff --git a/recipes/riben b/recipes/riben new file mode 100644 index 00000000000..8d624be818e --- /dev/null +++ b/recipes/riben @@ -0,0 +1 @@ +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 2d679e72794c82f2e32aa9b39c4768bcd05f879c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 029/577] Add avy-riben --- recipes/avy-riben | 2 ++ recipes/riben | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 recipes/avy-riben diff --git a/recipes/avy-riben b/recipes/avy-riben new file mode 100644 index 00000000000..93b815b2854 --- /dev/null +++ b/recipes/avy-riben @@ -0,0 +1,2 @@ +(avy-riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files ("avy-riben.el")) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From c6e1a7f65f82e4048c2545e66da282a91eaff108 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 030/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From ad3d838ec250c1d918d8ea93235760cd663b16ac Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Tue, 12 Apr 2022 11:47:36 +0900 Subject: [PATCH 031/577] Add org-epubinfo --- recipes/org-epubinfo | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-epubinfo diff --git a/recipes/org-epubinfo b/recipes/org-epubinfo new file mode 100644 index 00000000000..b9444336c20 --- /dev/null +++ b/recipes/org-epubinfo @@ -0,0 +1 @@ +(org-epubinfo :fetcher github :repo "akirak/org-epubinfo") From efb5671a88591e24e99840f27ee5c5a26a47cd4b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 13 Apr 2022 22:13:19 +0900 Subject: [PATCH 032/577] Add org-linker and org-linker-edna These recipes were stolen from the readme of org-linker-edna . --- recipes/org-linker | 1 + recipes/org-linker-edna | 1 + 2 files changed, 2 insertions(+) create mode 100644 recipes/org-linker create mode 100644 recipes/org-linker-edna diff --git a/recipes/org-linker b/recipes/org-linker new file mode 100644 index 00000000000..956ddcfcbcd --- /dev/null +++ b/recipes/org-linker @@ -0,0 +1 @@ +(org-linker :repo "toshism/org-linker" :fetcher github) \ No newline at end of file diff --git a/recipes/org-linker-edna b/recipes/org-linker-edna new file mode 100644 index 00000000000..13f85567679 --- /dev/null +++ b/recipes/org-linker-edna @@ -0,0 +1 @@ +(org-linker-edna :repo "toshism/org-linker-edna" :fetcher github) From 9fa215de561fbe88e7268da516cf242a1a890f0f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 14 Apr 2022 02:00:34 +0900 Subject: [PATCH 033/577] Add org-bb --- recipes/org-bb | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-bb diff --git a/recipes/org-bb b/recipes/org-bb new file mode 100644 index 00000000000..25b5dc9d544 --- /dev/null +++ b/recipes/org-bb @@ -0,0 +1 @@ +(org-bb :fetcher github :repo "akirak/org-blockers-block") From 207b40e8a59f4802511604213b5ad8107e5404f9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 16 Apr 2022 01:56:10 +0900 Subject: [PATCH 034/577] Add orgabilize --- recipes/orgabilize | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/orgabilize diff --git a/recipes/orgabilize b/recipes/orgabilize new file mode 100644 index 00000000000..8cfe40e3757 --- /dev/null +++ b/recipes/orgabilize @@ -0,0 +1 @@ +(orgabilize :fetcher github :repo "akirak/orgabilize.el") From 02f6d51ad9d7298fb1bfef2e1321e6e7c8151833 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 20 Apr 2022 17:34:18 +0900 Subject: [PATCH 035/577] Separate recipes for dash-docs and use-package-dash-docs use-package-dash-docs depends on use-package, which is not listed as a dependency of dash-docs. --- recipes/dash-docs | 3 ++- recipes/use-package-dash-docs | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 recipes/use-package-dash-docs diff --git a/recipes/dash-docs b/recipes/dash-docs index e573b5219c9..195b95299ea 100644 --- a/recipes/dash-docs +++ b/recipes/dash-docs @@ -1,2 +1,3 @@ (dash-docs :repo "dash-docs-el/dash-docs" - :fetcher github) + :fetcher github + :files (:defaults (:exclude "use-package-dash-docs.el"))) diff --git a/recipes/use-package-dash-docs b/recipes/use-package-dash-docs new file mode 100644 index 00000000000..e219600c662 --- /dev/null +++ b/recipes/use-package-dash-docs @@ -0,0 +1,3 @@ +(use-package-dash-docs :repo "dash-docs-el/dash-docs" + :fetcher github + :files ("use-package-dash-docs.el")) From 9019f284552b5d6aefc05f57f15174cb73dd77b9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 24 Apr 2022 00:41:48 +0900 Subject: [PATCH 036/577] Add dired-auto-readme by Arthur Miller --- recipes/dired-auto-readme | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/dired-auto-readme diff --git a/recipes/dired-auto-readme b/recipes/dired-auto-readme new file mode 100644 index 00000000000..c59571a399b --- /dev/null +++ b/recipes/dired-auto-readme @@ -0,0 +1 @@ +(dired-auto-readme :fetcher github :repo "amno1/dired-auto-readme") From 48155e61a3c1a32645152b898b3cf9744e83a31f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 24 Apr 2022 00:45:58 +0900 Subject: [PATCH 037/577] Add org-pretty-table This is required by dired-auto-readme --- recipes/org-pretty-table | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-pretty-table diff --git a/recipes/org-pretty-table b/recipes/org-pretty-table new file mode 100644 index 00000000000..f1324ef8dc0 --- /dev/null +++ b/recipes/org-pretty-table @@ -0,0 +1 @@ +(org-pretty-table :fetcher github :repo "Fuco1/org-pretty-table") From 40f24238e74104d0401dcf2ba2825e3fa02af124 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 2 May 2022 01:04:59 +0900 Subject: [PATCH 038/577] Add grammatical-edit --- recipes/grammatical-edit | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/grammatical-edit diff --git a/recipes/grammatical-edit b/recipes/grammatical-edit new file mode 100644 index 00000000000..d09f8d8de14 --- /dev/null +++ b/recipes/grammatical-edit @@ -0,0 +1 @@ +(grammatical-edit :fetcher github :repo "manateelazycat/grammatical-edit") From 512ad547aadffb788fccac1dfaf1f4c569049cb8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 22 May 2022 03:05:14 +0900 Subject: [PATCH 039/577] Add org-dog-export --- recipes/org-dog-export | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/org-dog-export diff --git a/recipes/org-dog-export b/recipes/org-dog-export new file mode 100644 index 00000000000..5624086bd29 --- /dev/null +++ b/recipes/org-dog-export @@ -0,0 +1,2 @@ +(org-dog-export :fetcher github :repo "akirak/org-dog" + :files ("extra/org-dog-export.el")) \ No newline at end of file From a1fd961fa80fdac73415dc6b1416fab5cf5a4244 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 29 May 2022 15:28:58 +0900 Subject: [PATCH 040/577] Add an unofficial recipe for embark-org The upstream repository does not have a repository for this package yet. This recipe should be overridden once the package is officially registered (or becomes part of embark). --- recipes/embark-org | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/embark-org diff --git a/recipes/embark-org b/recipes/embark-org new file mode 100644 index 00000000000..4bf2233bd0f --- /dev/null +++ b/recipes/embark-org @@ -0,0 +1,2 @@ +(embark-org :fetcher github :repo "oantolin/embark" + :files ("embark-org.el")) \ No newline at end of file From 20fe2258e666a7f23febb9dd65017559278ce1b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Jun 2022 13:02:31 +0900 Subject: [PATCH 041/577] Add insert-translated-name --- recipes/insert-translated-name | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/insert-translated-name diff --git a/recipes/insert-translated-name b/recipes/insert-translated-name new file mode 100644 index 00000000000..2e836388f5d --- /dev/null +++ b/recipes/insert-translated-name @@ -0,0 +1 @@ +(insert-translated-name :fetcher github :repo "manateelazycat/insert-translated-name") From 1774dfcf1a1aeb739862d5c8bebee62bb76b748a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 4 Aug 2022 12:30:37 +0900 Subject: [PATCH 042/577] Add poly-astro --- recipes/poly-astro | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/poly-astro diff --git a/recipes/poly-astro b/recipes/poly-astro new file mode 100644 index 00000000000..f0ebf851a08 --- /dev/null +++ b/recipes/poly-astro @@ -0,0 +1 @@ +(poly-astro :fetcher github :repo "pablo-abc/poly-astro") \ No newline at end of file From b1132243908d5734964d13086260a92f96623a97 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 8 Aug 2022 11:54:21 +0900 Subject: [PATCH 043/577] Add gleam-mode --- recipes/gleam-mode | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/gleam-mode diff --git a/recipes/gleam-mode b/recipes/gleam-mode new file mode 100644 index 00000000000..cc68db21a2c --- /dev/null +++ b/recipes/gleam-mode @@ -0,0 +1 @@ +(gleam-mode :fetcher github :repo "gleam-lang/gleam-mode") From 917d98445d470748842d20fc49a5da1d49cc3330 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 19 Aug 2022 15:37:30 +0900 Subject: [PATCH 044/577] Add org-super-links --- recipes/org-super-links | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/org-super-links diff --git a/recipes/org-super-links b/recipes/org-super-links new file mode 100644 index 00000000000..c211de9c683 --- /dev/null +++ b/recipes/org-super-links @@ -0,0 +1,2 @@ +(org-super-links :fetcher github :repo "toshism/org-super-links" + :files ("org-super-links.el")) \ No newline at end of file From 39b04af5cb45d1fcf6d76d430b017db53b6af0b4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 19 Aug 2022 23:56:56 +0900 Subject: [PATCH 045/577] Add recipe for org-lang-env --- recipes/org-lang-env | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-lang-env diff --git a/recipes/org-lang-env b/recipes/org-lang-env new file mode 100644 index 00000000000..fd0c2a5d6c3 --- /dev/null +++ b/recipes/org-lang-env @@ -0,0 +1 @@ +(org-lang-env :fetcher github :repo "akirak/org-lang-env") \ No newline at end of file From e84a62e4897db70d1f903f709d5919c57e25596a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 21 Aug 2022 16:36:15 +0900 Subject: [PATCH 046/577] Add octopus --- recipes/octopus | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/octopus diff --git a/recipes/octopus b/recipes/octopus new file mode 100644 index 00000000000..9e0cc0d7a7f --- /dev/null +++ b/recipes/octopus @@ -0,0 +1,2 @@ +(octopus :fetcher github :repo "akirak/org-dog" + :files ("extra/octopus.el")) \ No newline at end of file From ba882aa5bbf84857094e8c262de7c59bcbd45d5a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 047/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From e89a627e1caf193e3eb9c65a935358fb31b2188d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 15 Sep 2022 18:03:22 +0900 Subject: [PATCH 048/577] Add mode-minder --- recipes/mode-minder | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/mode-minder diff --git a/recipes/mode-minder b/recipes/mode-minder new file mode 100644 index 00000000000..660259ab6b1 --- /dev/null +++ b/recipes/mode-minder @@ -0,0 +1 @@ +(mode-minder :fetcher github :repo "jdtsmith/mode-minder") \ No newline at end of file From 6817f537b6fb701123771ff116cb3cc87f81bef2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 28 Sep 2022 01:49:24 +0900 Subject: [PATCH 049/577] Add recipe for org-nlink --- recipes/org-nlink | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/org-nlink diff --git a/recipes/org-nlink b/recipes/org-nlink new file mode 100644 index 00000000000..a38680868be --- /dev/null +++ b/recipes/org-nlink @@ -0,0 +1,2 @@ +(org-nlink :fetcher github :repo "akirak/org-nlink.el" + :files (:defaults (:exclude "consult-org-nlink.el"))) From 12a9ae18cf6d59496ab8430ffc95f67b01503886 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 28 Sep 2022 01:49:30 +0900 Subject: [PATCH 050/577] Add recipe for consult-org-nlink --- recipes/consult-org-nlink | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/consult-org-nlink diff --git a/recipes/consult-org-nlink b/recipes/consult-org-nlink new file mode 100644 index 00000000000..cb2571b78cd --- /dev/null +++ b/recipes/consult-org-nlink @@ -0,0 +1,2 @@ +(consult-org-nlink :fetcher github :repo "akirak/org-nlink.el" + :files ("consult-org-nlink.el")) From 61c73d4a49dbceed47fb4baab9c8d11be37975fa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 051/577] Add org-memento --- recipes/org-memento | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-memento diff --git a/recipes/org-memento b/recipes/org-memento new file mode 100644 index 00000000000..ac6424d44c5 --- /dev/null +++ b/recipes/org-memento @@ -0,0 +1 @@ +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From aafa3da4b730aa3a6af2349e6ddfded3239f5a2e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 15 Oct 2022 19:50:51 +0900 Subject: [PATCH 052/577] Add org-excalidraw --- recipes/org-excalidraw | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-excalidraw diff --git a/recipes/org-excalidraw b/recipes/org-excalidraw new file mode 100644 index 00000000000..4452a17a522 --- /dev/null +++ b/recipes/org-excalidraw @@ -0,0 +1 @@ +(org-excalidraw :fetcher github :repo "wdavew/org-excalidraw") \ No newline at end of file From adc0277ee1dece7264c4ef94d4a0a9300b184ab6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 10:45:03 +0900 Subject: [PATCH 053/577] Add oahu --- recipes/oahu | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/oahu diff --git a/recipes/oahu b/recipes/oahu new file mode 100644 index 00000000000..e3f4bde6f16 --- /dev/null +++ b/recipes/oahu @@ -0,0 +1 @@ +(oahu :fetcher sourcehut :repo "akirak/oahu.el") \ No newline at end of file From aad2ba6b536d38ebbe15f9cd719ba98d6797ec14 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 12:05:24 +0900 Subject: [PATCH 054/577] Add oahu-memento --- recipes/oahu-memento | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/oahu-memento diff --git a/recipes/oahu-memento b/recipes/oahu-memento new file mode 100644 index 00000000000..16aad30ea7d --- /dev/null +++ b/recipes/oahu-memento @@ -0,0 +1,2 @@ +(oahu-memento :fetcher sourcehut :repo "akirak/oahu.el" + :files ("extra/oahu-memento.el")) \ No newline at end of file From 85d1ccd1514eb3719de811389415835f7bc24853 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 12:49:14 +0900 Subject: [PATCH 055/577] Add workbox --- recipes/workbox | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/workbox diff --git a/recipes/workbox b/recipes/workbox new file mode 100644 index 00000000000..b5a87ab29b8 --- /dev/null +++ b/recipes/workbox @@ -0,0 +1 @@ +(workbox :fetcher github :repo "akirak/workbox.el") From db555b8e63046c4fbc4ffdf06e4e741e16d33d86 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 056/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 4017ac5c0ead383804adbc30c8ff50ef816b0f0f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 057/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From b2f96efca8bc582edb6703be4d482645694dc50e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 12 Nov 2022 18:38:55 +0900 Subject: [PATCH 058/577] Add org-placeholder --- recipes/org-placeholder | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-placeholder diff --git a/recipes/org-placeholder b/recipes/org-placeholder new file mode 100644 index 00000000000..415aa6a71c0 --- /dev/null +++ b/recipes/org-placeholder @@ -0,0 +1 @@ +(org-placeholder :fetcher github :repo "akirak/org-placeholder") From 10290abc3a212b912f4264604f7cf423abb6ba4f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 059/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 672f445c9b85b8681fd66621c7e2e23a460c47a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 9 Dec 2022 19:49:52 +0900 Subject: [PATCH 060/577] Add lean4-mode --- recipes/lean4-mode | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/lean4-mode diff --git a/recipes/lean4-mode b/recipes/lean4-mode new file mode 100644 index 00000000000..51e9fb59aff --- /dev/null +++ b/recipes/lean4-mode @@ -0,0 +1,2 @@ +(lean4-mode :fetcher github :repo "leanprover/lean4-mode" + :files (:defaults ("data" "data/*.json"))) From 146afb7479b9b9243114985b36def383af35590a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 1 Jan 2023 17:02:05 +0900 Subject: [PATCH 061/577] Add magit-nix3 --- recipes/magit-nix3 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/magit-nix3 diff --git a/recipes/magit-nix3 b/recipes/magit-nix3 new file mode 100644 index 00000000000..386114b71cc --- /dev/null +++ b/recipes/magit-nix3 @@ -0,0 +1,2 @@ +(magit-nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files ("extra/magit-nix3.el")) From 9953e2dd02aadc00c69fc327b0ede057b58bf555 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 062/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From cc26d67f3b54840296375f130c784b8deb97c135 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 11 Jan 2023 05:02:05 +0900 Subject: [PATCH 063/577] Add chatgpt --- recipes/chatgpt | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/chatgpt diff --git a/recipes/chatgpt b/recipes/chatgpt new file mode 100644 index 00000000000..88701f28298 --- /dev/null +++ b/recipes/chatgpt @@ -0,0 +1 @@ +(chatgpt :fetcher github :repo "joshcho/ChatGPT.el") From 3726994441e2af535c099aaec68a29439c803bc2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 11 Jan 2023 05:02:49 +0900 Subject: [PATCH 064/577] Add copilot --- recipes/copilot | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/copilot diff --git a/recipes/copilot b/recipes/copilot new file mode 100644 index 00000000000..85216bb7bdb --- /dev/null +++ b/recipes/copilot @@ -0,0 +1 @@ +(copilot :fetcher github :repo "zerolfx/copilot.el" :files ("dist" "*.el")) From 4edc768f9a6ddda0813927fa4e264e73ebd545d1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 22 Feb 2023 22:42:34 +0900 Subject: [PATCH 065/577] Add codeium --- recipes/codeium | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/codeium diff --git a/recipes/codeium b/recipes/codeium new file mode 100644 index 00000000000..6aca3609af8 --- /dev/null +++ b/recipes/codeium @@ -0,0 +1 @@ +(codeium :fetcher github :repo "Exafunction/codeium.el") From 0260f9fe97fdecc85e0ad4caf5e2fa38c3237696 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 066/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 2384659a6d183893f07551b57f18fc253c1404ee Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 18 Mar 2023 15:40:29 +0900 Subject: [PATCH 067/577] Add apprentice --- recipes/apprentice | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/apprentice diff --git a/recipes/apprentice b/recipes/apprentice new file mode 100644 index 00000000000..587fe826878 --- /dev/null +++ b/recipes/apprentice @@ -0,0 +1 @@ +(apprentice :fetcher github :repo "Sasanidas/Apprentice") From 1ed4ca3956aed160c7701778d03f23643d8b8e3e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 21 Apr 2023 03:44:41 +0900 Subject: [PATCH 068/577] Update pdf-tools for Nix builds --- recipes/pdf-tools | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/recipes/pdf-tools b/recipes/pdf-tools index c5e85ff9db6..79e8039dcc1 100644 --- a/recipes/pdf-tools +++ b/recipes/pdf-tools @@ -1,7 +1,3 @@ (pdf-tools - :fetcher github - :repo "vedang/pdf-tools" - :files (:defaults - "README" - ("build" "Makefile") - ("build" "server"))) + :repo "vedang/pdf-tools" :fetcher github + :files (:defaults "Makefile" "lisp" "server")) From 68e67c95c1e8b3dacf26081eb3e90c1f085fa71e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 22 Apr 2023 14:22:23 +0900 Subject: [PATCH 069/577] Add org-hyprctl --- recipes/org-hyprctl | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-hyprctl diff --git a/recipes/org-hyprctl b/recipes/org-hyprctl new file mode 100644 index 00000000000..44d8cd332de --- /dev/null +++ b/recipes/org-hyprctl @@ -0,0 +1 @@ +(org-hyprctl :fetcher github :repo "akirak/org-hyprctl") From e201e708b5a3def501296ffcd3feadaeb746abed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 17 Jul 2023 03:51:09 +0900 Subject: [PATCH 070/577] Add org-pivot-search --- recipes/org-pivot-search | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/org-pivot-search diff --git a/recipes/org-pivot-search b/recipes/org-pivot-search new file mode 100644 index 00000000000..55c53f95153 --- /dev/null +++ b/recipes/org-pivot-search @@ -0,0 +1 @@ +(org-pivot-search :fetcher github :repo "akirak/org-pivot-search") From c2751293996c81f5616cefe6c8a0a75cc4f178e1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Jul 2023 09:14:23 +0900 Subject: [PATCH 071/577] Add indent-bars --- recipes/indent-bars | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/indent-bars diff --git a/recipes/indent-bars b/recipes/indent-bars new file mode 100644 index 00000000000..ce17c48b63f --- /dev/null +++ b/recipes/indent-bars @@ -0,0 +1 @@ +(indent-bars :fetcher github :repo "jdtsmith/indent-bars") From 9259e97468cf9290cebd2d6bb9ae69560617d67d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 28 Sep 2023 02:34:19 +0900 Subject: [PATCH 072/577] Add lsp-bridge --- recipes/lsp-bridge | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/lsp-bridge diff --git a/recipes/lsp-bridge b/recipes/lsp-bridge new file mode 100644 index 00000000000..610779aff81 --- /dev/null +++ b/recipes/lsp-bridge @@ -0,0 +1,11 @@ +;; This recipe was taken from https://github.com/akirak/nixpkgs/blob/a790cc526b488cf5d9966e9a45d2f4d2a92963a5/pkgs/applications/editors/emacs/elisp-packages/manual-packages/lsp-bridge/default.nix +(lsp-bridge + :repo "manateelazycat/lsp-bridge" + :fetcher github + :files + ("*.el" + "lsp_bridge.py" + "core" + "langserver" + "multiserver" + "resources")) From a77de0657b1f7f39325051f412ea4024acc4c104 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 28 Sep 2023 02:39:56 +0900 Subject: [PATCH 073/577] Add acm, which is required by lsp-bridge --- recipes/acm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/acm diff --git a/recipes/acm b/recipes/acm new file mode 100644 index 00000000000..84405b59a7d --- /dev/null +++ b/recipes/acm @@ -0,0 +1,2 @@ +(acm :fetcher github :repo "manateelazycat/lsp-bridge" + :files ("acm/*.el" "acm/icons")) From beadde1e9ef2226a0156175d0849837ff006c716 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 14 Oct 2023 16:53:13 +0900 Subject: [PATCH 074/577] Add bfmt --- recipes/bfmt | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/bfmt diff --git a/recipes/bfmt b/recipes/bfmt new file mode 100644 index 00000000000..ae5db935f22 --- /dev/null +++ b/recipes/bfmt @@ -0,0 +1 @@ +(bfmt :fetcher github :repo "akirak/bfmt.el") From 0bd197841b783f3ba2606af1667690c779e556a9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 19:29:00 +0900 Subject: [PATCH 075/577] Add flymake-actionlint1 --- recipes/flymake-actionlint1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/flymake-actionlint1 diff --git a/recipes/flymake-actionlint1 b/recipes/flymake-actionlint1 new file mode 100644 index 00000000000..95734962c71 --- /dev/null +++ b/recipes/flymake-actionlint1 @@ -0,0 +1 @@ +(flymake-actionlint1 :fetcher github :repo "akirak/flymake-actionlint1") From 3a736962267de4c4dc9a201337a955bab5767c72 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 14:32:02 +0900 Subject: [PATCH 076/577] ci: Add rebase workflow --- .github/workflows/rebase-onto-upstream.yml | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/workflows/rebase-onto-upstream.yml diff --git a/.github/workflows/rebase-onto-upstream.yml b/.github/workflows/rebase-onto-upstream.yml new file mode 100644 index 00000000000..e80222781b7 --- /dev/null +++ b/.github/workflows/rebase-onto-upstream.yml @@ -0,0 +1,44 @@ +name: Rebase onto upstream + +on: + workflow_dispatch: + schedule: + - cron: '0 8 * * 5' + +jobs: + push: + runs-on: ubuntu-latest + + strategy: + matrix: + base_ref: + - akirak + # - admin + upstream_branch: + - 'master' + + steps: + + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + ref: ${{ matrix.base_ref }} + + - name: Fetch the upstream + run: | + git remote add upstream https://github.com/melpa/melpa.git + git fetch upstream ${{ matrix.upstream_branch }} + + - name: Cherry pick commits + run: | + git config --add user.name 'github-actions[bot]' + git config --add user.email '6270544+github-actions[bot]@users.noreply.github.com' + git rebase -s ort -X theirs upstream/${{ matrix.upstream_branch }} + + - uses: peter-evans/create-pull-request@v5 + with: + base: ${{ matrix.base_ref }} + title: 'Rebase onto upstream' + branch: 'rebase-${{ matrix.base_ref }}' + labels: automation + token: ${{ secrets.PAT_FOR_PR }} From b3b79d4c27b24f634f9b4954190262aae991cf81 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 077/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/workflows/reset-on-merge.yml diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml new file mode 100644 index 00000000000..bac70bf164b --- /dev/null +++ b/.github/workflows/reset-on-merge.yml @@ -0,0 +1,48 @@ +name: Reset on merge + +on: + pull_request: + types: + - closed + +jobs: + reset: + + if: | + github.event.pull_request.merged == true && + github.base_ref == 'akirak' && + github.head_ref == 'rebase-akirak' && + github.event.pull_request.head.repo.id == github.event.pull_request.base.repo.id + + runs-on: ubuntu-latest + + steps: + + - uses: actions/checkout@v4 + with: + ref: ${{ github.base_ref }} + + - name: Tag the last head revision + id: backup + run: | + tag="${{ github.base_ref }}-backup-$(date +'%Y%m%d%H%M%S')" + git tag "$tag" "$(git rev-parse HEAD~1)" + echo "tag=$tag" >> "$GITHUB_OUTPUT" + + - name: Push the tag + uses: ad-m/github-push-action@master + with: + tags: true + branch: ${{ steps.backup.outputs.tag }} + + - name: Reset + run: | + git reset --hard "$rev" + env: + rev: ${{ github.head_ref }} + + - name: Push the resetted branch + uses: ad-m/github-push-action@master + with: + branch: ${{ github.base_ref }} + force: true From 36842fd344004328ef9fcf0619752a6b1fe70f1d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 2 Nov 2023 22:56:26 +0900 Subject: [PATCH 078/577] Add dape --- recipes/dape | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/dape diff --git a/recipes/dape b/recipes/dape new file mode 100644 index 00000000000..9ee1015606f --- /dev/null +++ b/recipes/dape @@ -0,0 +1 @@ +(dape :fetcher github :repo "svaante/dape") From 6daaaef85512ca30ec5c594c0848573419dab7a7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 079/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From a35a4622d4238a9f2813b9b1c8081e5e7ea65c44 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 080/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From f69640c3ed9da22dcbdd436f1d6d11c9260c978e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 081/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From fcc51303088a3e51178c7b0693ab16406245d7af Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 082/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From e4b1a4f75a86289277f3f1426962fe89f09a3764 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 083/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From b17cb69c6dd41f45c11805660932669b3b2e172b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 084/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 9d0188e5032eed79d6c292a8e2c894f38e6899b6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 085/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From ea6d4cc6d9b266c90a61eff5da9a11315562f0d0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 086/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From e909a0e540270743db3602f2402abc62071500eb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 087/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From db0b733222a4616ebb26c09c09e34afadcc6938c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 088/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 79ce87dad60481ffa7f3b38532bace6cec2f9717 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 089/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 4eb5c88a8945d1dea0a6d9733a5c7c603135cb71 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 090/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From b8c46a575d7d7d2c9bfeb90b39995b207a758fb7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 091/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 40328db66f6e80446a566c49cba34b196f985bf8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 092/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 9a03353fd3fbc2e508b0263877221088475dfecd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 093/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 6cb3c3f34996c88fb6bad1915a39c3698c8787c6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 094/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 9f34b627c3b15b6a2fa9394e800e429d9a57b5d7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 27 Nov 2023 20:10:06 +0900 Subject: [PATCH 095/577] Add jtsx --- recipes/jtsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/jtsx b/recipes/jtsx index 0b669f57ae7..7879ec848b7 100644 --- a/recipes/jtsx +++ b/recipes/jtsx @@ -1,3 +1 @@ -(jtsx - :fetcher github - :repo "llemaitre19/jtsx") +(jtsx :fetcher github :repo "llemaitre19/jtsx") From cd1b907e5ef06e104540976834f7f9733a46515b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 096/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From b125f5a4a37d3e1a99800d578b71ce13c637700f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 097/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 24442d89d040aa1f464102e02677199a238aa71a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 098/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 0973c0d8f80728d8af2669aff115ab18e0d2d720 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 099/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From d6d77af17521c5604a0ba9db99c4bbe9828bb63e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 100/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 2a1f9c868317909a949f2128b21ca0e5d978ba48 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 101/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 39a5eb7581c6632156fe0978a86fd5807cefc808 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 102/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From e7396bc56e0670f15c08bd140768d8c47c2558bd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 103/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From fd80f1a27e0d9889a9998d81495ed02ca7127855 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 104/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 067c2f0164983761000ff6cb85544d9956b14c74 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 105/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 1f2cd9d542fc5aa198b710429f827dc494d11446 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 106/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 28ec70b9d5eff317d1afdf5abd62852d1ba393c3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 107/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 68dbb69a73daba1d4e9bedc96f692a3d020d0ad7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 108/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 0a69ca9d36a9a427a6300e5bce9b1de60c1fc935 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 109/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 71d61c3b6e8a618ed39796b3d6b7b9daf7daa3d7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 110/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From a071942638c8aba6c57d224d7e7f14a32656fc34 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 111/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 90c6e9511407e1c3aa333eb85a798cb7c1e7c7da Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 112/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 1d649c89b7df5720a4792084e2e7fd3ee7d40604 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 113/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 93f33ae5cbb5f1bfcd03775c105adf94b3158391 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 114/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 2642cd9f3c51f91c5833c9ef4d8a3676b499fe5a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 115/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From df1b9f47206ed2d256e763fc74ddd73c28cc761f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 116/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 588937c95594296a8c2d71412d44e7e3dd9f7752 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 117/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From bf77bd88735bb1693805b86379e80127e758d545 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 118/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 27dc12f596b493556dfe68275e5b7cfee1eee93d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 119/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 9c942331f1d882c9f7b6f8d0ed94ce423b66c4e4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 120/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 68ec217a9e63dbbccc070d912ec9242589d4d49b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 121/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From e0351353b6f476407eed929053cbbf1a6d22778c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 122/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 61427906e1ee6ad3e6677a889e75c2cc1a4dfbfa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 123/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 0942b86374436f2326e911feb9e932298978032e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 124/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 44ccf30c8ad38ed28a8a85836da8a08ded7da3d2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 125/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From c5c97ea872a458ae6f1594fad1c370b34a339477 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 126/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 995a12d920b08efe12d0382c5d7269f3e28dcb1b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 127/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From f312eb19865c875c625575167e502fb9787fca6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 128/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From ad3d144430f6b9e33e0fe134873358a0080083d9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 129/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From a66b4a42d99f471111c9c94884224173e5b46cb0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 130/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 7fbf3757d0d193daa0e7704028f2c0f06610c55b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 131/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 8fb59c13f7bbb68b5e5da925c24f36a50484d7a0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 132/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 22f2d13ed10529562ebf2aefa0156b2eb7e4a041 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 133/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 39eb944df18773a0a3f18c0633552b7268e7366a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 134/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 198b38397b9b00abe0d01c244a32889bb2e7044f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 135/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 289b8b68ef80977c4c5867b2369f8706361bc473 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 136/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 2ab7fd689c869596368effed6a9e162e5e2e2404 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 137/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From bb036a3d7a9c45dd6770a55d1142ece7557826a5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 138/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From ae6dc6a6e3b12ac995bbdf99697ce43a62b65d3c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 139/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 12744aa0254147215e4f1ea11ead98ecfb568d54 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 140/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 8f383d0b0b9c6367f40165f5bd163caca8aaf02d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 141/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From e240059c0771ad3fdf0365b4884e4291521c1417 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 142/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From cda88bce2fb79604f5de6cd7d6a16f11f4a8a19a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 143/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 932764d7af4ad41688e190cf80b9292841865d25 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 144/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 6c392898df8753791a79c44f58b4d6f13bbd9170 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 145/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 473558ac14fa141f75f209ee0e203966e7073d68 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 146/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 630f30c2ce2fb5c0192811e27a116ffa2b27b799 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 147/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From b3dfb4504a1b3a80d0a2b341dda6503daa025f73 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 148/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 9e5c63d2cb6e5e434c16764e3b0bd99014749409 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 149/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From b6e2a81a3cc38698802eef37404f9bc568aa27f4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 150/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 36018c7c1b95a71e757d6de3bdbd4cce930beb6b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 151/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From aff345efdb5885f73ec3a5c7a457532e22579d7a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 152/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From f12e4bcd36d212480dc118c664b554355e21b9df Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 153/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From fe6c5fd4aeaa1ede0ca062b1b3ebb86f6dc88b79 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 154/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 082b4287f2f6a78c392a62eee450e656a6b3e218 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 155/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From d1c418e6f01b1c3596fe771fc8ab78d037adc621 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 156/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 583515f8dbac04b51624990313c30593c39296bd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 157/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From ddb103b4610261e1e72affab3c428bfcae8caf05 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 158/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 1576a6c3d0e3a04897d75de2adb13d7758f7f693 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 159/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 046b3408d4db6993eb9b53798e06210372a7f425 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 160/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 4c30fcac490065ee492143bd9a1cf99ec20a59ae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 161/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 303625de24cdb34cd0ddbe2c94e9a7e5f7efdd01 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 162/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From be468e54107837ea6d8483b3edc1caa7594e6ec2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 163/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 06bb6f7fc540db8c474ada9988df51526cfeaa42 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 164/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From b4d9c6a0dd416e606b8a0792c28390b28a88870f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 165/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 6be35ca656c26df3cd0b64c546ce533b874ca374 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 166/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 9d908691c8f2c45ac94f638d83ef20994412e85b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 167/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 0fe873597f6c95857929056e41d9526cb3c624d2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 168/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From ce9007783ac6a223e1f78b276644fc786b0d99c5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 169/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 22772277c8479127c9b436b989a2d1526b515fa8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 170/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 8c9eda3336ff9d2bba6e7f97a732884c93a48d64 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 171/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 602e2a1261265ce8df321be745486bc82946df2c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 172/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 7f15ff5be3136741bf089cf8d2a60ef9be7be742 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 173/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From bb98a0a900fb6032861001241d429ea3acf18882 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 174/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From bb6dcc94a0fe29917ea9bd345a6b9e10f5193a9e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 175/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From abad33051490aeabedd71c4249a6dd29c5650d15 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 176/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 870963663c21a1fe12b844e24ff2841022d5a573 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 177/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 89a3475a160a571def5a4e1ee180fd87234a3192 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 178/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 0bddc32b402bcea5fc24eae4e7323c52e82ea088 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 179/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 29254bdb9c3fd27ae7dc521fa7190df7ee4619ff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 180/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From d712c0c45059db5e15caa985a25b637a4e845062 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 181/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 12a274bbbc02f7828b5b558e447b76a48f4dc53d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 182/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 59e5a7e211b21e7ffeeafc0a76ae0059db828f2c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 183/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From bc7e03cbcf9686f6f028958a595933c68532c68b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 184/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 24206fbeaffd494528ab0b8089defb09950256e6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 185/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From d81f1f9d1852e929e7e8c51e85e5f3304d388592 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 186/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From f704325c20c11ec644c4fa42a6f0bd4cebbdcce3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 187/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From b0de8f51672606351367f4e9d8f7dfb3bd6129a6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 188/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 313eabaeabb97c0b35d0bf4c644a7427b8a5a7ba Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 189/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 927f69a5e9d05b55b0ce90e7e50bbb8dd6108e9f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 190/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From d46281778b06a001a3b3ba5de4b3d276ece756e5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 191/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 01d6e05e999e88a6b9f87a9aa7864d8a9a416046 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 192/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 0aa1fd42b9d942f11e4ade33f65ca3c0dab7a4ad Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 193/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From db20af2fe44de3a0205c65613c872c75c5cb145b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 194/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From fbbdb6f70a26a33577bd5cd53992310f6cfafd7d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 195/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From bb920f7486a4c7e508dee1cc6c6e729f2b4bf492 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 196/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 2ce8ac7b5148d839f9c446e7a40605ea0603355d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 197/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 56d844d15069b78177d36b48c83337609f79f519 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 198/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 06aef9ba80ab3fdf8f8eeecc7e2613c3eb25f144 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 199/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From ad4bf829561e155063aa3db2441c00cf781a19a5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 200/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From d85860483e81beaa3b16fb71cfcdfeaa92a2b37e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 201/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From db3c8d4854f33af5c29c31adf37a99a1e4808def Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 202/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 6c43442bb52f5a12f289f1990cf86e2af7bfdd4d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 203/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 747ed65262a724855a113bd765d40c13091ca04b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 204/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From bf1623d73751f03e489488df4056bc2a88fa217d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 205/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 0f8a0933062069dcc13a3d1cbb876d26835a757d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 206/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 4c419e1389e20570058fd71e2381870be81f957f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 207/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From c4b56c29440fb8d52d008fad90c62a6b6a5524c4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 208/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From bd6705eadef280d9369729bb4c29ec1bfe1961ca Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 209/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From c080c97a29ca0ba15fb13835d51bc3a6b5a215ec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 210/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 7b8e3d3fcc473a0e1b0f0eec3e33ecfe7a13ee90 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 211/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 1614babad4a9d1a00b131e8d12a52d098d2f700f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 212/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From b511d47bf1c4defcea40e44a0a397b92edb1fd3e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 213/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 263cb09bf0c0735987fde37258b82a41c56996e5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 214/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From d8fceed6932d37960ef6f49d9a50dde276dc91ad Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 215/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From b45e38155d3cf09698909d0ee9cbdc66298fca3b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 216/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 62efe9465be41a2f26a923a7129c16b7678282ef Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 217/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 3002dfbde446633788a1cc1ab084b1bd36e1fb1c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 218/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 12172a050207abf061264fc8761fce7b64e91f79 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 219/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From cd000c8e7f387bebda608782778682531138796d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 220/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From a598f76a21c415d2eb5ab167f48df00dfc656b7b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 221/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 7677842854c48ef1228ffb32e53aef717d8f7991 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 222/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From e54b34b9b7286d467d678aeff40ec1218161cf6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 223/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 59cf57d92e6a5f3db12d66d2c94b2d6f8010f983 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 224/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 015d90a625a6b0340f02b2c9c55b39b9938189c5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 225/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 9e3b62bb531c19aecebcaf49af10fc7b91656bea Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 226/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 3c92ad75861557fa3f85e0cfbecf792eed5ebe9c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 227/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From ad82e51c80269a65c5213ce34ae5e06313634412 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 228/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From e2e1bae158721184993f01f2ef159fbddfe642ca Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 229/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From a6d38f9df450557458aaea8eae6b0617cb2f4942 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 230/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 00fc02a3cd6ed2d43420bd9e2386ab2aced2ec4d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 231/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 920c92de21243d187d9accc7c1a5d9179ed6c0e5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 232/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From fa9895ef4ac4472a6b82478f44b220caf4fb48e8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 233/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From df68b4cddc7884c665cd4f147175d83d84bcf11d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 234/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 2bde278a317b72703afed1577eb2f004204ba6a1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 235/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 5ceac315e1261e1e76bf5c4be0eb6fb1b1e2f4df Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 236/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From c211371fc20cafc5602d4d52f2c2fd3f2aa70cd8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 237/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 7abcd7315b43990cc3d511addfd69860bf2c51d4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 238/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 427e2f928315e82b9be1705845cce03abcfe94a7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 239/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From a31234b55be57ef7365ba50a288ea0535eace3b1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 240/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 6ade63d0c0646838a2284c952ba082c2ea39d083 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 241/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 4b71ff50e7a87c89ec60755f1c64431e183b0527 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 242/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From fb92be9db80693f65daf0798cfaf7765653be93b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 243/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From e663823e72470def93fc63c8f9a5b35a9697177c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 244/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From d9bc9402b3065870720a08afca03bc0800883f22 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 245/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 13fb33b720a549a812d9271ef201bbb191522a21 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 246/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 3699ea35b355cf8dd82d666f4101748c628110fc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 247/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From e6fb543e3872fc41e92a3b96f36438a41f4c8495 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 248/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From f169cc0eca75a2fa8c534481c2dc1a23c7192519 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 249/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 607ace70a58bda9ab1c09b61b31327b3ae2bb065 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 250/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 47855f26286a4342a069f7e0684e26343349efeb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 251/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 393f014d66f052427ef11bf3ce3906f483577a2b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 252/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From bc81fe8fe0cec407930d745a366490c458de35e3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 253/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 6e4ce72923acf508c2f5ce51920eca31015995be Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 254/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 320833d61963b4b916d91b10d811235ffecfb0dc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 255/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 5028244f876a9072fe8e73aed8c0567e440259aa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 256/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 76d49d4086fbfb7dbe6a0334324689e7bb3eedc4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 257/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From ec45e2f24b7dbecd84de6006ca149e1d5f26aadf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 258/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From bb78f34429d29fb7aed3e081916da474fc38dbbe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 259/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 9cedd8c0768b8fc4b9ae0e7e24956956355b826e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 260/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 8fda2d3fbc7e70cd4749adbc011798615715f7d9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 261/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From ef734877d3483c3fd8d0d23a8362667ff9187ec1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 262/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From c04515ba7524fbdfe7f0a988d4bd564d4759c21d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 263/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 0b610e0a12a9203f408459575c7a289f500140fa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 264/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 5c7291d0b4302848d6f2b6dcc15342a8cdab5bc9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 265/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From f20ac9827f8f4d3ece02f8f90a366e491196d1fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 266/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From f0684492e9567312aedc581941ef8d02b8095c7c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 267/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 3ecd3a9e0a935fdebb9b85c1959b73b65ec69850 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 268/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From fa3489e7ff9eba247bdf5467cb5301ca3f6c8afd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 269/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 0897b5d3e9244cde95c12f0cb6c2d2f539ebcb55 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 270/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From fe515522e87143df9f00157a716d6b416f2ba371 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 271/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From d842d9abcd06f917097506f988dea8fa352ce3cb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 272/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 0cf8b8291c1bae6f9964cef01ce083c391345337 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 273/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 126ffd61e6b8806eefd0747e5caef32b78bc7e7f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 274/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From b8cf8aea42627d89ef3939399b24a9d7ec5d6778 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 275/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From ae9c94b775377701db1ade5faffc75840ac655d8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 276/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 97ae90d12dd038114e2ed085fb7bb47a0462e112 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 277/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 8acf2113fbd87126a3b2c4f32d1ed9ba69bb8b1b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 278/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 0c6f6d8b9253ade24c8c4aa8d04a885bf2512195 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 279/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 14867c65f3b64af55021f8ea8c2873dc4681bb3c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 280/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From c78220f984ad222cec0289d68e60e7c9f64b448a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 281/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From ec9bef9c61ed25b41b8e5b74b034ec81e4f15422 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 282/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From e36ef9585076e8fc33fdd12af14c9e7ba84f9506 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 283/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 42a1e70d838ddc50c435e09718289f0be69ac390 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 284/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 4968f3cac6cc5e6f0a9542d6867adf38bdbca1fa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 285/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From fbb22ba1df49323313d91c6573fafcddc9c6cd33 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 286/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From e907f825bf273b8d828d5b169f4e4cde49d8bfab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 287/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From d68b7153237395c93bc0f95b606d12b922c53e80 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 288/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From b6b96af295d6b0ddc64a5e9ae6f76eb3cbd9521e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 289/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 15a6e07698eca5f89b640b11643ac14dbc074d96 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 290/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 248bf6063a1bccc22d28e35dd701313bb91e400b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 291/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 02f515ac45cd6e1500695b20cab04b0077896440 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 292/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 3acc7b61eab98b9c1c45edf83c21ece3d6f15aac Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 293/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 6b4bd807d89c54a04b41f22885501ad9d172e8e8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 294/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 6880c235e465334e9c2baa2e896d37ed7fa57fd0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 295/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 78d6ac6324cbb9cdff7fe0b992eb008185190244 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 296/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From d83ba084efa8aced4e28312c55f26a4cc4246042 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 297/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From e4444fa0fa5bf56333c0bc7f3fd6fc78d656d4a8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 298/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 7d9732976622cdf3247d1fc9707b0a5c5b36d8c7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 299/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From ccd34125573882c05f0e5a6fc52a4fdb0e764d3d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 300/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 82b6cf43bab61c3259da49bcabe5af656cb6aad1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 301/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 5ed1119910b39001702315d9fa43a2b1b7026690 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 302/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From b8a4697f580ab746c14fa5cbbef2d603479e6286 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 303/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 18fb21437ff7bccb34d1051b1491e7987fffa4c4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 304/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 296f0aa2f63b8c46eeb4401eccce0a54f930276e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 305/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From c722307d3d5d1d219c779cc087a6b0c3cd57ae00 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 306/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 0cf5ee7f52c011c6f9de058606a4ee9a8c25ca12 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 307/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 91a90bfd3de0f3edc25e1aa5cc345b070e25e64a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 308/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 5f40dfb181b8a88fc5905ee64104be5b222a7a1f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 309/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 35962c772a6ed601f3cebf77046cf817db28a15d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 310/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From be4f66743ea2873223c1938947012dfffaf06439 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 311/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From c81f453167867a0c9d1b82fcf1c7cf0eb8e0609e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 312/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 3f1f5268edc40924219b13061c8fee0017313d7d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 313/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 5b51a1bbfb0929b3e00ccdac233b6e8df89005f1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 314/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From b439129d4be1dac514fccd54ec5788a53281d5d7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 315/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 0eecd29bed0bd4a7770924aedc340826c7d8d786 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 316/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From b75411cffebbe91c00f6bbf3edf77974c8468e8f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 317/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 3c61d5055037f305950e05baf59f3650818326f9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 318/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From b3de51a26d96e1dbeb343797f9f47a32eb16defd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 319/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From c55c907022476e9ccf6bdbc836606364fa14167b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 320/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 52668b6ee6f345e4ee7765b420ebbcc483f44afa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 321/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 945e3f639b266022c1e655967be0b478f0c3e26a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 322/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From f4dd66cf811efa9ce9b921a32594448d6f24f78f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 323/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 9229b44202390a6396de49de5409434ad85fee43 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 324/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From e853368051c473f07df3c0c99915230a9a145162 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 325/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 18675416142776023c09de39204486d0efc2e3b1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 326/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 866de16993517a84c1e78fdc31741b34a937f8e6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 327/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From e5f2c0d269de674ad0655bddce95dfc8b93fa59c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 328/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From fb077f1d2e509c5706765182a9397fc59ffed5cc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 329/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From db617bd234895a4126075ea3c3cb8e3755204385 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 330/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From db04508ddf1ea0fd70acabc032bc4796d8dcbaef Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 331/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 64b459772b68f289e19ffbf6632cbff3833e83a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 332/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 86bf7ee16d341f41ad83bbb1c9d1a500f72f9b3e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 333/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 331602b7ef24b656ed98c791d329364056b509d6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 334/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From cf2ab0796e7131cbaa072b3ccde5d6254e27a96c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 335/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From d05e8a625af701e9b163b90ae13adcdaeb850b79 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 336/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From edc8b5e4a2b27d06d725fe85d2f40605c1fa8c7a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 337/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 42feaa2bfe6f1fa2d5783b210182ca4cccfc7fc7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 338/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From e92f71ab36a56b1b2ce6a87fddd5b6948e4a84f2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 339/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 0429df225b55abb64d533c6b792f834dff3c14c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 340/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From ab911280b7968400143319c8217f5b91f920895f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 341/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From c83e689659ee99160beb5fe1db5797248b18b106 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 342/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From e803507105997952b726006da2e8139b69ff7e26 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 343/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From cbcfd882e6c5db41a6926489f9b27e72290cfc6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 344/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From f5053ba81220e48d4bcc1eee1b66e56f79f64de7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 345/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 27de494b360106b70b619c6cff470d3d91e2bd5b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 346/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 11eb32376f8bab38b29a07b9e9d29d5e2e049b18 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 347/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 2c738972d73499731f856e7d0d73a8f627e49a1a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 348/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From d21d1c192c22aca9b5179aac1ae24c89d93393f7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 349/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 74d65607c354a409fc71406ed9798aeff145c778 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 350/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 7bb96c4221c452fa74b6cdc86ab95fd0c7f444f4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 351/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 63a0f6717f33eb36e3757a101f7b99e5f3d71bf5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 352/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From ab225012033fef95c0291012b6120990c6933592 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 353/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From abeddfb33028790c423f492dc48372bfe8fdf43d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 354/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 2f4febb5307a1597eeec78669736a4b78324503c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 355/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 22f531fa10060eb0ffe015056f96d2cf330faa72 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 356/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From bb0d894b62127aabcb204c95c69c9a6618ff324c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 357/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 0073455f5fb4d529b7525038e7e5f59e8564a82f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 358/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From e84c4d0fec93f4aabc522fe246b2348b45322d6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 359/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From fed9cdef28367619915240465edfb6dc19204c70 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 360/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 3701a6c9887b20cbeac5be8f0d78d750887d4627 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 361/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 99c9bba2ce7c1f33b23bc8c1345a26150378c372 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 362/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 2100d77a8bef084dcaf0b5650e5e6d2e088fae58 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 363/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 58798c974a080ea7451360872a965f3837a58655 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 364/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 99c5e5a10111aacf287625eebdfd6fabc4c2111c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 365/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 41c26187e3136603e134addf30739492c253ea5f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 366/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 7c46c2f5ca07ee3107d1f1e4e92a854d2a79f72a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 367/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 0e4d0991d35b84ac474af18ffbec36bc7affa1c1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 368/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 716d0812c55798e77dc3505a81f8657395e1e946 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 369/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 08c6e9aa0e61c40cf0ccacfe78370b0ec1fb300c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 370/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 1f68c5dc811803f6cd4e678c6e574e3fcdefab42 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 371/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 9c7430cf25680c881cd0c7df4a2224154fa9380e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 372/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 196c25a42d23f5e8e5f8a66e974ba902d0e225f6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 373/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 549158365247126a0b995f04fac4f708d852791b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 374/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From a8dfc8671febeeb34d7006a19ea40510a49d194b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 375/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 91c249143f810f67c56dd88b31445f9d7e6f64a6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 376/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 4c45589c503d91f2b661e9f51a5f9b62b5c158dc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 377/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 23093bb7500c7e9071768c123b745659ed9c6dd0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 378/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 4ed0e418b8c060bd61238fc150056291bc6abcff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 379/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 2744d12d036709de55cec987699f0112e3069fbe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 380/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From b2ebda70169e1c3a5708db8e3eca6ae2e5318766 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 381/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 922bf2f9307fc961687a91f9975637701f8fc9a0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 382/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 528402ec4af3ac30eb4ddc4cdd6e9162a0fd8a15 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 383/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 9964189c1fb59e3a2ed681b1d450444d97857e49 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 384/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 2a6b2cfbabfc3927973dfb9626cdede10262e932 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 385/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 9370ed641a1004b0cedff2aaa71fa3e61f1d2c5c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 386/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 8b7bfa21115c9901e19205b601f1b3e298eb21b3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 387/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 6177261b552c8e33eb2b7d4b2954c87cd4db9b87 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 388/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 9071740770e536b52b5285e2f7814671c75097d7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 389/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 0e1f4b2a753503918c1912c26ebd57d4cefd040c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 390/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 824933317ec4746c7c2b6d15d047b651cb631132 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 391/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 2834a2d8ab1c97cc3d5966dcec2891c94dbdafeb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 392/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From ae4113bd910375577731d8a875c506a1e94dac70 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 393/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From d1e995d59f5a577f35e244c45914046f4e7f7bb1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 394/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From dfe8a9fd9ed79e0c1a91d20a65f065aa7a5da912 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 395/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 073745b3ccf2005c2a2553bab26aded7305a15e0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 396/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 1ce719ee1a0b5f9201e433daa023be4dfb491a60 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 397/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 2cbb435e9a15d471c5231a3ed6c5f0771d6d0b3e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 398/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 74d13773f504a3f74e3931ffd60ed506ce3bf3e1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 399/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 11ac802493ce288c3fde0684ee7072f579dc2bf7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 400/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 931555e23952057221fce74f3f2e7dc91faf1d27 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 401/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 90bbfe82560406447cc03829cfdd7afe2c510d8f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 402/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 505af98c7705a273f1485ac7b8b9b74a027e99cb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 403/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 67e17e77f97d175df55c6d25c7f8b3f5cfa95bdf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 404/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 11964a51f597f8ea92590017b499885ab4c077af Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 405/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From b00bc6255e525cddb8635668d926eed0a0100246 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 406/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 2ac6cbbbcf0bf74afd3d8adbedfd425ef9778627 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 407/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 9ba50668aa77ac398a39374bab56157ab0d14076 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 408/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 63e850e1354dd02ed20377d3c4dbf6f1ed1c4f5d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 409/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 8a9011a6b209904ec8db35be9c9609c50ce7b62b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 410/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 27eab6b72781eaf1ed0fd6ef723fde416f48ebb2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 411/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 418cc798d03a8652adcdeaac224d3a614bcd3509 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 412/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 4b69da51729c1ca33ca0773921d2ab17eb37e435 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 413/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 17230f125a9429b66cf772bacb1e9c517ddcf1a5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 414/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From f1087a8ba48c9f07ec343ef2236e9e1fa8814c0a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 415/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 96ed194be5f602c0c65f63c011322512a5afbeff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 416/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From c043c7db21aeba7b17734005268bba00c97acb85 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 417/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 2fd6b716d4b05fbf9e89e328022ea52367eb6a4e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 418/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 6022c0f04e297c441c06f2192c516f2ec06ca5e0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 419/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 31cc1a75649b06714f728dc5106b426af342a9ee Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 420/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 7341cb7182548198c6f7d66dfafe207c29118102 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 421/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From b9bcc32314079037c277a6340b3eeb9b92232276 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 422/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From b19ab99ea264d8c837cd1c5db9de3270293aa8a1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 423/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From c5bc8e0b95b6257221ff1939263c6227cb06b632 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 424/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 68eedfd4b48f35226060f15b61ca610f78cbd249 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 425/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From ae40b9e4ad4ea045292afb33086a2a34de1d372d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 426/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 2e3f206da00ec8ea4ffb793477ef9b51fa1d319e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 427/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 729e4ab97334cf9daa702c5d8a65e5ba2f8d7082 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 428/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 2fa589f89f9e1bb7e9482f76ac3d788bb9380112 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 429/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 582967c027f7827ad42e0524ef3ce5c96c40b841 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 430/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 278feea420016182364f6c336d4da68e13fef61c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 431/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From cfd404f1dc6d87db13f60588fc802e64e28a8600 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 432/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From ab156920f5dad3f5f8075758879afb48bb9034db Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 433/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From f81ef50b5c29aef8e32fb64dc6a8c724e2865941 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 434/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 461d034e09e788790af804cccff7c487e3e375d2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 435/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From adf94a7f39b5eb53d84fa373f8c28b63ea2c6a7c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 436/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 37cfc757342e59ce703114ab34d43740d88fb49f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 437/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 553cfea74ef1c77c0a48ff2784ea4bf721f425d2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 438/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 8b6ecb6b2fb9dc093dcfe4a092fb94dc2898d5a7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 439/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From cfeb402da00847c567a97d3995a8175e06a66a8c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 440/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 9658cad806be6e5b72e688d6688575da2169bd4f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 441/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 45d37363a070a906a0edc993b9c2173de72b1e6f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 442/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From bbc9ca19d41ab54e7989c342fd24806efbeb5b97 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 443/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 661ac3b25426d156da95b2db6cd84221ed978336 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 444/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 948ce39c75e11bb3442b403d04b8b79a9f500e53 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 445/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From f776cadfc37a0e09ecefee8c154e9fdc1805f3b4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 446/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 5730b8f491ecfd5c515ec03b8a4d3c7443fd779e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 447/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 38d25a6bf64e8f74ee0509ae73a4a86ea1c81f4b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 448/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From c76d96e0ad750358c9a54d2f31c27840156097ae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 449/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From eb65549646af5b4eabc3408d615d65718453768f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 450/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From e0fc641f2c94dcb43e45db89bc88861c9522ac42 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 451/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 340a3a9ff3e024003d320769b2be16533ff68edb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 452/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 5e785247f684102742a93e27d4896016495c0301 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 453/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From f4717923652948a400fda2caed1439f00f10357c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 454/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 0b3b37e3437c95507a63c1f67375188da205dbe8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 455/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From f2488d85a7f5b188856d7fde7f537f2bd1674437 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 456/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 55310c39f85faf07639ffb3c6573d42c288ebea8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 457/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 40d816798984351136d442430926fcd0f92f3f6d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 458/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From aee1a71d48d465575e850e28426e9b79afa5a7b9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 459/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 7135be072919eee4d3283e31139df9632aee94d4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 460/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 964f782b4ccc165e47f53051f8d7c5b105527caa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 461/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From a34eff724311f23eb5042eccfd695139a56938e2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 462/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 3b1bbd94323187cf58ea0f5464ac0a26c23b9527 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 463/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 679380ecbae36c96f632a8d91593166f99ad9cc9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 464/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 7fe4e989c2800fde871be6285794728f1b2cd76d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 465/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From d139c60662cc9affa8614a7e9cfed7c29ac631e3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 466/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 352862c4df8782dd2c98d189a5f390c60ac99891 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 467/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From b69913012dc666ac341f2b5cfc41ff52df295d0e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 468/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 6e69963282ad7b932470ae76420fcf56dab1571f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 469/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 4b80fb25e41c2d8edcf1a7dd7fb50e386663e864 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 470/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From f14ec4ceaa8ba8e69b2d2c9608945d0c1996c411 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 471/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From f5f1926dfb63d5e4ca2daf19fa9c3ec8d0b84f43 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 472/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 34f8b931eddb07169ee67863013d81a441d09f88 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 473/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From d66fe919c9186d40b6c1a07c47495cc17d2fe80f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 474/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From abaad486903030e03a6a5997e321f7c9c89706af Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 475/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 3aaa1ebd7742e32ab5947dc365e34f9ebe34fadb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 476/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From b417589a319ed2bf22d60fbdc44ab4492d8c9334 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 477/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 1d3f46f389b4f794c7f7bb6e6f547499430a1643 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 478/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 14188575e4836d3f0f51dc3a31ee4e9d9b307bbe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 479/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From d42f64a6a553d2ae96bd26db79ac5122b409d4a8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 480/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 78aeadf692ea35a48c77809b73a41a03ff32b898 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 481/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 00517bce3e81c2476f9ceaeedbb40fb0a4e2e3db Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 482/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From c52cf8c90e2347625c81b2c52b8f1b6cae2617ad Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 483/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From a0ab70f1f54510ac958ca5113fd69d4ded1c4b80 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 484/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 16540f6e0771fd0b1016a1dfcdae3f28175a062c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 485/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 27f5d1b3f3fbec8fe20100aa3f4aee36a125f47b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 486/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From 46dd9eb958a09db6c9406833b46cedd88fc17e15 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 487/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 12639e4c696feeee99169aecf885ba5b94816810 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 488/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 4fd9d20e332c4bc5309d461e2d92c988b90649b4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 489/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From e54a6e4a0c9a97d76008b07eb417753dd16b6204 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 490/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 6f5bf2af5b6916176afaefd96bcf3a8a9c6c81eb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 491/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 377f5d039966fd4f86445fcd11cb3460c83b8879 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 492/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 4a480da71641b5d22f0e5630b06ac892467372f3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 493/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From a59bf5ba15e407abf26a87b068a56d42f87298bd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 494/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From c7a1367c459af32f78293b227787cb1ce973611c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 495/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 30ad8dcf5aff6a86b7a77ff959ddc50b99d8eebb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 496/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 5e14e7e19ea697d28cc6953717aa408a4f420546 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 497/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From aabc9c8edde2fbb7fc18683e2bdc730abb83d0ab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 498/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From d595d4178c6146bcc6d20f30ec507b1598b8a0b6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 499/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 2cedb8ae7f497ee572cc32925d80e517fcc795e4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 500/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 550aeb531a93e591175e27e940a0c0bafd389c62 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 501/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 26606fe4976c9dbc7b936d56884de5040cf44f3c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 502/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From f37b389cd08e272e268ed3fdb3b8c89e520f9188 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 503/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From c2d27621a5005ddec68074f0eea5722c6165a422 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 504/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From dcb6b806556cbc414514026855ee99419258acdc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 505/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 8ecd0da5032c901cf8d3c958ccf59df15ff4566b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 506/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From ff8f99e2dd54e3987888256fa66c7f64019472e6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 507/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 810468f16c0f2cc76db393c7c0808cb3e04c2314 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 508/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From e9010725b424e89c7cf7153f5148cec658c78292 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 509/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 7c3849e2b4542ddfcf0a091cb505c833e6269f89 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 510/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From ff259aab1d0f1e52cf945267db150930c07c8639 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 511/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 440b58d4c4831b802955b2cd7a7a68dc85338bb9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 512/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From bd004fc0035907bc5e69a038e2560a5a324da93a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 513/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 7d02b91f81018d89f75ff34a058f686a2e7166fc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 514/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 69f822bc3ce0baed0f1fe0d48dbc53b02c219636 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 515/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From d7eed6fe79ae9efe5b304afa3f90ad23f5bf5234 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 516/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From bfff3551be6616c54c00672ebae74c39bb60685e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 517/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 961e698fb3a09ba528a2614220abed2945d6dee2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 518/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From f79254f80944e73f5fe6326c4a65a9571d2e1284 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 519/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From b7bd948256e747c3184bd32308adf0db58b5f9f4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 520/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From fd404b1f740df975b580876456a1ccf0a539fc5a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 521/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 12d45a81fa00638e50f0b9950aca01e42f2e47a6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 522/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 3c90c97e3be44e292b3c56e50498a70aab87f205 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 523/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 9be896a94573e75e7db40ad8ccc79f539c68dc17 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 524/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From b3ce2eae7241608073d4868d6c86f46f9be663b9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 525/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 27e407ffbb88411c5770d2c117d4e4c5639ed9c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 526/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 3d471c34c0bc66b3b57dd4cc9f8ac95f62c87ed5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 527/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 59d628952902684ff164b7e37e56ee1cbf0ffe41 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 528/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 04cad7d86e3b65ce0ea368cdaaae5f83d1a42cab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 529/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From c21dd759cc8b5ca20c48d6d44fad0f42dd092086 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 530/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 88956c2064c0bba5315d7f33fc0932b943c4234c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 531/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 9d69f2647fe1b1c24b90fcc8d12c7660a37ca6c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 532/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 55cfcc3b00a9832c94b27f8f78ed66576748c44c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 533/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 7f78b52253994ed2c490a0a79b9eca9bf3ab9bd6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 534/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From e1be02a52ecd1815c5919b5302bca7778d580d80 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 535/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From 8d8d7bc16f71349fc2280ecc024b2583f307d6ef Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 536/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 7cbf3afba51ed8b02990d44de8d1c077fd7b34ee Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 537/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 4437cf0228ae67a3197811bb7da24c5c60df3ea5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 538/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 3455792ea6de41fffaa36cf3caddf3a9865f2002 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 539/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From bba29348da3f3c49988a4be3e7f24d98765103b8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 540/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 7aaa2ad0acad72a1e33651949c9cc5e6535b46ed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 541/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From c113ed3da0df5dd6cfbea57746f44dd7ac366cf9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 542/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 0b6c1d660720bc5696765cbaa63d8bf8c08b5df3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 543/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 4be1ab44ab0dbf608a6c5b1c7287b3270e986876 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 544/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From 6dccb79c3122889af60839b8c9ff6f4b8ec9d46c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 545/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 80afd9959557ab252f1b7349d8e7ce0cc0022957 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 546/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 83cb117de03aae0a243a45bbeb8a64827c3df62b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 547/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From b52c2b2d0cd98b925d6aa9f4138e4615d45f9521 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 548/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From 2c9aed4fbfe43fb8b94e07c9b6e1ef635a1829dc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 549/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 57f1d938dbf53c024828d5c4bdaa29c0d988d5e6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 550/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From fe68043d345b0640e7322ccb138e9c0c8befa6c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 551/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From f68f21719c9a44faa8057bdeed0e5f6ace141516 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 552/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From 505a769b34fd4c75e8c0cd7aea8b3d49fc2d2d1f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 553/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From d73dfcd4622d49870b8ee40409dc1d60b26f44f5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 554/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 1d62b69158a18f68e40eb6760fab5b5ba46d0ed4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 555/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 0c2149af930289cb5a115c7edb05b0140ee1d2f3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 556/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 298aad22dd339b5a8c80aa347f86aabe7c19e32c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 557/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 97444a9fea7a36c4541ad6c2d9fb0fd0345b79dd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 558/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 698b5242813a2408dcb0d7ca3de495794c9c6c31 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 559/577] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..bac70bf164b 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,7 +20,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 8dc47a12490afae0e6787b42976b475066751277 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 560/577] Add recipes for akirak (internal) This should not be sent to MELPA. --- recipes/akirak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/akirak b/recipes/akirak index d3212b660db..b06e706487e 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1 @@ -(akirak :fetcher github :repo "akirak/emacs-config" - :files ("emacs/lisp/*.el")) +(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file From c28c54bbbdcea52050af3399b44533abdab05058 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 561/577] Add recipes for my config These recipes are meant for use in my config at https://github.com/akirak/nix-config/ --- recipes/ghelp | 3 +-- recipes/queue | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 recipes/queue diff --git a/recipes/ghelp b/recipes/ghelp index 872dda911fa..a9a3455c7c2 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1,2 +1 @@ -(ghelp :fetcher github :repo "casouri/ghelp" - :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) +(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file diff --git a/recipes/queue b/recipes/queue new file mode 100644 index 00000000000..b5093f51fd4 --- /dev/null +++ b/recipes/queue @@ -0,0 +1,3 @@ +;; Nix cannot fetch the official repository, so use a mirror instead. +;; The official site is https://www.dr-qubit.org/predictive.html +(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 8a84ce25ad53098f8938f8e6183165d995629a4f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 562/577] Add recipe for project-hercules --- recipes/project-hercules | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules new file mode 100644 index 00000000000..708b81e398f --- /dev/null +++ b/recipes/project-hercules @@ -0,0 +1 @@ +(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 7d11a85721a181e8761c5b5c8df9170817fa4dd6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 563/577] Split ghelp recipes --- recipes/ghelp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ghelp b/recipes/ghelp index a9a3455c7c2..872dda911fa 100644 --- a/recipes/ghelp +++ b/recipes/ghelp @@ -1 +1,2 @@ -(ghelp :fetcher github :repo "casouri/ghelp") \ No newline at end of file +(ghelp :fetcher github :repo "casouri/ghelp" + :files (:defaults (:exclude "ghelp-*.el") "ghelp-builtin.el")) From 394d8df71975b546b7e440ebbb5ec793873ec0d6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 564/577] Add nix3 --- recipes/nix3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/nix3 b/recipes/nix3 index a2575b2e25a..2f8cc7c46e5 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1 +1,3 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el") +(nix3 :fetcher github :repo "emacs-twist/nix3.el" + :files (:defaults (:exclude "magit-nix3.el" + "nix3-embark.el"))) From b804d7cd777f8db1c49f4c53695c4ddb90499bcb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 565/577] Add riben --- recipes/riben | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/riben b/recipes/riben index 4a06377f359..8d624be818e 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1,2 +1 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese" - :files (:defaults (:exclude "avy-riben.el"))) +(riben :fetcher github :repo "akirak/emacs-dumb-japanese") From 39791d38bf9d6cad797b00bbaf9b473d43dbf341 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 566/577] Add avy-riben --- recipes/riben | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/riben b/recipes/riben index 8d624be818e..4a06377f359 100644 --- a/recipes/riben +++ b/recipes/riben @@ -1 +1,2 @@ -(riben :fetcher github :repo "akirak/emacs-dumb-japanese") +(riben :fetcher github :repo "akirak/emacs-dumb-japanese" + :files (:defaults (:exclude "avy-riben.el"))) From e4516266d03733fd5e61f6e3b690844193d48a52 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 567/577] Migrate akirak to sourcehut --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index b06e706487e..9afe2334c41 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1 @@ -(akirak :fetcher github :repo "akirak/trivial-elisps") \ No newline at end of file +(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") From a8c796b5881dd3dfa84b60fc50ad972e9f2a3b44 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 568/577] Update the recipe for akirak Use the new sourcehut fetcher. --- recipes/akirak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 9afe2334c41..5f35cdc5d3c 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1 +1,2 @@ -(akirak :fetcher git :url "https://git.sr.ht/~akirak/akirak-mode") +(akirak :fetcher sourcehut :repo "akirak/nix-config" + :files ("emacs/lisp/*.el")) From fcc28767a9fe736752c8ef9763222be7740ea25d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 569/577] Add org-memento --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index 1438f312970..ac6424d44c5 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher github :repo "akirak/org-memento") +(org-memento :fetcher sourcehut :repo "akirak/org-memento") From 2ee2939f64d76df13ef48455b699ee473c35f2c6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 570/577] Remove project-hercules It has been renamed to, or replaced with, workbox. --- recipes/project-hercules | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/project-hercules diff --git a/recipes/project-hercules b/recipes/project-hercules deleted file mode 100644 index 708b81e398f..00000000000 --- a/recipes/project-hercules +++ /dev/null @@ -1 +0,0 @@ -(project-hercules :fetcher github :repo "akirak/project-hercules.el") \ No newline at end of file From 02f4bfaaee107c60c42b72d0552474bbbedb06cf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 571/577] org-memento: Switch to github --- recipes/org-memento | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/org-memento b/recipes/org-memento index ac6424d44c5..1438f312970 100644 --- a/recipes/org-memento +++ b/recipes/org-memento @@ -1 +1 @@ -(org-memento :fetcher sourcehut :repo "akirak/org-memento") +(org-memento :fetcher github :repo "akirak/org-memento") From 4cc782d1137389c7757c3215e76799569f8b8230 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 572/577] Simplify the recipe of nix3.el magit-nix3.el has moved to extra directory of the repository, so this recipe can be simplified. --- recipes/nix3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/nix3 b/recipes/nix3 index 2f8cc7c46e5..a2575b2e25a 100644 --- a/recipes/nix3 +++ b/recipes/nix3 @@ -1,3 +1 @@ -(nix3 :fetcher github :repo "emacs-twist/nix3.el" - :files (:defaults (:exclude "magit-nix3.el" - "nix3-embark.el"))) +(nix3 :fetcher github :repo "emacs-twist/nix3.el") From 4f4f42bcb58837d7aa3a522e81270c5999a64a98 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 573/577] Remove queue package This should be installed from GNU ELPA. --- recipes/queue | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes/queue diff --git a/recipes/queue b/recipes/queue deleted file mode 100644 index b5093f51fd4..00000000000 --- a/recipes/queue +++ /dev/null @@ -1,3 +0,0 @@ -;; Nix cannot fetch the official repository, so use a mirror instead. -;; The official site is https://www.dr-qubit.org/predictive.html -(queue :fetcher github :repo "dmgerman/predictive") \ No newline at end of file From 8806eff53cb63dc4eac72a41819becdac2891ad1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 574/577] Update akirak --- recipes/akirak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/akirak b/recipes/akirak index 5f35cdc5d3c..d3212b660db 100644 --- a/recipes/akirak +++ b/recipes/akirak @@ -1,2 +1,2 @@ -(akirak :fetcher sourcehut :repo "akirak/nix-config" +(akirak :fetcher github :repo "akirak/emacs-config" :files ("emacs/lisp/*.el")) From 5cd93ec24e6ed37e1d37573f2d557ee82cd38fe4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 575/577] ci: Fetch the full history to identify the parent commit To prevent a failure like in https://github.com/akirak/melpa/actions/runs/6979450103 --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index bac70bf164b..d021107d14c 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -20,6 +20,7 @@ jobs: - uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ github.base_ref }} - name: Tag the last head revision From 2a34f08eae3f7bfd5284629c0270d77e58bfc11e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 30 Dec 2023 21:08:16 +0900 Subject: [PATCH 576/577] ci(reset): Fetch the revision --- .github/workflows/reset-on-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index d021107d14c..7b4e40984a9 100644 --- a/.github/workflows/reset-on-merge.yml +++ b/.github/workflows/reset-on-merge.yml @@ -38,6 +38,7 @@ jobs: - name: Reset run: | + git fetch origin "$rev" git reset --hard "$rev" env: rev: ${{ github.head_ref }} From 250e9a89d270353121b2eff652d624d01577c9e9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 14 Jan 2024 12:44:14 +0900 Subject: [PATCH 577/577] Migrate oahu and oahu-memento to github Sr.ht has been down after a recent DOS attack. I will migrate these repos to GitHub. --- recipes/oahu | 2 +- recipes/oahu-memento | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/oahu b/recipes/oahu index e3f4bde6f16..4bbcb6370fa 100644 --- a/recipes/oahu +++ b/recipes/oahu @@ -1 +1 @@ -(oahu :fetcher sourcehut :repo "akirak/oahu.el") \ No newline at end of file +(oahu :fetcher github :repo "akirak/oahu.el") diff --git a/recipes/oahu-memento b/recipes/oahu-memento index 16aad30ea7d..cf8f5f8765a 100644 --- a/recipes/oahu-memento +++ b/recipes/oahu-memento @@ -1,2 +1,2 @@ -(oahu-memento :fetcher sourcehut :repo "akirak/oahu.el" - :files ("extra/oahu-memento.el")) \ No newline at end of file +(oahu-memento :fetcher github :repo "akirak/oahu.el" + :files ("extra/oahu-memento.el"))