From 58a678042193a2c9ffe2cdb3e868d489af1d15b7 Mon Sep 17 00:00:00 2001 From: Samuel Michael Vanie Date: Sun, 21 Jan 2024 20:13:12 +0100 Subject: [PATCH 0001/2121] Add recipe for youdotcom (#8858) --- recipes/youdotcom | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/youdotcom diff --git a/recipes/youdotcom b/recipes/youdotcom new file mode 100644 index 00000000000..5e492d56f3c --- /dev/null +++ b/recipes/youdotcom @@ -0,0 +1 @@ +(youdotcom :repo "SamuelVanie/youdotcom.el" :fetcher github) From 716b2327c4940c05cc4fbcb3dcbca4d22b7455cc Mon Sep 17 00:00:00 2001 From: Vivek Dasmohapatra Date: Sun, 21 Jan 2024 19:29:21 +0000 Subject: [PATCH 0002/2121] Add recipes for base32 and totp-auth (#8867) --- recipes/base32 | 4 ++++ recipes/totp-auth | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 recipes/base32 create mode 100644 recipes/totp-auth diff --git a/recipes/base32 b/recipes/base32 new file mode 100644 index 00000000000..486f522a3cb --- /dev/null +++ b/recipes/base32 @@ -0,0 +1,4 @@ +(base32 + :fetcher gitlab + :files ("base32.el") + :repo "fledermaus/totp.el") diff --git a/recipes/totp-auth b/recipes/totp-auth new file mode 100644 index 00000000000..587c1bd06a9 --- /dev/null +++ b/recipes/totp-auth @@ -0,0 +1,4 @@ +(totp-auth + :fetcher gitlab + :files (:defaults (:exclude "base32.el")) + :repo "fledermaus/totp.el") From 051ff5bbbd7183f83b918aee96cb68c58f164bcd Mon Sep 17 00:00:00 2001 From: Daniel Slutsky Date: Sun, 21 Jan 2024 21:37:42 +0200 Subject: [PATCH 0003/2121] Add recipe for clay (#8880) --- recipes/clay | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/clay diff --git a/recipes/clay b/recipes/clay new file mode 100644 index 00000000000..83119d33ea3 --- /dev/null +++ b/recipes/clay @@ -0,0 +1,2 @@ +(clay :fetcher github + :repo "scicloj/clay.el") From 7f31507865be2e21625ade7e72dbd1bb2022bb07 Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Sun, 21 Jan 2024 20:42:49 +0100 Subject: [PATCH 0004/2121] Add recipe for flymake-eldev (#8883) --- recipes/flymake-eldev | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/flymake-eldev diff --git a/recipes/flymake-eldev b/recipes/flymake-eldev new file mode 100644 index 00000000000..18ec3fc6d98 --- /dev/null +++ b/recipes/flymake-eldev @@ -0,0 +1,2 @@ +(flymake-eldev :repo "emacs-eldev/flymake-eldev" + :fetcher github) From 14ce9b9c023ca8d3b42485253212c65e50a5e352 Mon Sep 17 00:00:00 2001 From: "Samuel W. Flint" Date: Sun, 21 Jan 2024 13:46:26 -0600 Subject: [PATCH 0005/2121] Add recipe for ebdb-mua-sidecar (#8887) --- recipes/ebdb-mua-sidecar | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/ebdb-mua-sidecar diff --git a/recipes/ebdb-mua-sidecar b/recipes/ebdb-mua-sidecar new file mode 100644 index 00000000000..c5622d5a500 --- /dev/null +++ b/recipes/ebdb-mua-sidecar @@ -0,0 +1,4 @@ +(ebdb-mua-sidecar + :fetcher sourcehut + :repo "swflint/emacs-universal-sidecar" + :files ("ebdb-mua-sidecar.el")) From 80852cf1c594ba8ca72634b8364f5495d3c039b6 Mon Sep 17 00:00:00 2001 From: "Samuel W. Flint" Date: Sun, 21 Jan 2024 13:48:39 -0600 Subject: [PATCH 0006/2121] Add recipe for universal-sidecar-citeproc (#8889) --- recipes/universal-sidecar-citeproc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/universal-sidecar-citeproc diff --git a/recipes/universal-sidecar-citeproc b/recipes/universal-sidecar-citeproc new file mode 100644 index 00000000000..b0ee0a253f8 --- /dev/null +++ b/recipes/universal-sidecar-citeproc @@ -0,0 +1,4 @@ +(universal-sidecar-citeproc + :fetcher sourcehut + :repo "swflint/emacs-universal-sidecar" + :files ("universal-sidecar-citeproc.el")) From 597ed5b551563774ea8850809fc4cc0bea88af40 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 22 Jan 2024 02:11:39 +0100 Subject: [PATCH 0007/2121] Update url of auto-rename-tag's repository The old url redirects to the new url. --- recipes/auto-rename-tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/auto-rename-tag b/recipes/auto-rename-tag index 407c819886d..f709f15fb4e 100644 --- a/recipes/auto-rename-tag +++ b/recipes/auto-rename-tag @@ -1 +1 @@ -(auto-rename-tag :repo "jcs-elpa/auto-rename-tag" :fetcher github) +(auto-rename-tag :repo "emacs-vs/auto-rename-tag" :fetcher github) From cf62cd71df88e5024a891e1e438b1d7b15a0edf6 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 22 Jan 2024 02:23:26 +0100 Subject: [PATCH 0008/2121] Update url of htmltagwrap's repository The old url redirects to the new url. --- recipes/htmltagwrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/htmltagwrap b/recipes/htmltagwrap index c03e3686096..e7e5260e182 100644 --- a/recipes/htmltagwrap +++ b/recipes/htmltagwrap @@ -1 +1 @@ -(htmltagwrap :repo "jcs-elpa/htmltagwrap" :fetcher github) +(htmltagwrap :repo "emacs-vs/htmltagwrap" :fetcher github) From bc2db57a308db64656ccb1b1f31106d0fd71666a Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 24 Jan 2024 18:46:31 +0100 Subject: [PATCH 0009/2121] Revert "Get tuhdo's packages from the emacsattic" This reverts commit 81f5e9b664efb6a686f52f210bf67970a994cbb6. The upstream repositories are available again, see #8891. --- recipes/srefactor | 2 +- recipes/stickyfunc-enhance | 4 +--- recipes/xwidgete | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/recipes/srefactor b/recipes/srefactor index d80f7d25851..5bfc333916c 100644 --- a/recipes/srefactor +++ b/recipes/srefactor @@ -1 +1 @@ -(srefactor :fetcher github :repo "emacsattic/semantic-refactor") +(srefactor :fetcher github :repo "tuhdo/semantic-refactor") diff --git a/recipes/stickyfunc-enhance b/recipes/stickyfunc-enhance index 8a41e2803a1..d18eb0de89b 100644 --- a/recipes/stickyfunc-enhance +++ b/recipes/stickyfunc-enhance @@ -1,3 +1 @@ -(stickyfunc-enhance - :fetcher github - :repo "emacsattic/semantic-stickyfunc-enhance") +(stickyfunc-enhance :fetcher github :repo "tuhdo/semantic-stickyfunc-enhance") diff --git a/recipes/xwidgete b/recipes/xwidgete index cd03a68af62..f258b88c94c 100644 --- a/recipes/xwidgete +++ b/recipes/xwidgete @@ -1 +1 @@ -(xwidgete :fetcher github :repo "emacsattic/xwidgete") +(xwidgete :fetcher github :repo "tuhdo/xwidgete") From b9e34a89a414a1650a4ff9f7e6c0556b28f414dc Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 25 Jan 2024 20:00:35 +0100 Subject: [PATCH 0010/2121] Remove "feather" package This is a package manager and it has been archived by its author (see https://github.com/conao3/feather.el). It's a bad idea to use a package manager that isn't supported anymore, which is why I am removing it from Melpa. --- recipes/feather | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/feather diff --git a/recipes/feather b/recipes/feather deleted file mode 100644 index b3b3340a91d..00000000000 --- a/recipes/feather +++ /dev/null @@ -1 +0,0 @@ -(feather :fetcher github :repo "conao3/feather.el") From 201399f4ca3fec4fd79b8009eed4b4daef2d5e62 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0011/2121] 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 d99333153fadb6f26eefdd11438631d427371f57 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0012/2121] 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 6bff8a92180714e683410010a70999129245a117 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:10:13 +0900 Subject: [PATCH 0013/2121] 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 63f014a146cec0f047119df4f0c9ffa601f14f73 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0014/2121] 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 8aa096cb48cd9cc7c3691426eb03e87c5e2cbe4b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 17 Feb 2022 19:06:44 +0900 Subject: [PATCH 0015/2121] 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 79f9a040339a379e135cd3286322e41f28c6e669 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0016/2121] 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 22d4296f6abd7faea37c433312906263a51c47a5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 25 Feb 2022 17:41:03 +0900 Subject: [PATCH 0017/2121] 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 c3c7fa2d5633412da64a4753aa2a8180463cefea Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0018/2121] 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 d806d422cd9023a42b3c0a927f00d17033d68aaa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 23:55:29 +0900 Subject: [PATCH 0019/2121] 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 15fba1f4e9fe55061f351c5b4b4660d19510f564 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Feb 2022 21:10:53 +0900 Subject: [PATCH 0020/2121] 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 97526a7487bf1ad1760bd25238dc9151918e9b3f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Tue, 1 Mar 2022 02:00:27 +0900 Subject: [PATCH 0021/2121] 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 c0b5085fb05f8674c45701fff6ffca777023ef7d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 3 Mar 2022 16:28:53 +0900 Subject: [PATCH 0022/2121] 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 2a2e5f5b96f160908e644a47330d74101b181c5f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 18 Mar 2022 02:03:22 +0900 Subject: [PATCH 0023/2121] 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 65398b87ccb1866b885d702496347617d9551aaa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0024/2121] 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 1c354bbb4ea7fa244a4b94e86bc4fd7af424df52 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0025/2121] 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 7e3be8a171126fc8ffb5260c3223ecf199e3be40 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0026/2121] 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 fdd5c5346f2fafb62a095a8845eb8ebec1f91e8f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Tue, 12 Apr 2022 11:47:36 +0900 Subject: [PATCH 0027/2121] 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 851ea1d7c5af2ec5cdca94df44daa773fff5f2a5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 13 Apr 2022 22:13:19 +0900 Subject: [PATCH 0028/2121] 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 cf359c32398fe64e67d8d3cc1929bf7dec9b6f41 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 14 Apr 2022 02:00:34 +0900 Subject: [PATCH 0029/2121] 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 cf1022883847e1fe5d40eb0ad80dafccdb199ad7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 16 Apr 2022 01:56:10 +0900 Subject: [PATCH 0030/2121] 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 4cf81b89f5968771815cbd18c0cf73f087ca279d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 20 Apr 2022 17:34:18 +0900 Subject: [PATCH 0031/2121] 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 105c41a9c72785e4bdd14d02764b3b94887f90f1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 24 Apr 2022 00:41:48 +0900 Subject: [PATCH 0032/2121] 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 b335b476e9e14b3713072fcc96b6fdd61d0cb055 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 24 Apr 2022 00:45:58 +0900 Subject: [PATCH 0033/2121] 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 5580e7132ee3c29d47b6a5bb49a930c99842177d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 2 May 2022 01:04:59 +0900 Subject: [PATCH 0034/2121] 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 ac782feb55e8ce1d5bcafab666cee07d57d588a0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 22 May 2022 03:05:14 +0900 Subject: [PATCH 0035/2121] 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 0ac081190a9c9eae485c7c5d7943c968bf5bda45 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 29 May 2022 15:28:58 +0900 Subject: [PATCH 0036/2121] 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 a13760650f9696b07589fc75ce7929c085dcc7bf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Jun 2022 13:02:31 +0900 Subject: [PATCH 0037/2121] 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 bec492ea16eace8925432297fe37dce4686016e5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 4 Aug 2022 12:30:37 +0900 Subject: [PATCH 0038/2121] 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 7c5a78edbdcb3f284feec085313c60b2f1aaf6cb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 8 Aug 2022 11:54:21 +0900 Subject: [PATCH 0039/2121] 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 af607025796c207289ab07376403944eb66e3a3c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 19 Aug 2022 15:37:30 +0900 Subject: [PATCH 0040/2121] 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 122787f557f813e94ee9fc88dd38f2576738ce96 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 19 Aug 2022 23:56:56 +0900 Subject: [PATCH 0041/2121] 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 91b3f714b860b1d55ff5ef811f98f519bad7bb7d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 21 Aug 2022 16:36:15 +0900 Subject: [PATCH 0042/2121] 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 17da2478e30ed5689c1d7fc35f22c30566db6b40 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0043/2121] 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 a0cb8a0661ac013ad4d1cc350e5e8173eb30fcaf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 15 Sep 2022 18:03:22 +0900 Subject: [PATCH 0044/2121] 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 aa17bbef1063fb874c8e93ce5f269c66ff7b7ca4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 28 Sep 2022 01:49:24 +0900 Subject: [PATCH 0045/2121] 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 0b9acac292cdce2d864f68d2454458c9257766aa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 28 Sep 2022 01:49:30 +0900 Subject: [PATCH 0046/2121] 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 b69908f60420448d56b31514c5acb1130b2044f4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0047/2121] 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 0e2985d3430efc011c9966bba28eec13b18a9b63 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 15 Oct 2022 19:50:51 +0900 Subject: [PATCH 0048/2121] 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 634d3973626e79cc017f8e66261510678163d3d0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 10:45:03 +0900 Subject: [PATCH 0049/2121] 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 9ce1e169566c4117b6d8ce7f7becdd7b82791f72 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 12:05:24 +0900 Subject: [PATCH 0050/2121] 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 630528a09a456f068bba26e267dbd39d796a8499 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 12:49:14 +0900 Subject: [PATCH 0051/2121] 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 e2bfe01848a7b5a1bf474b7b4b5dc118aec6e0f7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0052/2121] 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 4762a4190ba0522cd701939bf955470e1783c89e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0053/2121] 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 1602ab4d3702089d46a7530395fc8747688dffb1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 12 Nov 2022 18:38:55 +0900 Subject: [PATCH 0054/2121] 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 f629cb3b82bc32f0c2ee0c080faa5da61a4be0f6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0055/2121] 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 f16459b4bc751f5ee6c2afba93e5cdb81fda82ff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 9 Dec 2022 19:49:52 +0900 Subject: [PATCH 0056/2121] 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 e4031e414c83de0d8c7ee39dec8936487632128b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 1 Jan 2023 17:02:05 +0900 Subject: [PATCH 0057/2121] 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 42b28344d37fb7e2b62fedb7f6a4f3da90dcad68 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0058/2121] 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 9e442919d464bcc9adc2c9caa1303367930eb13c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 11 Jan 2023 05:02:05 +0900 Subject: [PATCH 0059/2121] 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 a60bdf2f837375f747a210b13ce9ec502eca5ad1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 11 Jan 2023 05:02:49 +0900 Subject: [PATCH 0060/2121] 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 096909335bd40bc4fc240f8681077e9239513576 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 22 Feb 2023 22:42:34 +0900 Subject: [PATCH 0061/2121] 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 0c0fdff4bb7609854caa119823f4bf452e1dc145 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0062/2121] 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 29963bf34afd4762d386669233952f21f75d76af Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 18 Mar 2023 15:40:29 +0900 Subject: [PATCH 0063/2121] 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 a62abbbab79c207a94fdd07bf9cecd3edefbd1c5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 21 Apr 2023 03:44:41 +0900 Subject: [PATCH 0064/2121] 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 8c45aa33bf8e38bed5c44dd846095387948504f2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 22 Apr 2023 14:22:23 +0900 Subject: [PATCH 0065/2121] 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 0367cfa64fe1779520293b51b483d5001c521459 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 17 Jul 2023 03:51:09 +0900 Subject: [PATCH 0066/2121] 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 41e384dc100ea156f0dcda6dad3c53172f37cbf5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Jul 2023 09:14:23 +0900 Subject: [PATCH 0067/2121] 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 0db364fcb472accf2331d3d4776e546d14cad911 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 28 Sep 2023 02:34:19 +0900 Subject: [PATCH 0068/2121] 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 989389d29e4916d8c6665be12f0abe09e28f1974 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 28 Sep 2023 02:39:56 +0900 Subject: [PATCH 0069/2121] 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 9d133c7b432dcdc07e53402e569bf3cfeb8ea31d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 14 Oct 2023 16:53:13 +0900 Subject: [PATCH 0070/2121] 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 508b30b236ced8c0dd047b4ef9ef5b92ee36598e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 19:29:00 +0900 Subject: [PATCH 0071/2121] 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 c30f5993ded4de2ba95a4f9ae48efbe2ce640ffb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 14:32:02 +0900 Subject: [PATCH 0072/2121] 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 bee6c9804f38a1c7ae8ca3b2e3ac682da2086bea Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0073/2121] 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 e27c78cd4a4a0e38f5ff1b38ea65b661c154be25 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 2 Nov 2023 22:56:26 +0900 Subject: [PATCH 0074/2121] 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 67f7b6ff2e135ac63fd236c9cad490d577c0a503 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0075/2121] 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 d66c8ae77e079540521e216ab8a9f99993e46816 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0076/2121] 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 077938240658f92cb3185ff68397b2d2a0dc6647 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0077/2121] 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 a1c0232af24a5a7d51622278206742226b8e35b0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0078/2121] 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 b9b76d1150d7eca5096c72f207944cb9d9efc0e8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0079/2121] 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 57fb0f2268e44dfd22b9d33b0c9147968b57fcb2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0080/2121] 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 cbcb349f1f84491ef57035255082ddcff94900e3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0081/2121] 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 260ff88f9838433b85c61e9c50782dc792ed135f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0082/2121] 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 84d453893f4fa7b5ae24df58778e57aa952a12ef Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0083/2121] 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 db1b5ff0e05214dfe9ad537b480d99319f413b76 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0084/2121] 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 6f702931c5e455aae6159a5973a558d3c245dfef Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0085/2121] 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 f3e466bfb8a4ddc69508f0f345c99c5e2174341e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0086/2121] 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 7a5c391f064387361b1cf61bc883d61361790cad Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0087/2121] 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 039596587b09ace3e906a1d5889293b29f252022 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0088/2121] 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 123f5b6b83b00dccb4002373e074f95205b3a6de Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0089/2121] 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 309e35b6e76b6e9afaff7b6dc72fbfee9c4a7939 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0090/2121] 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 066dcff962c8c34abe08f76d8ac05bbe89147ebc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 27 Nov 2023 20:10:06 +0900 Subject: [PATCH 0091/2121] 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 3523624a7ecf3141f1e7a9f44a1c73110aa4970c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0092/2121] 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 5b7aa7bc46e97acd2a18846443b9d3c7412abad7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0093/2121] 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 27624a491d7464459c8d3798f186ae14031e8ae7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0094/2121] 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 32358e3b7aaaa0f679e0b6b4e6225e1a0b9e9b41 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0095/2121] 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 fef0c9280400b75ca994e5f67e34858a23b1d79b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0096/2121] 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 399c9a7454220effa215867a6354193b2a25eb74 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0097/2121] 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 dc5daab0cd27b048454959ea99ef184dc9d46a9d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0098/2121] 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 19e875c484abdf20d1b26559e68d2e3ad017e638 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0099/2121] 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 6b53cb12acd9852ee01dca0e875fe09a4f71ed83 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0100/2121] 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 5d6bc95ef9655341e7aabccd5d7e6eef36a8c932 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0101/2121] 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 6ff320d4bd3f2e0ddc08560f7cb00145e67679e0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0102/2121] 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 941fd52a3c767044a66a248f39b4751a1bc98b5b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0103/2121] 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 0f00832e958e888e9c51c2714db779a0b15f64a9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0104/2121] 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 25f271c5f5d0130b6185da6b77c04545d92309d4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0105/2121] 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 ba8dacc21fd00dc33d394f1cf8f674989252d66e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0106/2121] 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 2e9ba02966c388cba3b189722c00dbdde4a7e747 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0107/2121] 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 d9ca07eddd4d66cbfc092f0c8bf1aef8f88a12ec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0108/2121] 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 b782461b5ed639d7249771400ecc9b6ee52e18d1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0109/2121] 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 4511e953489b108b307424adda9a18f196479f72 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0110/2121] 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 b1db7f1203fc9b04c544df3d6348f7cccc7177f1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0111/2121] 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 5388ad5ecc4315f65654ef77188633ce916662ce Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0112/2121] 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 0ff45928eb415c5cccaf3754169de3560e57114a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0113/2121] 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 15ec9180304847efb97b5ebd3cfdd4133addea92 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0114/2121] 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 e04db5be88e1051b50e9e910af62cbae6ac5eeac Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0115/2121] 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 194a685d134724552fb4fdab3403ceb6b4ef7d00 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0116/2121] 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 c5218de02d343011e69f3beb65caab0a1486fcf6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0117/2121] 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 a4c5c000eab74511e8606c0205a23fbc4651bda5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0118/2121] 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 4b8cc7d878a4d43d03caa23737367371693e3750 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0119/2121] 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 24ba04ff4c768a003ba5c3821dbb2abaae57d7c3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0120/2121] 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 1c6db41ccc881bc9d0553e6adfc5e62a61b599e7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0121/2121] 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 628c10a2423174974f9d38f9a8c1378585d0824e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0122/2121] 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 a5087e5a8162b30b3d7b6c5b22ef22b07bc408e9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0123/2121] 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 3b1c01a1e853d4063b320cedab2a707c53804b01 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0124/2121] 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 1abe1703bd842418ece12b0432d3e5dcd0786d7a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0125/2121] 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 76b3f3b6ed9926d658f6cecf6d8b8c8ee8291e56 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0126/2121] 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 2ba881e23c82986b1c2e215e0ac67116040450d6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0127/2121] 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 7f57cc1000359ff57a04160b2da67b8d3eb9c6ae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0128/2121] 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 fe14b3e9c4ce6942fa39339858b22faf4fe2fe45 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0129/2121] 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 c96c400967f4d70e6601fa1b5cfb5931f321229d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0130/2121] 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 2ee6b70bb4a0dbd8e5dd7fae0b98bc7100eb051f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0131/2121] 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 decb5679c44bb564154bc3f838cf945211630db3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0132/2121] 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 205a5759fb89fda902b393aa38fff9f6218c808f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0133/2121] 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 333d4670cf7b3bc3f1dab9d00858d8b3a8108f40 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0134/2121] 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 6e0cce687b0533ed8575947f0a0e58b2522173c3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0135/2121] 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 9a46e8a06b30e7be8bfc2b575cb2085c9bee0f6c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0136/2121] 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 f0547255168853a999baa1dd8e4a94578fadbe07 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0137/2121] 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 ec458aab608862667fe76df16e5ea87aa31d39fc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0138/2121] 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 7a34d1b39942d63d69e5de3425f7e2e001c1708c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0139/2121] 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 2a5408afe31db84dd59c2ce34f2ae2aef4e96950 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0140/2121] 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 392f123ef56dcc6ab31dbc3bdb1aa7687f1e1b36 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0141/2121] 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 cc160117bd5267f44dfe334c600b5aec773ac456 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0142/2121] 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 a933d7bcc49289252da581599cdaf7bc6c597bc4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0143/2121] 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 f22de17bbfc6dd58fdf6e1133620a89aaa568782 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0144/2121] 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 a25963bc034f7161e427d3aa5ccaf4b02d316b5c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0145/2121] 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 010ccd1d9d940746b9882549afe2d3ab9d669545 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0146/2121] 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 1cdb616109dd898e044958df00aee7919ba57ab3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0147/2121] 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 2cde49fa232683969af5df6a61663254bd62f6f3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0148/2121] 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 28263f4d13b1dc7e0c3e5077167d4d3649547227 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0149/2121] 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 ad496e16c4e28cccfc56b5a69a3d1d98bf2b07d4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0150/2121] 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 2a3c3e87a66c01f0d1ccfa989a3970822466cb41 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0151/2121] 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 85848ba805606f494987c8e620bea1d58040ff9c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0152/2121] 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 799967dabedb1288d127100cef2534b42f2db6f4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0153/2121] 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 833e3a76052a05427fecf9bf11b0979af028746c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0154/2121] 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 d7f671b78228ce176e7e82ea5e3772eb4064155e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0155/2121] 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 702593be614efb8e844f902ba2fb5f731c6763b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0156/2121] 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 383046a77695c3a0e4d748a8eeb91bfd1b7f4821 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0157/2121] 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 42fe8b1fa05fffb06b701206c773488f61e91482 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0158/2121] 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 9c010822c686bfb61a5160e874528433e02180cc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0159/2121] 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 ba5eb755b8678efdd32293e9c6b395016a353dd4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0160/2121] 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 dc261a6f853167c1ae7215c1ab86c32d0e05e161 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0161/2121] 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 7845e8c2590b302415e8e48683b055411e1cd90a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0162/2121] 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 0b1f5939b492dc241a16b0e4e02bbaaf4619218a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0163/2121] 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 cdafe290498ff0be531be8a1e69a502a5d779478 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0164/2121] 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 304ca4b94ad342baf549de4078fcb92c3eec9206 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0165/2121] 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 6aedb94c97e129269b1704a45da8af08c9fa270d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0166/2121] 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 83b633f621cc65b0c51baad02cba2753184cdba4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0167/2121] 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 aee965c7b99b22b064314ed80663e237da4d9d0e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0168/2121] 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 1ce3c417fd979106c71463d53e4c9f29eae760d6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0169/2121] 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 c7f1ffa7f65699fe4594f75b39ae1ba8fedaa16b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0170/2121] 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 35baa48bfcbd2061dafb1864b29b72877417c6c0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0171/2121] 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 cb6837f3ff34c22fe7727df83ac98d5baf21d98a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0172/2121] 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 996fa36c974137d21d2b333a912e5bffe2c80817 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0173/2121] 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 2b2d985ea9163b0aebda840d699a36af9c9376f7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0174/2121] 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 5684280a165f5bf24c256a7ffddebb404515f224 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0175/2121] 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 52249e393a2e61ce570fac00560c621a8e180104 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0176/2121] 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 4420b437e1183018dd802a75117974ca76772e70 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0177/2121] 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 391d7946ef18cb4dee5fa9dc51ae5d293de5b469 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0178/2121] 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 ed665a8008af8ad983070b333ebb39b5c0ae1450 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0179/2121] 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 84d4f60e76c1c186a5a39a9aad0a2fa355d10926 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0180/2121] 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 368a8717cf818cbd24025aa89b6fc33f255b39fe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0181/2121] 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 2b414ffdd6985c878a257dcbcc26ee59c91ee854 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0182/2121] 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 9e358e925184b3ed1e020746754201e6ea87044b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0183/2121] 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 68fc1803abf2367f6da3bdbfa0ece70b780c30cd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0184/2121] 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 6329e8c1d87f8197f6b27d2ef073cbb05d84cc3f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0185/2121] 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 9c81ac98c2eabe54b0490c3fb67d5a7c34a99865 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0186/2121] 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 58d22c3b379a8252325061b3aa25b4cf855923f7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0187/2121] 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 73e93db73333a10fb96c82df125d34fd451f4bc8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0188/2121] 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 9a62d5094b89468806103cbd33763b6284d8e0a4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0189/2121] 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 9234da3fe52fd9523dcfdf0ccf9e1b3df8cc697e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0190/2121] 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 4002d6b965814a30b32801a0ec07e0417b02c21d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0191/2121] 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 66f71de055b36f16c4d4c6c155ebba1868393dfa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0192/2121] 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 d63aefcfcbc2b369343c171f7089bd6f3f726dd4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0193/2121] 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 e3338cf540bc8dbb9a03447e49414c52da75fa90 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0194/2121] 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 810f717bd8d4911026ad7e106c68ce5472ae7a68 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0195/2121] 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 7ea752faf52eb70a9f039d517369fb2c4afb2a6a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0196/2121] 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 875678418e0d5fc55c79868e25ca6ee382d01ced Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0197/2121] 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 fc1340b70df5e3d577c6743df72ae2a37d3720cb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0198/2121] 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 8dc59e7e61a7a332028b7609d5cc522a8d7083a9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0199/2121] 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 71a1ca40b5acb5f3b3675187b0f1d04709bacec9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0200/2121] 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 23a84f857ba77e4fd4e80e005f738a8536ad8fff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0201/2121] 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 22d9c27397461951de99656a9961d809824c494c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0202/2121] 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 4e6a0a8c7765230dc02d31c88dad3801f46e7e85 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0203/2121] 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 69ce0f6b902936c1ac04510b4ea6febd38526f0e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0204/2121] 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 f664ecc4f45a287ee579eab6de66960af297c8ed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0205/2121] 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 1a22d9ecb93a8ea1cda1bb7f3a65284c37b0ac8b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0206/2121] 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 680c616009171854342128aaf47991bb0ecec802 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0207/2121] 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 cdc4a9ff331090256f5770e802cf79f6d68624c5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0208/2121] 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 828e10ffb31f51383ca5c0764555c9726e53b7c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0209/2121] 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 ec7cd1bf5169b433679225ccc0bb51f873723da9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0210/2121] 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 30f7102c10a3421c352bad752bb3bec8108e8faa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0211/2121] 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 2dcc2f9f7f025426b9c4c58da5e125b79859e363 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0212/2121] 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 43b9c90f340cae6ba2af46f1aee77c69136307da Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0213/2121] 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 2654723cc0ed200b2c0d25aeee81edceefe0faf2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0214/2121] 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 c5cad5da0b7a7f4c39a33fc2710221803e620ef3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0215/2121] 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 d091ec3be531756b67be2ac50cbd9b50f34acb13 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0216/2121] 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 65e92dd77f7f8ea3580eede403342fa9461e2186 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0217/2121] 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 06a69c81466efc74fafd2b0f83a56f0f5eb70bb8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0218/2121] 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 757a0f89e6bbcd28fb5eecf5325c8399810af04a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0219/2121] 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 f2ce8e2dd48e22b4c3424d3522948b7379b1d2e3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0220/2121] 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 4c29c6de295a52b1f072e3bb4b1d0bc678d12322 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0221/2121] 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 6361f5f0f64e01cbe8e533261fac31f7111e67d9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0222/2121] 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 e89c009364484e3d6d710cdb8674e9da2ac9d997 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0223/2121] 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 fbd0c09547aa19e94c9219d0022f51502c1a5184 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0224/2121] 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 8e99f5ed78b1a8e803fe1efcabbdfff3feaed24d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0225/2121] 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 dad4f76acf463de0206cef2fda35210df168cf7d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0226/2121] 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 8bb04cf64429b7e44dd5742e99958dfe93c57f9b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0227/2121] 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 870e4e78a73598dd996edf7aacbb302dd49a3c22 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0228/2121] 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 4fd0512a3f8ca63ddb543e37cf780e2c6fadfd37 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0229/2121] 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 af4642298edd1fac66a36ebb60afd294c50b0f7c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0230/2121] 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 14d8b707031b3e31f47f308ec7e78396aa48436c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0231/2121] 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 06f75499fe1f86039f3c05a9836c8a01c5722640 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0232/2121] 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 778cb0ea49ee4987f3e935e269b9272aebc0d8d5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0233/2121] 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 8eceece980ccd76dd1f74cbc56b0913a3b25dbf9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0234/2121] 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 b2a09f70d4dcc73d09f825273c6bc5ef86f031a9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0235/2121] 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 e730779b34f21cd71c9958d8bf3ec9bf40cc91ac Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0236/2121] 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 e1cb9923b2f90300c7d92f8f1ea7df7c59eec113 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0237/2121] 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 2d5713f36e33248d3308d79e5891cfea1a11ccf2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0238/2121] 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 36d46519bc3cb2e3e13327ee7949eca8c19e4385 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0239/2121] 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 ed23a67ac2bc6a07c3e03da99aecbe4e9223b709 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0240/2121] 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 fa0ee5232e4cbca95ba84e03f157fa657034e87f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0241/2121] 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 e83e4d216ebd9e1d497f18e0e62619b1a3234d3e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0242/2121] 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 632a90c58c7a84c1f48a1a75482e9e2086385291 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0243/2121] 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 79ef8f30aa4ca73c89521aa28d888567bfcf3e1d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0244/2121] 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 61ad82f053da862fd141c49a2d46c34e56837724 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0245/2121] 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 3c91b585254097ab2d680b2546730b678cca3284 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0246/2121] 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 3e8c7a77c473b471444493bd50919543021443e4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0247/2121] 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 3ba6b167e09999c72492d85f0f360fe55c72a35a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0248/2121] 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 145f5d4ab5237f095893233add9b0c20f4f86637 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0249/2121] 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 4f8e211fb0367167cc2e2f97b092a3e707ac1603 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0250/2121] 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 37203a7bcd6ecd87cacb4c7424da92451c554b26 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0251/2121] 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 98e82facee57fb91222df71975d04bf7c32754c6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0252/2121] 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 48be7f9155c56f54fe4631be4a5383e35d21ea8b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0253/2121] 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 1b88b1a8ac9e809226b0001b79661be5a880895e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0254/2121] 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 962907be9e3ce7fc584280c5cdf5e94198885af7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0255/2121] 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 1ce47fe080d86d8acfcc166b4b3d9bd73136300c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0256/2121] 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 d3fb5336ce138a21d381cb326293af428cc74fb1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0257/2121] 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 d1450f1f2ba5f86be635f3bd5bfda04380d57c1c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0258/2121] 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 beec08e1edefac8171bace60bda791dda80c0583 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0259/2121] 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 6be5744e6133496eb63a5da8185fff5ea58ebc29 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0260/2121] 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 05ab10a4ab02612b33ab689d48bfd394764f374e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0261/2121] 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 d6d8f32cbf33850a47b071c614a70207b71f1718 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0262/2121] 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 93c3e4daa3e0b6641bb88c7843f179194fab0ad9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0263/2121] 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 2c42d536c372e026a5c9482e7af96b2addcc20de Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0264/2121] 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 28d66eeb0e2bc8689475a59cfcccd3fa070bc2b5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0265/2121] 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 19a4e28ba674ed9fe3a75ad7bc10798c9b0bc616 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0266/2121] 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 0f2565b699cdf0c3fd2847e423f450be637ef671 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0267/2121] 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 7591e541ea4c3a37d781ebeedaab9496ec0f9168 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0268/2121] 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 9aecb09b40f6c9452e30bca339630bbe128d58df Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0269/2121] 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 9956f8a53c963695ce43b12cddda90be5029c087 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0270/2121] 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 92f600aa67c8ce4f03f5e2212bf4fd1f31b7083f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0271/2121] 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 7aa6d39c56086be70f1ad73939b594cfaa43be16 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0272/2121] 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 20754dc4661ee6281168113eb331fd6ee1bac9db Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0273/2121] 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 c26e2c3a26561ddd3cd7bc71e1dca57d411adb9b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0274/2121] 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 140c24b8f5187a6eab56ec953b075df8ec1b4659 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0275/2121] 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 a9301b7df3e96ae1d96e3221debf826d7718623d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0276/2121] 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 db29621f3bfc5b87939e85a932c3e98cd62e4e5b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0277/2121] 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 742ec13e654821e3f610d0e46bf4b7c1ee5b385c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0278/2121] 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 8d00c9d8c6873d25ddaaff46a00e4d0ef83e845d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0279/2121] 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 2b2bab066d322c30dd9aec1ccc8b6c829dc185a1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0280/2121] 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 8d2f743ca90ebeb6a168ce86228acd12a73f11a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0281/2121] 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 d7a8eee8f1f31a0eda6dfdc315ba7dbdb2d0e9b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0282/2121] 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 0af463ae50980d7d1cb31df08062241c0ad50b58 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0283/2121] 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 f851d2227908020ed945d961b786763684a5c79a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0284/2121] 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 d3938269dc9c4c0f14599e23600308b7eff2b2d5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0285/2121] 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 b9f8f20e59f388f4fae19edfd39afa91ca8904ff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0286/2121] 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 5bd2a3cd3d04e0fdc0089e4a8b32e1f08e76d47c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0287/2121] 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 02a62d38797365b1d457f28c00190c39900d5fdd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0288/2121] 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 ad3035f5ae8965e2a2bbec2ef3cb6dd4e4c3e232 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0289/2121] 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 e1e6d3a79121c1d1cd8f042721e75fd817a6b15f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0290/2121] 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 fb72089b9bdda55999f08d2275506f85b98fa9d0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0291/2121] 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 282771b028bd877df2342372734d1529e205e9f7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0292/2121] 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 0fe14d08c201d60c11173c2d1c50d4708e9296d6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0293/2121] 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 465f2ee7d9be7f83c38a0248b5e13f316059abfe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0294/2121] 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 8041c18a5b8d58b4001c1e504645ee1fd8620a59 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0295/2121] 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 716767b469b5286441d0a9d841038e9eedfa606a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0296/2121] 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 d6a4e19404b4d6806456130dc55fded9f8e78622 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0297/2121] 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 8ad9c28a1b53aa309ec1a1950e44746f3e82f73f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0298/2121] 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 cf3f259ef2e601ce114badc0539e77842287a0ea Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0299/2121] 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 a49bf4f333c20724d4b49356d949996408378c4e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0300/2121] 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 ff4f58871cba8dfd6abc46f6a0526a28d8b5ffac Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0301/2121] 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 8ad4b5705a66ddeb2cbcfde447d5b2b208759570 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0302/2121] 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 30e79755e5341c710bbd583d9d818551c0a246a6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0303/2121] 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 9983c04ec8170f4a904c047a1a9cbaeb40ecc647 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0304/2121] 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 cbf94a3efb8c6b61b68ce6afb3184093655fda48 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0305/2121] 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 64c6210128e5c188caf6352f93d7dec80290b58a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0306/2121] 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 9bcca6a06b7c4e3ddebca4d22c96112d9a4aea2f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0307/2121] 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 cc94039645ab0c000018e88952ac5e32890c5a03 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0308/2121] 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 e8556f641380a943c9837bda76b9f747efcfef02 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0309/2121] 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 f05cb532980bb5242b097abea7adcb661c6eed5d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0310/2121] 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 0d16c7896b8a945f3733186e25272d26a6b8221d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0311/2121] 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 da65d346eaf5c634b1d6f5601743d58f0792c7e6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0312/2121] 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 3f419af0c6cfcc316ffb93200aeafe564b7f6131 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0313/2121] 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 69b795c4e0d6b742f8ddb0aabd1fd590c9724628 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0314/2121] 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 d4a1a41d0ba6004bcec26b17a4c7d854f34cea3f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0315/2121] 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 ca62a95d503d3349beeba2a6482b952b246a895c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0316/2121] 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 bd5f06b11f0ab5a28860ac1213d368b119fef6c5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0317/2121] 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 66d87bc50c3f1cd1f1cbe1d1313a38f0baf742bd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0318/2121] 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 b0e5fb3cde0cf292b88cd037c1888837feddec24 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0319/2121] 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 93ba562a2ca8bb5cdc5346a1e1ce38e848ee02d5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0320/2121] 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 35d34671a01c02e10fbf7b2a4ce57e00d48ced18 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0321/2121] 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 921b8f30fb73600dbfcdcb78b7b16039d9010852 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0322/2121] 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 916b0e78f2f741d0b608e7dbe7ccdc6e9c0cc26a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0323/2121] 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 1c384c46b7627847b284d928894ec0e05828203b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0324/2121] 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 8ed440729e563ffd69918e419d01758cf3ab8c48 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0325/2121] 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 5e1b6b721948da9916e781d2cb9cf97964a4c100 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0326/2121] 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 a6f6030a0e8b878e0679a15990056adcbeaa4d71 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0327/2121] 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 644221af18b08411489e826d7992ed3e2dafdf55 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0328/2121] 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 3ed35619e2db1796e91084c65e6bd2d4d62ca3e5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0329/2121] 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 7224ed6db2b5488a4061ff56c31c0648d6c42e20 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0330/2121] 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 df3ce132ae96f60cf0a5103e2204fb502819c0ec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0331/2121] 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 4c8dde189cc65aee585a1c39df2b72b9cf351806 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0332/2121] 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 d7fa8a1f37b10be5a16bb11de649e03c4efd0421 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0333/2121] 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 0cf3b5c7b7dcf4a24c6fabd7aa20307ae0bbff2e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0334/2121] 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 7116133beb5299a5e6ec6e85a358903ebb57ba50 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0335/2121] 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 6c0920bcbf0e9157a431c7114f5038fb9f1a3a14 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0336/2121] 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 e90b85fee2d242e721c7f2ddcb3a98e3df5d5ce9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0337/2121] 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 04cd1b37a021966b8444e75e98b86b697dadc184 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0338/2121] 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 8337ab7c2303569cc3fb91fc2230ecfbadae9618 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0339/2121] 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 41233ae2120c81f8ae5837f8242dee0e15643eee Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0340/2121] 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 dccd82eab398fc369afb15ae268feb153117f994 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0341/2121] 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 e0cf5ef91cf494a8e73cca3cd7038dd010da9f88 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0342/2121] 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 0df0e6f84c2261213e66f9292b4fbf4625c7e39c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0343/2121] 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 49417abd7f0f17193a1018ff60153d7cc54c8af2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0344/2121] 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 425153c20beee2dfd8ae9b0d59573f0dc5fc3b40 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0345/2121] 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 e18be7435587bdcfea888856ab81638b947deca1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0346/2121] 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 ecfb8a965e10565caada023f38c4da45006405bd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0347/2121] 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 d6de481311450d37af6fbd3d308ec36946123301 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0348/2121] 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 6de7ca89c299f5bc0b7bb638e9878bb759123295 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0349/2121] 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 da9e958b33c86b77fa1720dbea2c9a6a5901dceb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0350/2121] 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 b347e2a4aa7f0e5c769c07e38587804369a5da44 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0351/2121] 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 ecf25f4b58b2e86ae8f34c82ac139cab7418bed2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0352/2121] 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 b601de44217e8c789d3662fd5264b6a4b04ee85c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0353/2121] 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 39ac4f4a30c88944b8fae2aabe539c344a925322 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0354/2121] 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 7e4a452533b3dab8461a032ae3997c341b58943a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0355/2121] 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 f8deaa284173d1bf4da40566c08301616e33425d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0356/2121] 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 267ee724d31aac7d4964dde489f2fa861d9734f5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0357/2121] 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 4289e4342a5290cbadfccfb643cec464fedd291e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0358/2121] 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 4b598435fbd113cd14f4bf0ca128dd54f701b74c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0359/2121] 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 866322ba77a510bc7685d8c205c01149860e2892 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0360/2121] 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 f35b8f5ce5a7fcffd65e72cd9babfd32f772b131 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0361/2121] 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 7d391760442200e01ce086d8cf1979a38fe9e1ab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0362/2121] 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 13bffdcb9deab9b3b48ba6d029e779cf7dbced12 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0363/2121] 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 cdedd95833f0edc129ba1915815f0be7e64d4c13 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0364/2121] 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 84edcf7ebdd3031f055cc2dc74d2988b608d87b0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0365/2121] 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 8b70573538c763a7d854cafd3bebeb95d537b921 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0366/2121] 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 b6c42be72842cb202de82d10f3b6bc3b81972772 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0367/2121] 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 e515723e803a09db4e1bc5df20d05a53b2ba6983 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0368/2121] 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 a419c5dd2cb4d6175d3d58be9517f14ea8cc383b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0369/2121] 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 4660044ff5c976bb4d7da19cff3ade060eea58a2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0370/2121] 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 04f388a977e709d7253550570315048bd32b5930 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0371/2121] 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 73ae3344401b3972a6ba78c33005916e650aab02 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0372/2121] 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 cb94390af685328d65c007114c276ba1e381ceaf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0373/2121] 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 53d15fc7c2a698f388f442ede02e182711177d35 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0374/2121] 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 2dce53886f3fcac755134741aebaf84e63fc7501 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0375/2121] 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 4de2c508da449f85fdab29f8980ac4db7cd59606 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0376/2121] 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 b258e2e8a4aaa8642f8349765f2859193dd5019d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0377/2121] 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 4db70caff080447771f021924bea62ecac316ac6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0378/2121] 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 72bf6effee846e2080aa4031cd3c3ce02d5f5762 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0379/2121] 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 e6fcfb22b973cafa4c416dc3ac754042f856ffd5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0380/2121] 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 f717e6efc529872cb783da318e05b2cc51ba5ac6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0381/2121] 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 4c2a531a3441e1a0243a666d5d61764744261403 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0382/2121] 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 3958d0f53b629959e6a0c99340efdc52d0bd8a3d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0383/2121] 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 9b7c84f10d048d311e562373d0a7b13f6f712294 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0384/2121] 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 dadc027ace8e98482a8e7cc0d28b9e013ca611a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0385/2121] 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 9e3f3ac945edfeb75be8a6e986a69752982247fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0386/2121] 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 aae49b6a6be7e173826446f74aef50b7012795a8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0387/2121] 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 40e0a595e0b67576295f219aa0941d060341fcc8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0388/2121] 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 2cee53998cbaa41be9ae87575f2cbefa6a67efc4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0389/2121] 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 2de41547822e997cc72b91a72f8b7055c964779a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0390/2121] 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 da2eb17588aac19c403c2d37aee5a8803513d1f1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0391/2121] 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 0fbdf281c4bbe480b8d8c94ed74888a746f823c2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0392/2121] 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 b6b1b9bb57e1f2ef6236c1870f9b5382766ed7bb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0393/2121] 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 a09aec9390726f1ad27592bbed47aad485f1ae41 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0394/2121] 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 286f437a2c4aa5937ff42854d477426305a38b01 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0395/2121] 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 9e5d50e164b46289b7a0d01d98006b6db2e2a283 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0396/2121] 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 bb628171cffb7a304b0552670820295c11beeb40 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0397/2121] 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 cbae75999bd9120146d329231807983e722a2f19 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0398/2121] 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 d5de003f159b8e6084620bcda2293e04fe7562b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0399/2121] 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 a82d2782917de6f438928bb8d45e25066471a31d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0400/2121] 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 19d1e335072e2e48271350b8ba01acf2866fee7e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0401/2121] 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 fdffe1058a44aea4146b6f1f7ad278f8dab8bbd8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0402/2121] 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 794fb7ef6b6d2f1f7904227508db515e0ea7a382 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0403/2121] 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 e46f23d3986b746ee46522e3feff21c9ae535a73 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0404/2121] 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 b9e3d4ed75e6ec7a05ed4dfd6420eb6775ecc27a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0405/2121] 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 17f1269eb5b9184c336daa1163342af33bc8a46f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0406/2121] 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 73da1c8bb09c4cfa4bf0b1808a7ce11994bdf2c6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0407/2121] 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 900f5bf98c243fdf02ad7c43a338e624a2e4ea8b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0408/2121] 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 99109d8d7a4cf89a511e96fe98cf24a9f2babb95 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0409/2121] 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 40a6ac91604f68d577ed510232cb461e38e05bb9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0410/2121] 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 b86848ca407e70ec87ff373de14e7b8aec29d662 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0411/2121] 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 f9e3d709cc0c1e19ec210e7a3d68b79d90db3c88 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0412/2121] 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 235ec0c7d231a6eed7bc29404b6afcce99754538 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0413/2121] 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 6a0dafaebbb4813c2e15e1cfa450235e728035a2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0414/2121] 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 ad3e2fc8b8585a10125253f9a95d611157a3793c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0415/2121] 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 dc67580a3fc9a73ad3749bca94b45565f4988e5c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0416/2121] 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 462643eee31240031bcba2e229a2c134067e258d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0417/2121] 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 c4877ceb7de73ef3597e47ba565935a8e8be92bd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0418/2121] 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 d0aa9c44468683bcc2482709ce81fe6448d160b0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0419/2121] 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 c3809b14f9446d4ce66b6876328d670fdd8e0ed0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0420/2121] 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 582ac3ac32edbc230b8cd61f3124f26bc82d68c3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0421/2121] 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 3e05f9bfaabbbcf04f1076c258a0179b5ef75fda Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0422/2121] 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 e57ae1e621a9352a997eb58957be1c124b241d33 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0423/2121] 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 ac14566828b55e7c1525f82dce26870bcfcf6f35 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0424/2121] 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 15aebb52082ec72648303a59ce7f7aee6f39e9d8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0425/2121] 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 8030fd7f59f8a60db1e82d06782dbb0bbd81634d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0426/2121] 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 e490b3ed8ce3c6d222c4a5c173699007901a56d1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0427/2121] 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 20aaac77ca5364b6d3aa3e159012dfc8d8931a9a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0428/2121] 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 6c392d3fec93be784d6908825c3eb0eac775b504 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0429/2121] 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 1961c6ab731ebd0f4793bf3bfdb7d8830e6d7d0c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0430/2121] 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 0cd3f0907b927b9f2c08849b904d723ef0f1897e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0431/2121] 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 85fc3807f32c768abdcab84aefe80ea13f8a360d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0432/2121] 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 ef1a49bbf23c5580c633fab331d4b744392b1b06 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0433/2121] 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 373d9976308a083335dd3d84b52a46d5e9958a0f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0434/2121] 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 f2b43a2e139f60f5d98b4c4eefa865e19169ebe6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0435/2121] 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 9b1abd48736104e7dec18d2c1450636c0c5aeea0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0436/2121] 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 5b341e0b46444323b212637ad24015ea182a60c0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0437/2121] 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 0cf3691d2146ff593768f0efa17cac0454df7c98 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0438/2121] 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 3e6a41dd1888345a7e029f9e4d5312e6a957cb0f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0439/2121] 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 75ce480bad50913723b110e38c6b1c28fe7411b6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0440/2121] 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 605abf2a88adfdb7bde542de2a4c0b8744cda89b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0441/2121] 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 ae803113426746d72ed98b29da7ee66971ba3c97 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0442/2121] 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 ed61f8633e128c4d0765ab7c1c76f9dd794a82f4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0443/2121] 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 025ac94c00621c7bd643d0f05eeb39542c94bbe5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0444/2121] 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 4c6263415ec8e0a6a069fcfc826cb8426893a003 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0445/2121] 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 566679381e024d87e5fa1a6713afdbe6a4533ccd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0446/2121] 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 dcd4cc440436843bd221b859391febb391b144d2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0447/2121] 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 bdb155f271cafc68afa946c5ce82a101b69fd187 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0448/2121] 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 8b65e6466fcc40f06fb80ceff8dcfd0dcf23012a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0449/2121] 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 7badf692ac82fe1f2f9288b19618a2bae52c7e18 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0450/2121] 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 b13dcb7dc621e97d2430ff1d42b613de3c61f9e3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0451/2121] 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 e1f83e35cca9c08df7f6779ff77fc511c31290a7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0452/2121] 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 d7a4f40017f360dd7fa9fc6aa0689099f1ea93eb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0453/2121] 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 584262dc43ac123146c7cad795ae44f68fa0edc8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0454/2121] 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 1b76b83f88f077fe82756bee9897968a7b2aff2e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0455/2121] 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 eebfb5caa48fad62341d294620a4bc468ec06154 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0456/2121] 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 0669faf0c49f508869e9038186d734e8f23b135a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0457/2121] 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 98890b35f56d6c0875fcd0a8708fa8905e002a27 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0458/2121] 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 a95b50b6e3ac4e262aeaf52041fb1554700abdb8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0459/2121] 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 3ccf158ca2a2224383e379f6efaccad929ad03a8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0460/2121] 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 40ced767cb7a9489eca2a882eb5709922f78cf00 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0461/2121] 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 eca4e22f4f812a6d2146e2c73c66c51639f56316 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0462/2121] 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 36ce77c03e80091e95222fc0c484568e630db2bc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0463/2121] 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 9f169d16cdc011ab361c5dafaa7570b86155aac9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0464/2121] 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 f6aaafe17ef239a55ab613e33e10f0cad9181e1f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0465/2121] 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 09dfdd5c1dc024a343f36d101a91e16c4e0a3540 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0466/2121] 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 25c3841a4ab8f75fcf849dd42323e1f7e95ef80f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0467/2121] 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 f13e9d65ecb9fe1c8e02976e9d5fc530156d3335 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0468/2121] 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 0b22d4965a6361516a971eaf99a70e7ee31b7ee9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0469/2121] 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 fb953d92cc3e1592caa0c841aa68ebb15eb03924 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0470/2121] 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 a78c4dc76748be3116058aba2776a4868a53201a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0471/2121] 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 939c8267a8e8b30919f56b5192d0b6563adb3521 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0472/2121] 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 767d104549172705c71f0c92e561e4a128dfe470 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0473/2121] 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 436fcf8be08806ef126261bc24ec2f699a117b51 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0474/2121] 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 6dc1c0a7cffde8773fff30f4ca04421676ff0b72 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0475/2121] 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 b8834343ef1442a6946c371dedc4bf5fd4b9c567 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0476/2121] 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 9911d218edf165dfcba6e2eb43e338240d50ceae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0477/2121] 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 45784ea8ac11e4dad28dcc80700bc61bc679f1fe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0478/2121] 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 b73fbd450632d5685545d310061477bae2373f1a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0479/2121] 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 478728e40e8f13efab6b3e1611bdbacf86e0ad47 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0480/2121] 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 f75808ff64cf3a348a47af8c677221c07f20126e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0481/2121] 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 48893e5bc0b0c8afeaaf3d01c4da86080a90e1f2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0482/2121] 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 90c3c01fc33685ce51964184c099f0e9aa17aae6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0483/2121] 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 01c1a3dbf9481c4e8ab4f631a0c8864154e75fed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0484/2121] 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 fe88b9502beab582dee97aabe9748440246ad2a7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0485/2121] 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 89a2e20002a178b13d41569768a5d59ac6a63618 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0486/2121] 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 4fff59ff4e2b24f445cb6684c02db0e8b3e5a9cf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0487/2121] 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 4a30f1862e584218cade320a31111691442c780a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0488/2121] 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 77d45660fe9916e7249b7f0da33fde0abff770f7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0489/2121] 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 617269ac047929373d62a0e380c32272023e862f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0490/2121] 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 c4302e9785833717c95a6347e50b210150ac3e7a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0491/2121] 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 13ce8bfa68e9f29dd39f6f19b50084dcaf8c9ead Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0492/2121] 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 2b576d067d1303f3a40097b46b26a5b2c1c41448 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0493/2121] 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 896542cfe6cfae7e63d50ad3ada82ef4db1355a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0494/2121] 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 43dbaa10e4580576d0f6b745a4064b517d433c3e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0495/2121] 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 49dbcefa9eb09bbe8cd5ee220de3a441dc530282 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0496/2121] 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 36843bc7b05b59249cc563fdcfaa735fd36d017d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0497/2121] 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 6af641791fe5809a15030b4ce19bb5826d8b31c4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0498/2121] 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 d1d8392ca804636748df8cd82e0aae4ee71d6f73 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0499/2121] 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 a81d4d2f9cbc315ba4e799e6cba7609b2053d8bc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0500/2121] 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 4ec46d00c8221f6c7d959e3a8feb555fbdf7e1c2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0501/2121] 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 9e1c1eff82700ef8c551519927473e297376bb78 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0502/2121] 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 ab314cffbb8a44c829bbdea709fd2737c33c6867 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0503/2121] 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 6c3d9618cb6e2718496c40ec4921d1dee86f031e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0504/2121] 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 a50e8541b290ceb7153cb88b557baa924632a0a6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0505/2121] 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 b931cd8b3a397fb413b8322c615db8a17f98d8e9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0506/2121] 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 af97c30e9b9b757810f175757945785f0dc23958 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0507/2121] 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 ad143c6eafce2007c7784a229a49f36fb226b1c4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0508/2121] 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 bd544311d1fe4773a7ee5a37c0f293bab2a0ba9c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0509/2121] 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 2b67713e7f8a1c5fa353100e94de41944dbd569e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0510/2121] 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 f6e6e2e9d3d6da4ab7805b9c117d45224ddfad11 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0511/2121] 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 e07f57138ab5e0bd2e083b8db094ad41c0572fec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0512/2121] 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 dddb328592ffe187a6b8a36dfa2ee921a6bc145e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0513/2121] 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 876b22041393e4db1d1ddd39476dcb1730ec36ea Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0514/2121] 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 4db19e6c8536e5d53dab86f46f6279923c1b6b6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0515/2121] 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 8d5d2c9b40f33ee0f8feb26709643608cebef73e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0516/2121] 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 c01d81ef3b281f3783ea5a922186337033186f13 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0517/2121] 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 5a91b7fcdc925067a8ab5ecb1a4d6e746367e0df Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0518/2121] 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 570637805cf98a63205b1417013b9a49b9d86647 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0519/2121] 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 db3d99d6fe55afe85d8ff98bfb56edf78a8f0538 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0520/2121] 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 c4a979e658219c5d5f6f316f9e3a17557e5e0c6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0521/2121] 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 b36c9b4412183357eb59ae0606eee4e7bfb16462 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0522/2121] 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 e0fee55e1ec5e4c498d06522e00415ddea77fa8d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0523/2121] 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 677c70f93d08c6c5731c64d6c3c06d073f69ac2f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0524/2121] 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 c1db98d796634b4c1354bd9947a20fcda4ad9583 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0525/2121] 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 3c782e8af598337ed411234d0876eba49f1468a5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0526/2121] 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 b44a991b479444fc8de3f5932eba29048cd7c026 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0527/2121] 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 36fc1f6c4209c47656155435db547cbfeecaeabf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0528/2121] 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 192c611de9a813b61368e364c017a659cca60ac5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0529/2121] 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 d4c01b0440380704e4de42adbe05236914e04803 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0530/2121] 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 8fd5ee0f171f954e8ac98cf513bfdcc7889e2a7d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0531/2121] 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 98064c762369656cc54138e17f3848d4660c5b12 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0532/2121] 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 1bb519c28f574d2d07e9b14b3798f25895620f9b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0533/2121] 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 45b435b0ace034c13c2fdabb48402d63fb531d40 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0534/2121] 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 cd8dd4432d90ee5610b2ac6266eeceed5b922619 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0535/2121] 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 4c956dec8662d0a45c67127ab6f7c89bcd36116f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0536/2121] 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 a5687096a0e5fa9d16cbb28bb7348285b454838f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0537/2121] 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 0521f4c7d5e9169fa24220eecf5f94d4960ee019 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0538/2121] 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 ce16b4a01e79b3e359bd56e3bf7cfb244299ca70 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0539/2121] 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 59dabd0b4174b38ebbec2894c931d9a191fc9919 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0540/2121] 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 d9964d4658b0b605b0c15546d512e76acef86034 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0541/2121] 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 6c7eb95ebb3e66077725e5f2bda4f28d0dbbf25c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0542/2121] 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 bd0102d6104416b1cb1685c292cec790f2e9d931 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0543/2121] 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 2026a9559c2311170c1520ba44eb0bb4bea1ef68 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0544/2121] 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 3e599f46236c5eb63959c53c3e4ee37a1eb488de Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0545/2121] 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 5006385d31ee9acf61ecff468cddffcc1777799d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0546/2121] 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 d03f03588a21758e3d872fb9510723421e30d32d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0547/2121] 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 aef6cc9198b2b9b27db0789dfac7487dfb23ca0a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0548/2121] 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 2af04364a8b4b52efb1c379f0c5235fb384e5fff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0549/2121] 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 95dc618e24968c31ea20a5d22cd27e9233a87780 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0550/2121] 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 cf194f15847653257e6ae7a5ab4fa58f589aaddc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0551/2121] 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 805ac8f19cf605090268126dae11608922fc917e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0552/2121] 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 cc1a83494e57157728f0fe6ee5d7683afcaba53b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0553/2121] 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 5d17f8d8ce4d61a8be3d24b95f349c7ae1ae25fe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0554/2121] 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 5374fb6797299042432a8576b5baee3ea439a7cb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0555/2121] 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 a5e4133c041b37e11a7fed40f617e10b36b06081 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0556/2121] 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 52f417c23ca26b28e8b0c1a91208fdc064785388 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0557/2121] 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 faa6cf4561613f7127f8d322d9a3af242023b489 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0558/2121] 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 91d85eb24652c9e7c61cba4958d6c486ba580347 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0559/2121] 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 b569c2092c0d0a0677375025644165be63176d6b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0560/2121] 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 1d10915bb614ce294803dfed5888211f26454d0d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0561/2121] 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 fc7f4ad7d44bc2468b190736d6229c7dfcb33052 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0562/2121] 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 19a4dac7e5d15b5b9d914ab578ade5df341e6f42 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0563/2121] 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 d613265d1f42de91868dba132f355610df7fbfc0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0564/2121] 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 3a21e7d075482402bb53dc2a87946d58d9074e4b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0565/2121] 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 13606c45329a0863facc47e2ec108ee223d8e37c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0566/2121] 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 28f24b5a7253ebb8185329dc7f476a7684001975 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0567/2121] 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 a6146e0b6d1622ca5205480b96ed0448943875f6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0568/2121] 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 eb40a1576180641037ff42b5517a0468771e3e75 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0569/2121] 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 3016388cd124db75718c1be589dcc44318127fdf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0570/2121] 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 869913165a4b645370a4c7a13c53acd3ad23c0fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0571/2121] 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 4d6f8e6a94546f0addbae54f7c1b4bed00c5d721 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 30 Dec 2023 21:08:16 +0900 Subject: [PATCH 0572/2121] 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 ffa2435a80ae9f876f9a637e2b6e4afefc98f23b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 14 Jan 2024 12:44:14 +0900 Subject: [PATCH 0573/2121] 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")) From c4fe36d55ac3f3cb4a8137373b99a57dd8b1e72e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0574/2121] 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 94d0dde28f63d29224b901d77f658e9678b7a300 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0575/2121] 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 3a615a147188a7517575fce2af9a59a418bf5389 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0576/2121] 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 851aba04fafc4958a5f5144f5570d96df32f22c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0577/2121] 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 67e0ad9ed273e7061665ebfee24d8f7d4267f469 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0578/2121] 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 a965f44a96165c78e92d68c39fa3aefdc05037cd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0579/2121] 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 03d61abec1f41d079bd20916440692ad00766f78 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0580/2121] 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 0cf4dc353fef621616d445a92de4ab324b5dc496 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0581/2121] 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 5e1cf09355f4010cb8ef51421b16d899de703fac Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0582/2121] 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 c0dcae735b47b3b11007e93cfe8e10ebe4d7ebbf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0583/2121] 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 575db541e3e8e2b39cf77ec1e67cba42a2dbb5a5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 10:45:03 +0900 Subject: [PATCH 0584/2121] Add oahu --- recipes/oahu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/oahu b/recipes/oahu index 4bbcb6370fa..e3f4bde6f16 100644 --- a/recipes/oahu +++ b/recipes/oahu @@ -1 +1 @@ -(oahu :fetcher github :repo "akirak/oahu.el") +(oahu :fetcher sourcehut :repo "akirak/oahu.el") \ No newline at end of file From 9b2d1dec8a0605c5377d61c7d0cf49b8783f544a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 12:05:24 +0900 Subject: [PATCH 0585/2121] Add oahu-memento --- recipes/oahu-memento | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/oahu-memento b/recipes/oahu-memento index cf8f5f8765a..16aad30ea7d 100644 --- a/recipes/oahu-memento +++ b/recipes/oahu-memento @@ -1,2 +1,2 @@ -(oahu-memento :fetcher github :repo "akirak/oahu.el" - :files ("extra/oahu-memento.el")) +(oahu-memento :fetcher sourcehut :repo "akirak/oahu.el" + :files ("extra/oahu-memento.el")) \ No newline at end of file From 6fe19ea93806f96098449a98c0a6ae74a96ef97f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0586/2121] 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 8f9e69e8ac98d36aca38af7497b0622fa55d1e52 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0587/2121] 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 a84558d8b8523d11e44bd57af7b93156442373e6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0588/2121] 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 64f7f02e5e01dadb2bb617d46d83b29740a4e2af Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0589/2121] 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 c09c7e81ef52a617778b8a8ef45839f9854004ce Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0590/2121] 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 95c8814f8030a35371a8fa2455c555e17219183c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0591/2121] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index 7b4e40984a9..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 @@ -38,7 +37,6 @@ jobs: - name: Reset run: | - git fetch origin "$rev" git reset --hard "$rev" env: rev: ${{ github.head_ref }} From eb2e372f1cacf0fddb9237d4fe39d1565268e14a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0592/2121] 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 c5972f3e81b1323a74d9e3376f5f8d571c61725a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0593/2121] 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 58cf9a90e1e159de0d2737098ae290f281587f07 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0594/2121] 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 2c6a56dc62713908824e5e2ff011878eb2e4ea70 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0595/2121] 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 adb9b74be951cebc3bc1ed7740ff12d712c77944 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0596/2121] 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 643946d66e5fa7b0bd2dcf0df161ce92be312c2b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0597/2121] 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 957d421f4cd7a222e086e92177b70570e54631c9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0598/2121] 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 87e5e040b161420851418553bf6c4f4e59450cd9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0599/2121] 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 5f6bda2223cb24ba2df54898704f8ccd8e6ad094 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0600/2121] 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 ee4411e85dd8e31d6ab7ca55aa4085f6076a42e2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0601/2121] 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 af7b588f1307b6663e1585d1a187571e735a482a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0602/2121] 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 98f9da46b08d0a37efd4cd4e9ec12cf28b41ca54 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0603/2121] 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 48b20bd7b654047191011e256de9a3c5cd76a8f7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0604/2121] 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 168cc414bac1f223c95396a73b8b630e9648ea5f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0605/2121] 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 f625c37cb70620ee06ec5261aa6f605ae5802b21 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0606/2121] 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 cec6dfb67c5a418c46c9f27ed6b9e476791c9edb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0607/2121] 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 70eccff940f43487dd571f1b6f81c8e8ec4a6ac0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0608/2121] 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 b106a3bb7f69b01432f4cf6d5f948e6dee778651 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0609/2121] 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 ac69a66321b625270433c51183a4c631cc12f5bd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0610/2121] 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 8b1ae68e138cc141ff00beba1bcf84cf1131e335 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0611/2121] 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 5b43329a6032e0fe83040e8b8de4aef6fe393eff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0612/2121] 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 3b97f853233942ea9b20c4661e13dc5244846048 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0613/2121] 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 4b2a5cde71dde372356591c17282bba3e5d722df Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0614/2121] 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 c3ed9736deb2f9c963d3f7be399e8ce20fa57635 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0615/2121] 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 b05e55f3d48d06862b78135f910b5c295a521aea Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0616/2121] 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 d58aae129261eb71e416562e13b17383bc2b9afb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0617/2121] 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 4e953d8991cb0bcb160d73dccf9716afa4f46ea9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0618/2121] 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 4cc0b51a72cec7cf6c14f6b050623f748d5dc9d9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0619/2121] 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 e6e14dbc417221808da5529443b8546907169976 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0620/2121] 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 4bae6ae37bbdeedc10d929a71c8c78b17dec467b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0621/2121] 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 d8279695dbc46c39dd90eb3308229385a76de31a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0622/2121] 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 79f33b67e46a66e5eb5c157c88cff85d5308442d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0623/2121] 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 7de8361ea21a8028deeb02d49ba75f53532ec43f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0624/2121] 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 2223c340fd3bab5b76538bd4fd85edca6826b63a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0625/2121] 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 74cdeaee9e3dcf2b9a4bb1c9e2d78d7a43e990b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0626/2121] 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 445596dceea2b2c1cb936cec7f9dd270a1bfa0c6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0627/2121] 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 d4785008c523fdfe56fad39c352fb9e9910fc9ea Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0628/2121] 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 404eaa55f64555903dd02616c7a735b2368e57b9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0629/2121] 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 3bfa0f0eb7e35c0eff17529db1539d517d1b181c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0630/2121] 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 05ba4b8537c059b9f24ebccded4ccfb835b967d9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0631/2121] 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 15aa74f531cab7f4d4fd5a6cc1ba4749dc869786 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0632/2121] 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 cbf1a5ef25b364c50f1854d5dd85153916aa796e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0633/2121] 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 9c028a0e3d1064bd3f5b01caaef97790fab58850 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0634/2121] 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 307e0455be5cfece9b832cd60187cf8641ae5e12 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0635/2121] 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 62bc81048368a949ffc4eea56096f038fd840d01 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0636/2121] 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 1cf3e1d1a78a2bf08ef29819798c9ead7b31f412 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0637/2121] 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 61c3b89092b08cfaa6a8211fdaffef2f4f644cf6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0638/2121] 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 5707146500a14bfec55543c406b8bc3a584aeb2e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0639/2121] 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 bc431dabad8b01bf00085c010c8c709d9c4c110b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0640/2121] 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 26ec340f646fbb0a7d02aadf45932b68cd95aee1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0641/2121] 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 f9e332edd5f308f98abaf967441ba8177bc07c8e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0642/2121] 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 d9d89658d0f745143d2a33d2c7a2438a0ba42e6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0643/2121] 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 89a3663866543c42cf209dd7db312f656b010bc7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0644/2121] 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 bd93150b632c8102fd5ad3624730cefbc00f9b51 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0645/2121] 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 6a3419cbe7b60496b24e5f266662f454c81965aa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0646/2121] 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 aaf5108de19384009887436c244007d3005b1594 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0647/2121] 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 2f55181301fcb776b4af54c2cdd1f2d972752065 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0648/2121] 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 c051db500454a69ca55056b6c5dad1737a7a6c19 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0649/2121] 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 f55f5b43cd02c95ae9d368818982bc6faf20be0e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0650/2121] 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 0f3fd89bb200e34689ee7c02b5db2d33133277c7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0651/2121] 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 53235a346e21f94ba287fed84451bedf8e252b75 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0652/2121] 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 1b90e8ed8190a55918dc39a1bdbc90b10da46669 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0653/2121] 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 759182b850bc271636c68c4046d479336252be1d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0654/2121] 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 d3f4c46928fdfdf85508761350b4e7d2aaf8e182 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0655/2121] 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 6f8cb37bfaebea63410f9d3bf5a1700f05f811cb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0656/2121] 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 51cf5fd333187ea9a436afadbb18ba2520565e94 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0657/2121] 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 c100e3d60cc433599d50e663ec8280e8405c1e61 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0658/2121] 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 a0b7c611647689ccabdb6b45da31759e283555e4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0659/2121] 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 a285e623bb815be8fff3122c9c69b49fb3ffe842 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0660/2121] 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 74c4b8f7f78f910f3481c53a7cd4ee7c826cd15b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0661/2121] 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 ce5473b78631ac229678513bc248cca6431a9027 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0662/2121] 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 0e1138d0ccac5ff4e41bbaeca1ac181fe2f95b69 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0663/2121] 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 9eace65c51815869151512c94cfddac194ecb9f3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0664/2121] 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 8afce35d5cc4f3afcd6fd448151151d8c14e92ac Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0665/2121] 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 0cb788c593bed209b09e326b6ab80d01d75d84e0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0666/2121] 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 a641a9ec9d2cd9e46a35e02bd51666f28a516d0b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0667/2121] 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 2a6e0cc01cbfbb7e640837d5503d0cda777a2c27 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0668/2121] 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 895c873739b68effcf02793c6542d2c0b90a328f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0669/2121] 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 7e0a87f2f6c36022c967edb428b34ac2e6814a03 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0670/2121] 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 e4d42135940fc8e153588682cbb5cf0881b53bb7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0671/2121] 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 afb77bdc6f092c49ddf5234e3116fb8dce347a58 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0672/2121] 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 29864463e333d838155af02edc4e7ed53c29dc9e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0673/2121] 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 5fdf007dca2a87b8a63a1b47590775f0a75c68ca Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0674/2121] 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 7720c051b8f0222f1b9397a3e3658794162d79a0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0675/2121] 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 6f9184c9fb5c7d3a7a49da3fe95146c00d98a3be Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0676/2121] 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 0d6817287ad12b334babdbd378f4546b980ba4e1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0677/2121] 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 d856e101bf2cd61b1070403b64c24fe8c75cf968 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0678/2121] 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 698900d4c459b4af36ba52e0040f49cc71a73d63 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0679/2121] 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 06e466af883466addcb071fa5ccfd09fa6f8cbb0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0680/2121] 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 9c31dc9c7b6f891498ba7bdfc4b3f12d17365785 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0681/2121] 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 e36eb4e15599269b1520c75ba646ffa56cbc3769 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0682/2121] 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 eca3c9666628268d48e766c2cc798e6593f77737 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0683/2121] 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 aa51e561a8014d7bc20fcf2c0e7db09b0d11c31f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0684/2121] 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 43dea813a4f2765a3e1efb0cb5bb0c5f3a7e34bc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0685/2121] 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 39bcb71c710aea37ad445323a77a4a73d1496eac Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0686/2121] 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 831cb63eeef187b61a73f49d133938d0c44f1d0e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0687/2121] 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 130573c96cf83fe4e19297e2c052dac6367d4c80 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0688/2121] 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 1c12ad67c3e9d64520bcf7b6a230c4e29778d0e7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0689/2121] 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 0cf4b11c7df31171f98c35d344ed7a3fc956529a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0690/2121] 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 c5506d415e073854cd2aa22bd8d59e970a65d0f8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0691/2121] 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 dbcb4a764d9bba0dce6685994e25135811574181 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0692/2121] 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 0a9aae903cdabf731904025350a2215d60877687 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0693/2121] 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 195371817769fc809f46f41b96f21de5301455e0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0694/2121] 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 6c5dadd5868c96c849daec0f71d7d0aca117bfd5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0695/2121] 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 2fb91592a436886326612cc071ae3d53547ac3a9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0696/2121] 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 edd77ab76b43d7261c738959190f3d96cce99cbc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0697/2121] 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 2748b26306295ae5a02e3cb45e16caed7051d867 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0698/2121] 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 74dd0382a24f846e7d05a026b8533fd149f5b4ff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0699/2121] 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 d549537c9876cff69a219b192ed296194baf114c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0700/2121] 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 6e5665f0e78a155ed381a37e9ef74d0b5221b666 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0701/2121] 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 08f45d67888cc7301c213fc1cde6ad7f7e2777c4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0702/2121] 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 c2e499b90b00044c65ea0a763461cb866bc6a37a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0703/2121] 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 2cae8d2474a58dffe5a1e77ae3e7e7d23bb80e78 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0704/2121] 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 707d2d090b6c43c6c5bfb494b6ee0efbd164b0cd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0705/2121] 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 94bccf565972b5fc42b75b277e6582efd7026df1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0706/2121] 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 924038860417bff3e20d6dcb9cc6e48a325cd68a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0707/2121] 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 838569db233c84f870125d9c6cab3fd1e300420f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0708/2121] 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 03adf1e3d405375be1b602bba47ab85e82671031 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0709/2121] 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 a7772fd9764d104737717fa92459b853829dc860 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0710/2121] 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 4730ab760102da2f7e393c65edc8f70b3d7446ea Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0711/2121] 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 58244e2a69c9d7b6d1e3670541647b6f6696472d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0712/2121] 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 8eb2ec0b2fde8adca4d3719fce37d9d9620fa1f2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0713/2121] 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 af8d7d86750f50be7f2252b85721283b512c0cae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0714/2121] 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 4919bb90581ee2109a4a6b67235fb56660fb9a93 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0715/2121] 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 faa59e088fb65e784a206bf57c30125162e2e7c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0716/2121] 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 a0498545fbe75d08319c4d31d993bd5c840a6adb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0717/2121] 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 77b8ad3ae40a1bed7f5f75e1acb3884f0e50622e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0718/2121] 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 e0bf73fda12cce40e5560c1892260fcfb0af04a8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0719/2121] 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 7e52d252c61132a970587beb18b57e15806f2cbb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0720/2121] 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 7309f77cede90e290db51c243cf12ae7ae50c7d4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0721/2121] 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 8aa8e87286d7e78ff9f1a3889e574d2851178365 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0722/2121] 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 1b2ea0eb193fae22d60fb68db6c047f7bc11919f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0723/2121] 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 a437f6b2042ede7afaa884ce0cbef2bf8507f754 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0724/2121] 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 efdc644cacac1865e60e48a0f0f26df8cf4573ef Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0725/2121] 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 bf8cd49e47bd954d4d49c92d4221f9325c19ea4d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0726/2121] 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 5ee041e9b61b0c4207a6875b7953f3d094f00e5a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0727/2121] 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 cf01f6f670a34757d760b68eca69b334eef9ee90 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0728/2121] 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 b7c664bd96dbe7ae455ce878a90d47b2a55c8a57 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0729/2121] 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 1bd6d7c3b828be1b3d3c064e454a7b7eec04cca0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0730/2121] 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 c260b085554ef8fcdf434d468a7528790abe6ff8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0731/2121] 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 24057797ad6291826e1d16650b663b39e0618122 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0732/2121] 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 84dd6875532727806e20f213e9d58760a1e97f05 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0733/2121] 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 288492169bed47e9ee7c36c0ab2ce44adc334968 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0734/2121] 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 74313bb17d487d619bac41d8069335e180150d2d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0735/2121] 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 d35c5a7c0cc36f2728b574c0bd11a52e65f36f03 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0736/2121] 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 d57bf5a647a0a2aab2785ab82f66dd70cdea385f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0737/2121] 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 dd163136db912e7eb2244db1776b25a35d3d518a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0738/2121] 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 9198916253207f16f060c3512e4142e0b4894ece Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0739/2121] 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 1aa225bc6bbb23ac02e008e55549c8357d393f99 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0740/2121] 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 61fcc896157934fc5c5a9de1fade47520d01700c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0741/2121] 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 0086705c345166e8216336e85d0f4faa07eac52d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0742/2121] 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 354a6c55ca34e7c082d2bc35b9ac85e06987d780 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0743/2121] 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 dc496ab7209888ae63fe9b12afab26ed2e681be5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0744/2121] 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 141c72a63a7666bab64a93c775bc6471d832c63b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0745/2121] 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 91359bb56c88ae3d9381f25afb0dd7160b74bd78 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0746/2121] 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 a82a83378c5b23770622b520d2823622345040fc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0747/2121] 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 2b616fb585b4d394cedc8b12150ba2d5844af2b6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0748/2121] 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 2a156275fe64b2085ddfd5c8965e390c41eeb78e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0749/2121] 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 542ba010575e5a91dc8d821c25ea4f81a63fda7b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0750/2121] 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 eb3019c4b94dccac013dec9ad1cc91570a30d4aa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0751/2121] 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 d5082d2ac65433de6af997db1dd53a6a9ad131b2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0752/2121] 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 c49d4604fb5b2e6a3ff0cd55b66c021e340aef5b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0753/2121] 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 4109ce048cc2d14ca5e110a470f381da6a44c16d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0754/2121] 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 d4d6a75aaf79da8ad609eca3cc88e95d3d567953 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0755/2121] 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 2580bb7fad6930411bd9fac398954fefb3ba473d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0756/2121] 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 90bd80a86a6406479caaf49c35f41c40a54f4ba1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0757/2121] 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 676ddf257b69d55e1a00433a630c71bdae856d8e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0758/2121] 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 c5469ace9826f331db793a4786fd6ff05cc0ffc4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0759/2121] 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 850fb2d31014e2f4db7302de34f456a7b1d139e2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0760/2121] 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 90e60e94e407d537ef77fa5dd51fd5f14c29236f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0761/2121] 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 17658ef5343241954cea9dbf45172de3d396d8d0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0762/2121] 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 50d989f013e2e1086fa9e164f422d36099d85c64 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0763/2121] 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 1d4fe71e3792a2aa66434614f906203674181c86 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0764/2121] 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 f8c012fa670ff6c8584cff56815299e2d3462043 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0765/2121] 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 b3c95b11af1674f09f389480f0926ed46a3b8661 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0766/2121] 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 fe7baccf4bb58c4acb7b9ffd787102890702d7a6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0767/2121] 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 00ba04d7165dd50e5668c2d3ea02c8ef9592c4d2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0768/2121] 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 2669d6225a09e4ad0a8e406021096062108561de Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0769/2121] 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 268104d8a1e99824313aad52de2252b9d3f2b3cb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0770/2121] 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 65c342c0f49127aa1d0f50dbdaae21e7233ada06 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0771/2121] 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 557f92d173272f21395282ea2167de9e21e1cc19 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0772/2121] 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 ae9ea1585ea7297ff7998a6775c836e11c4b2f4f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0773/2121] 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 8cc67df9b6c3e00eff35cffe1ef661cb092c0a29 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0774/2121] 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 6213327d82306def2ca1715f888410e6bae64637 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0775/2121] 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 140a9486da13f02ccae99c0baf298a052802888c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0776/2121] 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 6616f661716d49dc6719a504c5bb39c1cbf437bd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0777/2121] 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 ad8dde827f13b98cd37561bfe6c354d62a7661e2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0778/2121] 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 4c6fcddf294b9a4b16e78ddc22b1971a60227b3d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0779/2121] 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 e05adec092e81aedfde2b8ace9db3ae2438c4ea8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0780/2121] 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 d39eb52a4fab65be4ac3e2a8656e57b583b79a3f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0781/2121] 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 7a741aa08d21a449b7df9a4e38ade46c49419d6b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0782/2121] 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 69b837943a6d76847fe293e95f4e008c52e12ffd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0783/2121] 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 f0aec26050450f95a6b0673835eee6a9168a9011 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0784/2121] 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 aba52f8645b49e56046fa8524a510d69c3e83f93 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0785/2121] 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 7e298b869a8d4908943f869c5d67202555b2f419 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0786/2121] 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 895ebbb3b1ffd76f488b6c8b6b1149baabf09f6c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0787/2121] 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 8cf95e95796ea656719908cb1ef58b0af7dbd88f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0788/2121] 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 f2e2c6eee8aaf38b329cb1c5374de379b94b8809 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0789/2121] 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 23c533bd51f2701ade17dc842d72c9bf74a7f301 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0790/2121] 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 edb689e2992902e9369188667bf3f9dbe3883976 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0791/2121] 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 999d2b077e51bb98a462ec0cbe41bd5fa71e6cf1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0792/2121] 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 55c2caa93377855a768ca8797f18d28eddbbaea2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0793/2121] 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 1ba67da45fc2d579030eb128c943bc30214461ff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0794/2121] 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 7f1c710812179e67165cd501a0d2124d12be298e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0795/2121] 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 8169d7a2adcb89ced70ae7a773e0175ab9f0a2e0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0796/2121] 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 9b3c75360ef07f5ee7b33d14cadd9c0dc0274456 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0797/2121] 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 f3753e54476033cb41d6a349ce1f8eb65dcc6db0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0798/2121] 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 6f5dba1dfd5031eb53205b4ea37835a7f6c168d0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0799/2121] 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 cb2a2cc4347f9023058adbab131f651643a9af1b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0800/2121] 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 4eee4d5bbeba92fc5478b48cb52421bb1cf013a7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0801/2121] 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 309a803fbc5407ab317aba2566f9b423e1c9fecb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0802/2121] 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 46274c379ffbdfecece72cf562d606e29b204148 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0803/2121] 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 de2ad98f6dc128e066e8fa723ab7727f46383a30 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0804/2121] 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 97ca1ba529db0f6d06a6ca1eb35c4c58bb1ac98c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0805/2121] 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 74ca68c68becb1ce14ac6bcb5910ebb908cbe7ae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0806/2121] 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 800e88ad9156fd0c56fd967d52cac0c577e37e3a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0807/2121] 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 9a1d0a4f2a9d72a03c4172351864358ee42ade67 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0808/2121] 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 764234299877a112961cc865d52f34884d6f046d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0809/2121] 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 a17683f052d49a026b8db7ef5a229f3062f55468 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0810/2121] 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 dcac46f7e48509bac6d3834e06334fe4a3390a1b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0811/2121] 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 8d0dc2c54e2c882eff713cd20d4e82477c26befe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0812/2121] 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 0857d0e6e2bb0e9e64ceda7047be86777fb6db9f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0813/2121] 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 3bbe24989b7dc0fb1026d381e9fb6524d8109806 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0814/2121] 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 a8b881974ed5862298830df4e02131902f0bed64 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0815/2121] 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 eb01ff24fba408fa9aed0a3b85231872393c96cb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0816/2121] 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 8a8edd52fcfef23d8adc28ceffc9d17c5dadafec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0817/2121] 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 e71a2cfd87c51524f809aead1058e9a0b5adfdbe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0818/2121] 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 f546e52f3202af1f0d0cd40f250129047f26bdd3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0819/2121] 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 a686e8a2d83f4f34cbf0a8d35412d7953239c7fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0820/2121] 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 ec68c2961836de99ccd941ce776b7082380013d8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0821/2121] 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 790b6e26057ab20bffea683bd9206e20e8516988 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0822/2121] 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 952284f0e504746573446205d82654af4c1dedad Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0823/2121] 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 f4e99b4b60cb9e04226288ec022f97568897c212 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0824/2121] 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 28dc5bfceb39e0bd1b15dfc62fe1a416fed296f3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0825/2121] 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 bb2f80cf1ec8b05afc1c50376e81d6c212ebbf59 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0826/2121] 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 03f60e33d0a457d54e898f28446b7647c385a4ff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0827/2121] 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 70509b14b768efe5058c44613986dc22ae5ec9af Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0828/2121] 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 4af95603b2a68e9ce91259e120c029a33b7df9b2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0829/2121] 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 33978d3f25e0b8cd346569e1cf92dd8e848c510d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0830/2121] 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 90c31c04cbc674f7a8dfb3b0ef66851fe2b56451 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0831/2121] 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 d18e1a8404deeb5e01c9c8d242b9f7e0b619c58c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0832/2121] 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 2cfd2843836f5da3edf66801597de99e166ace71 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0833/2121] 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 b25413c681a02e9917affb698d19885c55814977 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0834/2121] 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 6173b784b4320b5e55558687f600223b56158af0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0835/2121] 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 defa03ba81168a5b2d61be7423c309a82e9a87b3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0836/2121] 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 9779846590eb422c2423178db03b2696e1a763e7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0837/2121] 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 112edf6cedc98b29ec67cd4cbce069832205647f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0838/2121] 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 ed7b7e9bdf866fddcaaa0ab46ba46df1a34fc8f5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0839/2121] 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 7f52d0cf2ad758c11a5d243938c3b49006b21570 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0840/2121] 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 97fd43d165e1410bf6f439e3e9ffdd499a16983a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0841/2121] 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 f340986622705e5629a26e904fa338084590d90d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0842/2121] 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 96f222ab015a260d5a0db647bfe363cb9dc9a30c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0843/2121] 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 eddca48be3e0374eb4500c520e4a444140db30db Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0844/2121] 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 5ac6f99a08eba70b99f322429ea9c3c033baa207 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0845/2121] 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 c32aeac9db3dd9ddec10bd4d1917a13232f7a398 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0846/2121] 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 e60654f3b09bcaf98f66e35669548d39162121af Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0847/2121] 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 04b26024fcbe207d510e44035890452607feb31d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0848/2121] 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 50b9750e54fd485398cd5f9298babbc1d5fdd1b2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0849/2121] 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 7e81c93e0eaa4e31064a4dca1824b7118c196ccd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0850/2121] 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 0b292e27937161f9f14d107a55c456d61252b6a9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0851/2121] 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 051a5306f8c6a01f7538be226495320ccc2f3ff1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0852/2121] 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 87942d5a8a160e52f3eab190eb78ef9df52d9a89 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0853/2121] 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 5ee48f625759980860c0fcfa03ef08f18f1bab4f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0854/2121] 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 9b4758746d818a2e56dc46f2cd9772898b5c3db2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0855/2121] 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 f1248e59e8075499e4e00b10a6ab2bf7eef1d40d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0856/2121] 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 9ebf1603e6428fb6ad2acefa9a5164969e345dd7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0857/2121] 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 0d863f763ffc62436b20f51dc48f4308af78b4ee Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0858/2121] 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 492f580061fcec5e81da93b1a75a6de312b0ae17 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0859/2121] 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 8545102d6ca7a1742332125d1e53d9612af7f1c7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0860/2121] 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 e73ee5560eb66a8d12dceb7c4d28572ed14a4960 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0861/2121] 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 066a9ec9bda8202e434e41407a245a527e852e0e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0862/2121] 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 b77ac7e3e09b2f7caa96aa098e029974aff89711 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0863/2121] 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 bbef3ce067d0ed597571d53b2c35f28179e8d1f6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0864/2121] 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 73a6c804ea29a606fa4f7f14573ca1ff3579f5da Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0865/2121] 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 d1e8414daec50bfc5e9654f12afe2a8a64be3219 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0866/2121] 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 3cd8ab91c48d24e89eb8fc19b28e1c69a9f2d665 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0867/2121] 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 241f4bef0ffe7f80079f9024705a2146b6c4bb40 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0868/2121] 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 c8e78d7d44bd17e122bbf22527a35a932ec40e36 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0869/2121] 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 a83e052c0994c5441756890e91c5388b01677293 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0870/2121] 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 8a2ff46666a09373db4a35acf85ae71cde371ea4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0871/2121] 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 889d406374bde3dd7fb01a3239f108fc849f4d77 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0872/2121] 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 31b51ca8480d1962b78f826cdec66746717a8540 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0873/2121] 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 7959bb0b2c58aa06c26a50e6fe0bd5fbb30cf54c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0874/2121] 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 0cf67663dc45ac33d55ccca9a047d6bc05894fcd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0875/2121] 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 033041e10c53401dfa7494bea27da308afbbe4d3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0876/2121] 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 76a70ada0de9739d7906630c3cddd7a6c687cbc2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0877/2121] 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 4151b3f21679cf92e6980631355d7ee6532e5194 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0878/2121] 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 be014013c1d817205379583867aafda89666789b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0879/2121] 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 a1f357e857804355b8bbc2805444a5e941b33b6b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0880/2121] 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 b719595ec447e2d62d3af8fa421e5717090fdc2b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0881/2121] 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 d4e2260c7e4a00f65033fbd9c5225662fe4b3d8f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0882/2121] 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 be6394cef55cc471d75ae0b671cd47713654ff72 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0883/2121] 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 4d5f58ec00fd73b8491d7eeac8714f3646e2f546 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0884/2121] 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 e6a42f105bdcae855d31a3f093735d3f32c35e56 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0885/2121] 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 ca8d040d054fa44bc78476cdbaccdef704e31119 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0886/2121] 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 c527a0add5afb5f9f0b72c87bf284cd97152c4a8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0887/2121] 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 70ad86adab7fd390bfe9541906e0f058c3647c3a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0888/2121] 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 492c5f723ef037527b35546c5aa6ed778f666e33 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0889/2121] 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 ad29cbebcf4a59860c40405ef5984dd1ad8936eb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0890/2121] 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 17d82b261d5b7c33a5162e8b364b814819e52d6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0891/2121] 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 6950c46f78eec8a6588eca78ffa2ab4e2467030a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0892/2121] 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 25c94c720cc2846a557629237830874543c57c3f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0893/2121] 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 07542beadbba7b6a7cefa9e06fb0c0c1fe00a2ff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0894/2121] 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 062a2d763e4dafa16346a2a158f708b758201657 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0895/2121] 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 985378730427d655280dc361bfaa8a757a178e95 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0896/2121] 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 b37d4eb3825339e3065f51dd030af07e815e2002 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0897/2121] 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 15bbcc25c472e4bc6e54843b5d79b60625454f62 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0898/2121] 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 d569ff20ee5e7ea9eb784be4ad06a5913a6e1041 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0899/2121] 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 f759e58be1db483bd4c36ab0690a7e3d4415044e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0900/2121] 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 e3dc85c17938b5e82d10c936ab29f83672b5da9e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0901/2121] 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 071cd03a85c1cfc047d1d5d7aa066452951b591e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0902/2121] 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 b0133ed7605459e94d3c79c36d992ffe351d38c4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0903/2121] 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 1dc9ca74bd71e2a2a1a696bf5495890d312dc28c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0904/2121] 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 dbbfda5ce039549cdc793ff1fe0837f94f28d1fc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0905/2121] 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 2d5339dbf2c9f7a72b44d141dedc7ff1b5192148 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0906/2121] 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 e6c20024e34bcec4fbe288de5b7f344ec810f982 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0907/2121] 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 98721a09e1267d68d65f4f0137e16f31001e13a6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0908/2121] 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 ab4b707a51af68f74b2d105134679de7533607e8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0909/2121] 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 c1ad89a71d79523d3a1ba8c3c85afacbcc81f265 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0910/2121] 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 e37eb568a8931f9044d6d2f3ea1807ab5eae3eed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0911/2121] 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 4af33c56d5512f7ab438f037dcbc55b593c0a9fa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0912/2121] 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 0b2c117eab214047cfa663cd25baab3e15754db4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0913/2121] 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 ca7c4189bf0612be4970ded97ed821e4d3bc7269 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0914/2121] 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 71c94a40dc3524a4a1495d728491b966870de48b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0915/2121] 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 ad11b8c9110bea5e3b9515fb493ad35f8c5fecbf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0916/2121] 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 4f9d7e326659f4cff0ff837c720772d5cf69dd18 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0917/2121] 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 209a5a9674d65f005dbad02e6366ca7bc239fc35 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0918/2121] 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 dd8a2f4ab7bf8d9a1549c39bb5fff54ef953fa49 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0919/2121] 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 200b86ff858b569a46a6138a7ddf1329ec5c3441 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0920/2121] 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 5a927a4d73d08e703ba8b7ec0fe4cac0ec1bfe2f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0921/2121] 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 e6c8a4841122877c56b927f505a5b2bee13f9156 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0922/2121] 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 c046a051aeafde9648ef846f582fe422038f5e8d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0923/2121] 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 b1c2284a34bd9e69a4f3d16bad6dcf7076dd1670 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0924/2121] 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 10c83c9f2db9df44e45880018c02aae2eef216b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0925/2121] 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 5d37d7104c732f8f62916ef25fc3c9429d0accac Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0926/2121] 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 bd18b602e9ab5886ed0b0ee1dbe3197dbff1faf5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0927/2121] 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 22a96686331ac79beeaae512c4ada793b4bf4d47 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0928/2121] 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 9846d664b5b63332cdfc9b31c6053bedc869eedd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0929/2121] 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 60f37d95dd9ae93bfc630b3b1682d5ec1f82b840 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0930/2121] 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 5ece08b047be91216a619440e5b030424b4f0d6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0931/2121] 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 816fa61c09170963a8a39e7851dda19550ddfc30 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0932/2121] 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 ab720c85c31cbb44f591590547193cb135986881 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0933/2121] 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 61b5b61e73643ea9fbd2be38a974e7bb6a4d0092 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0934/2121] 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 c311fa3cd6c00adc481b24d3ed6d4d6f55040ed2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0935/2121] 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 abc627c850a13d9e19944d5da7a05904416ebe12 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0936/2121] 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 c63d323a3751e3059acdee264334d65f17236415 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0937/2121] 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 ef9857e6ee43b67fdf13bd9fa0f6363f4e2a6fd7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0938/2121] 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 078f0fb2e268825ba158f5592b5e1cc483f867e2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0939/2121] 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 d4e7540ffa63b9e79746aa4f6a08cd5fb3069c30 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0940/2121] 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 7dfcb07558f234c5ed7f4d9ce2793c29e1e8b573 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0941/2121] 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 1925c300d73cba4f183a37be5b9c9180b625345f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0942/2121] 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 589aa6b9d194920c1ffa4dc0c5cbd36ab36c53a0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0943/2121] 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 72a76bdd7caa4a50b0be4fc8ca608f651d4e3002 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0944/2121] 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 548b0039751d9d11ee996e771b9b1d56b01b52fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0945/2121] 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 93b16703955384edd49f33581ef5b15d4156577c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0946/2121] 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 4c474a7315f56e8b8e2b1fa9174094acdd44ff06 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0947/2121] 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 4ccec18421e2e6fbd99019c98460aae21f537747 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0948/2121] 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 cd8a82f8dc106d4880c87fafac18b366097e11c5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0949/2121] 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 4d0347c6c106f0c27068d0489bbfa73bd4089479 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0950/2121] 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 0196350d263ee4846fbd207e15f9320a1bdd8e40 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0951/2121] 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 a421e8712c50a0f1fca2ecfb7a93608e0c2d33d4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0952/2121] 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 c589d038a7e655cf07a01b9dfb84528c831cf3ba Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0953/2121] 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 53633ed7623da892f35a2158997cf468e154f858 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0954/2121] 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 4ecb763ce95a60f017105795e2f11b7add0b139d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0955/2121] 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 e33bf2992a5926c6d062edece39f7358dad77191 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0956/2121] 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 4d973453a1124334946bbe8277d65742cb7775b0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0957/2121] 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 9d3733e856a4a5fd255015fb50320bc2891f2011 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0958/2121] 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 6a7748e28e8fb1c3dced4164aa2465ed7e583c09 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0959/2121] 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 a0947dcf1c497bcb9671a50c54f46b66b681a036 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0960/2121] 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 4d9afd9ddae9962ceff314cd85f96d64f8c78840 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0961/2121] 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 b4712f304a34c21877fddffef3ebae52009ce275 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0962/2121] 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 37c6df83965a39035cde545883656693b205cbd6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0963/2121] 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 cbb8e3dc678dbf7cf86d8b55b815bd84a7cb2785 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0964/2121] 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 34bd796c5791f1e99af52a751f27252b3205381e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0965/2121] 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 5a36aeda28c489d4bc18da4391f1d1e4e2edf217 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0966/2121] 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 cc9db022a296d01ec92ec85c4970662c3ef3cb19 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0967/2121] 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 1f6c9dc8e98cb15f3a38a472c29bb2e2e4e410cd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0968/2121] 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 a3ce288245c38464e029f79f6b3a35b94c529f14 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0969/2121] 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 14f03bbaf123b5658574f9683ea8b7d40294c360 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0970/2121] 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 1f5c027e4dbe53534a2a783d6f1df531ce60414f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0971/2121] 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 f030016069c216047665bbb4b50859c15c5e48b9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0972/2121] 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 b1514fc54e487cda0af62f408b8092c710acb6d1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0973/2121] 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 bb885af4c52d6976ae4747535e724f7ad6b4fdd7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0974/2121] 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 c273e013fdf08e891ae6c5c9f3882c729929de52 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 0975/2121] 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 dd17452a971d2bd8ca1f89af60942398d5f01f00 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0976/2121] 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 4038630de6ca81584a1ab32ee1e43b0ddc521219 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0977/2121] 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 a9bd27cae1f001e7432f6b2c601c3edc5478fff8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0978/2121] 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 e29fd40caf7c9342691089f1765a614aa8093e47 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0979/2121] 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 54f17ce2b40ec8f551d702f3cbe09c4e826b2aac Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0980/2121] 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 890cff0081258472708126e3b6831b678c3efd55 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0981/2121] 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 678c0e26eee7125a21ea058e798efeb5ae358523 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0982/2121] 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 079c6ae74b2cb9a758cb969a2f079163b4cfff4b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0983/2121] 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 191ad8363e4c1cedff2ec5010b958fc67f97e6e8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 0984/2121] 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 8b33539d451bbf6ee01762ff2f36ee3a25ba5a35 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 0985/2121] 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 9a7a4e624bc334a180bca989ee704b535d8941a7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 0986/2121] 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 ca831a6879646e5118abb14d9e29160b16c0f871 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 0987/2121] 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 613fa239b4e89bea773ab6aea69a69d5767c5a45 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 0988/2121] 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 f9c05fca9b201aa6fb518d46fdb6dd33ff66bb06 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 0989/2121] 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 33230b15750261cff16cb79ce5c2c9e258677685 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 0990/2121] 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 6b8f74d78c6d9a4044b1f34d4d72e8c7bcc9217d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 0991/2121] 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 902625077d277ff49f70768972759e48683183f6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 0992/2121] 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 5e97b22b84a14969df555ac3950512c1d287d235 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 0993/2121] 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 d289e415f09aad01d89e07460e37993a6712ed99 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 0994/2121] 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 89630ff3af3fc110b0408e8f6362c70f378d1aa3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 0995/2121] 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 627dfefc3ac519eb4ecbff9d52a3d5dc955b868c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 0996/2121] 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 33ff27efce9b813b5a6655da491feeb088977bd7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 0997/2121] 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 8d6b6f1a22c3e79a511be2aa8331c014eb5c74db Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 0998/2121] 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 9c18e3e5fa823951cf71ea26445d93c239b1684a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 0999/2121] 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 c802d06a75ebfc0e9b3d3a89086d56cb0f3500d0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1000/2121] 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 04a8a3e7cb864445450ec7cb0d5d64aea67c8f6c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1001/2121] 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 ed4ce786a3c7728d236b71c5f60d5906bb5dbc04 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1002/2121] 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 df77fee7fef2e13f238a81ac1c5ff84ab8205d2f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1003/2121] 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 998bdca3486856e386d447aafd82c38b22247fe8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1004/2121] 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 a32c3dd0ae4d9ce8f93cd511dad040406cb7cd8b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1005/2121] 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 ed189286a6eabcba14a130abc0746345bcc23561 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1006/2121] 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 902a4e1a5473fd7f6fc04cc4bef3f985e1e5655d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1007/2121] 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 30f90968a697cb1265633608565a3d1897f2e6ef Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1008/2121] 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 2df77eb43cae30bf0ca632e33c41bf794dab5b5b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1009/2121] 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 31740d84344dd586dab6dc3145db9f0f27370a85 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1010/2121] 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 3454f27f73a164d4706ebf629c81aec801c01102 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1011/2121] 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 55978db2a8941f55801c77f64e783cc04ccc4e39 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1012/2121] 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 f8c7042939e83b01aa40c9fa59fd1d9f9b16e818 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1013/2121] 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 c0d908f6efbfc10247bad3ffe8a9e0e86464436f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1014/2121] 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 7f7e1b301d808e544ef561f3d2fe87e4342440be Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1015/2121] 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 dedfb30b6506ba1ff36b334d972816f290d4d500 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1016/2121] 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 54c3beccac7d4098d979706bdd56adbbb492400c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1017/2121] 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 7bd92c74c27b9e68d2ba9b8b3d4a935027bf7a97 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1018/2121] 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 03756878f54a2e00a7ef18ec403dd9e5d862e432 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1019/2121] 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 6b0009837257001c15b19004aa1b86dd13286179 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1020/2121] 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 1c68bae13a480ba5b81ae70a589640b6aec94a85 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1021/2121] 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 70c76a9aed8cfe7c3c69c36a2724b31701dd065d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1022/2121] 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 e87bc7e2aac34ccb620561e8be8a4f178d314506 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1023/2121] 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 e96ea7a43831ab098fac946d28c9b6c84909e919 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1024/2121] 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 c5b1c8ce41aacc2f0f7665d77c0f952ae93a04c0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1025/2121] 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 e6736a2c8d864543d7f448072ea9659d0f58c78c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1026/2121] 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 f8c71e83f859afeab2ed395328525ca360f996bd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1027/2121] 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 5d0b51452be10111b1cab67d97e755112b2c1171 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1028/2121] 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 66cf5906cfd1a2556326a1bad59afb2af38d2993 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1029/2121] 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 b02c6debbf78ac826ea16521d890e621aca7e53d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1030/2121] 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 c06d94d24cdbae76b3269b44e430e80cc08fb2a1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1031/2121] 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 28e45c1b985d5a68267450404310010d878bdbbf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1032/2121] 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 505be7fe6a85f004a37994652db1cf6bb3a393c0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1033/2121] 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 1f72e693d8736dc7d23eddee8d37986926276641 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1034/2121] 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 7b8ac4c260c4b6a69c988a9421c400cf5285a8bc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1035/2121] 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 cd257169408d98f6d74977714648200e6b2e6912 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1036/2121] 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 80fe218d689629ad0277e1439aa1a7e6304efe46 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1037/2121] 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 0e9da0991b8f0e4a2662e381fa03c2d795ca999b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1038/2121] 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 b1ea04aeaa76f64ebd674675c90399ea71e75e78 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1039/2121] 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 b5ef5720a45abe2402a0169d243f2a870d81e614 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1040/2121] 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 8e45d919388ba349c285907240bebc3a96902ccc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1041/2121] 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 3fa182cd4b5ff39c0fac3ec3c88202f39bbc0544 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1042/2121] 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 9b289a1e50b2ec017f3b48e8cbef0587efb5858a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1043/2121] 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 6cefa574447deee48926353527f0c8748cd41ccb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1044/2121] 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 e52b3c26b53b18294ca852c502f8efa91e452c4f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1045/2121] 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 77b9e800d78b1e43e1abb3f0fe7e61fc23afd8fc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1046/2121] 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 e2f90783edcad1ca415e139b2a36e2698f175d66 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1047/2121] 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 f95ad4dc4745bd57f8cc4680c23ca062ef4695a7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1048/2121] 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 d31c2e28ee3ffc852b48686b715c121d6a77a44d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1049/2121] 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 cc6f4ae143760ada95460c8d89723e26d456c2da Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1050/2121] 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 8414da1f5fba36d436598fe25a1e3c2bd3e3b8be Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1051/2121] 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 f898bdace6ff18fcae750c5d156b139db9cb7439 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1052/2121] 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 a2aedc05c0611e4aafed93453ca4acb45dfdd595 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1053/2121] 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 655cd6ff0b9468911f334a355eb40a00022cd7b4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1054/2121] 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 1ebfc74f4d91ddf6d97f280c72260ff440f4c5ce Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1055/2121] 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 f89eaf33dff96aa06a97b547be3ec3a51653c13f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1056/2121] 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 98fad6d7a09d313022a1c43557fa648a6937a372 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1057/2121] 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 46885b8cee6002135816c2f341b72ca428d5e19c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1058/2121] 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 20eb2c3d16719f217f6aed8ac56077742928a3ee Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1059/2121] 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 3d234ccf75c3791dd74ed23a7b416f47de843a8b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1060/2121] 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 ba31daef6918e9a02d43fcb98e74bf37a5a74ec6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1061/2121] 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 1119866d8b0b5b369ee197ef1e92bca2db79480e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1062/2121] 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 1f9e0dbbbaf913870ec1dd75bd51b289159d180c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1063/2121] 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 8bded218a893abe038eaa5ebb15ab27be001e132 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1064/2121] 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 d7365a83d5b6ca70738bec97ea8ccdcebfb86c69 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1065/2121] 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 a55e29319d34a9477ded104ba67887146b855a96 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1066/2121] 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 78834d0722dfaef3090c1b0a4a7b0d97568f8f6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1067/2121] 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 169ae08ed1b99e64c66787260d3220345d330356 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1068/2121] 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 3ecff11b88c5f62aec3be561520e1932ae1ee5ed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1069/2121] 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 44e3f96c07a89642df0b386164279be26c8961bf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1070/2121] 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 51aa6fe0c71887a0c9755611629ad5913ddb1c47 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1071/2121] 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 a4bdd729d071d5a201417f1cb58799c0c9258339 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1072/2121] 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 91ef6941e7e9acf06db107b0d7cc2705fc76e351 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1073/2121] 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 b705cf6d8921dddd84d22a7af505545171284b62 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1074/2121] 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 f49d32552211aa0c7f3c0ed28bf51d8d1c031aeb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1075/2121] 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 e045bdc6116098a20f07f66f65215042afd8d74d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1076/2121] 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 c2b11fa02fae7cb0af63707c28c258f06c84c477 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1077/2121] 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 6a461a51d038342f3da0ece1dfd93b335e658baf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1078/2121] 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 e5f93135f64d262b5236d75aa01050eadfddcd9d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1079/2121] 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 9fedda36a8d6cc09ad1f86764f9b059e2765ad21 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1080/2121] 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 aaeb76dcc487a6f17dd0f9e723cf331637fd366f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1081/2121] 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 1955aefc313fa86add3b7f97b3b13274b7695bdd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1082/2121] 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 0d1ddcff221fed33221ef0d952bb039f5ac84acb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1083/2121] 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 d32d6042fc6a9d3251c7179f053920b4d6190ed6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1084/2121] 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 eab0b3521183c1897ab85a6dc5f5cdca73f11359 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1085/2121] 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 70949181d53cc8cc109532972778d43a87b5317d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1086/2121] 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 49a2b3a75bc9d2b942857eb7b4a90c7d0d00f22b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1087/2121] 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 656dc184c78db274bb9202b8a9b93bcd02054250 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 30 Dec 2023 21:08:16 +0900 Subject: [PATCH 1088/2121] 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 3a355aca6ee76c841d367816c733ecbe5dfef4c6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 14 Jan 2024 12:44:14 +0900 Subject: [PATCH 1089/2121] 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")) From 168dd3c9e837114d1f9a0a93bebda33aeac30d42 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1090/2121] 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 62750957ca60c3bf269324276718d1bb861b5611 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1091/2121] 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 0ae30bd9f619d66eff18b6fbe827bfa7726ef28d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1092/2121] 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 426cc1508f94ee942eff97cffa6cee2e2c976eac Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1093/2121] 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 0250f04e599c536a28b1cd2d6c49aad12830ea25 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1094/2121] 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 74b494336fc67bebf77f6d596a15ab3dce1edad1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1095/2121] 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 900d4232314c2fe97eb671e08f96cec4d74f85cf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1096/2121] 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 241633b08f47416fd0c3c433d7b3784dd68771ed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1097/2121] 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 63fbd02b6c257f28ff000b10819c7c26cb5b5030 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1098/2121] 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 373f7c7893bc69c4113e4b2eeed8962f66ffa7a5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1099/2121] 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 7fa0d61ed27c3830ed0621b9664c9112fd08c82e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 10:45:03 +0900 Subject: [PATCH 1100/2121] Add oahu --- recipes/oahu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/oahu b/recipes/oahu index 4bbcb6370fa..e3f4bde6f16 100644 --- a/recipes/oahu +++ b/recipes/oahu @@ -1 +1 @@ -(oahu :fetcher github :repo "akirak/oahu.el") +(oahu :fetcher sourcehut :repo "akirak/oahu.el") \ No newline at end of file From 586a4913ab744819a85919b3b093f84fd2d7824f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 12:05:24 +0900 Subject: [PATCH 1101/2121] Add oahu-memento --- recipes/oahu-memento | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/oahu-memento b/recipes/oahu-memento index cf8f5f8765a..16aad30ea7d 100644 --- a/recipes/oahu-memento +++ b/recipes/oahu-memento @@ -1,2 +1,2 @@ -(oahu-memento :fetcher github :repo "akirak/oahu.el" - :files ("extra/oahu-memento.el")) +(oahu-memento :fetcher sourcehut :repo "akirak/oahu.el" + :files ("extra/oahu-memento.el")) \ No newline at end of file From 17f7b557eb28b7ea0707be51a3323716a6085b9a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1102/2121] 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 1dd8b9b6ef45724079aefea4c8dbfbfb1945843f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1103/2121] 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 dfb3345261a2ba26ea50b739bb86fc3d9589f8b5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1104/2121] 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 800e014a07445a155c3bae6d44aa3c6c80fee0ee Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1105/2121] 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 bd86a8a200e599353c325b8c14dd9eca4e58112a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1106/2121] 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 2e4e68d8a65e25c2275b2cf819ad21c16bd194b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1107/2121] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index 7b4e40984a9..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 @@ -38,7 +37,6 @@ jobs: - name: Reset run: | - git fetch origin "$rev" git reset --hard "$rev" env: rev: ${{ github.head_ref }} From 3702252863bedea744fda4550961114e11156ff3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1108/2121] 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 88c4716842b4c98a3a34c419428ec112d1203409 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1109/2121] 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 80ac90a16438b9dc0f8627c85f63db8919115753 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1110/2121] 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 e037afd5e89a2619c596f6cbaaf4580355c1f47d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1111/2121] 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 6ab51fa7e4995cd6c40b5efaca1bdf9d81c15458 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1112/2121] 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 cdf2dd82890d8db88d6b45173467ae4b1eec8e7e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1113/2121] 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 543bfb7a24b1597921689a1daa168933be866ae2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1114/2121] 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 1f046f11e4ba5b827a4c8cc2d57cb0ab99118bdd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1115/2121] 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 6ca835cd64493e72d1facbb24a70b69632a11c15 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1116/2121] 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 9a7589abe0380c91dff3236c2f55c1a0963948bb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1117/2121] 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 a92aa543801ce493ef6ccc9a199d05bab66a6443 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1118/2121] 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 5452b84086bdcc255b5b284d1b876436f050301b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1119/2121] 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 2375a9d22847cd130a782759c8f066cb3290a275 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1120/2121] 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 8d376d06dfdc3362f80186f97282b339e6d69c10 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1121/2121] 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 0bdff76875ba40a55e3d753bf98dfa305e40d10c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1122/2121] 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 182a984d1da0a7da4a156cc2afafc6f8abe62a2a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1123/2121] 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 263aac18a9922ecc8c9a9a44848eade202a5fcc7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1124/2121] 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 e99a0d8433c0e2ca7bcb1274b482f68c4bc4c1c3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1125/2121] 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 fda9a2aeec4d62e13397a04bbcd7107644b50e93 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1126/2121] 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 e91a661e68a6ee6adc035551e7e674e9a7b06485 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1127/2121] 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 f31d9c684e21093c9ca2e0bc8c77db6eb156b3cd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1128/2121] 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 f0932542a61f4e4083cddd289f5e834d6eeb9c61 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1129/2121] 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 c260a82f27fb09a51bca913659bdfa7042e14edd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1130/2121] 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 efb12b0da138a0cb897549e0c2992c2890f3b9e4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1131/2121] 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 02b428c81585fd78d97ec3c8d1c7b1eed66ebb32 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1132/2121] 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 e41ca98c90b2343889b8f6a5c98a3a14b1f819e9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1133/2121] 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 e18fd3ceaf4302022049d6a951656c51049fe2ce Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1134/2121] 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 16bc4d8e84833f053f4319df7c3982dec3c15ba8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1135/2121] 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 45fb2c6ee761976695f4600704b3908ad1da0865 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1136/2121] 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 2fc792eeb23e3eee19703672ce0795e3847b7b29 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1137/2121] 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 d097e82312515b74cf6db0dddf321dae9fa04726 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1138/2121] 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 e9305867cfe1b50c8844efd712897bb1d45922f7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1139/2121] 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 2ac1e67cce126dcb6789e021268d350a4f1c7bcd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1140/2121] 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 768c63db2ae23c6e9f8ba63f7221294aaddb288f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1141/2121] 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 67b70dbb9d2b449ac67b0adbac5cbdd608e09de5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1142/2121] 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 f9ca1d5539962d17c965f5f645e6fe63a00682cc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1143/2121] 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 17f6b965affbf66f1f057ef7b228a4f2c0aa9da0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1144/2121] 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 fac4997a5cef2fb64c708cba0f0083ad0e502262 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1145/2121] 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 4c017bd8a2495331c28425789e0ce0ccce577bf4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1146/2121] 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 883761f2b15cd8d2630448b8cc4ba675597d8f45 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1147/2121] 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 d27bd020604e0e639c876c84587fd8d0c1e7f5d7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1148/2121] 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 ec980159acad098d87521657ec38fdd3006af6e5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1149/2121] 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 4ca2212410797ccd4911bc4ab58f685a7ab58fae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1150/2121] 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 fbb8393110fc1355021b770c862708060b7cb5c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1151/2121] 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 c4e37228a11f3e75784020ffd611ca2ff01f5aed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1152/2121] 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 02bef8a6bd3e1b0b29cb4852821044cb0cd47258 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1153/2121] 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 423bf4a2424df891475ec8958b2c378f9ba07c7e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1154/2121] 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 901d1994afb3e6fc4d1cc5976cc0a4a40bc44f8d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1155/2121] 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 a251313b7fe1565c735a74655a6ba178f6054bcc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1156/2121] 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 3cb882fa54440fc816b68aa21746ac2950008f29 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1157/2121] 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 3c6c9fffcc680d1a596ba1c31942f8a6e86d303a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1158/2121] 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 4bd56d978d304ed3b92f027e4fde76ab2d398894 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1159/2121] 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 2af4b4b5695e16a6c482729f25de380a96790e81 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1160/2121] 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 041c9dea69f1f8097ffe6b53903dd2c59509b0a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1161/2121] 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 2c947d59405bd8df09852c46debb3b338238cdbb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1162/2121] 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 91601fe0cce2b7658479429f85777092e71499ea Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1163/2121] 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 82bd1c90e959e1ee44a73019d8bd0a8e5b75a1e2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1164/2121] 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 88451daf4468bc1861a52c4f1ef540e4b2bae795 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1165/2121] 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 a30b6419d5a7e9ce5232f2dbe0ed6df65c68bf63 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1166/2121] 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 6c75b625144f811be79f1122e71d57b32adba877 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1167/2121] 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 e0cff1a481e245700e60d9df2f5e150e62af4f66 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1168/2121] 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 24f7864e0f486272271470ad6df6fe7c496f699d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1169/2121] 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 3abdbfb609156b023dfb1268c2fc7ea781c16674 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1170/2121] 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 a8057b2a8625425cca566e1dc68eb1ab7f850e41 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1171/2121] 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 c0f083864675352b6b43548f5eba63649160259b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1172/2121] 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 bd673c128ce740402be25c54b45aa07cd3b60806 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1173/2121] 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 d70ba6348dafa4a4a77d1fcb947312457cd96404 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1174/2121] 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 38e8941c143c1e014e9fa1598555feed156c400d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1175/2121] 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 826e64ee73b2c2966eaa82dc686f7c6810f99672 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1176/2121] 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 42a1984d02a81d38cb12992d4e79442fbcf35ff6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1177/2121] 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 06bbc7eec0188d8f2e75a18df5ab8122400ccdc9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1178/2121] 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 1a7b7c065883dc69d510db75bf852a2a4f4ce2c2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1179/2121] 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 df9a2f6a6f3cdf1e4cc364622d8ff7aa5e66a05f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1180/2121] 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 583434d3a3d630d55817fc7240383a492c5142b8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1181/2121] 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 bd31f9e7b1d34e981017869dd11fae31ee38fa93 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1182/2121] 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 25adfdb7a2f37c8fe4d0e0c8fa58683ac5725dca Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1183/2121] 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 c25ff27cda11ace27a3a15ae8e8bcade41053eff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1184/2121] 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 8d86d811ba8126892b0b5ed867f851f4ed218d07 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1185/2121] 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 dfc4668ea61fbdb6202a7891e5387cbb86a495cd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1186/2121] 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 10c87a76b77094a9f1ca0c52e9f610f2f7ab617b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1187/2121] 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 c6f27c45b3831678fbcb5f2c96a49bf4e2a190bb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1188/2121] 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 75fcbb2664b2fef0602cdac9c0ddd8c73cff34fd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1189/2121] 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 120c67fb5884eea97fee1b19505accdbb2fa7187 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1190/2121] 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 b42a1b81ac9f752f07fcec55f1a9304fe1a49cb2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1191/2121] 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 5abb04a123eac7c7877d628437e1a10e26304b35 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1192/2121] 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 e93c383601330ca19659c0f057587cdf8b4b0309 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1193/2121] 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 b13f3da9d84c1bca0507cd4108f1d8ff8cee0581 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1194/2121] 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 a35076e7ec08882c5d8326452c8d682deb2fd280 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1195/2121] 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 c01687c0a84f9b8e148edeaaf6be6b75fa25b9e9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1196/2121] 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 569d1dd1ae1a26a5fd9b20f4aa7e630112b688a8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1197/2121] 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 06975af5dd4acd105df9296dec0f1bd07819ecf4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1198/2121] 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 d824aab0be8196daed95006f1d71112e8c239764 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1199/2121] 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 7a20be42abbb2eead21edfa9e18133085d814be7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1200/2121] 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 6c8db60b3826bf6b796f513c2c353c31a87afdab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1201/2121] 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 7859088bc4b08b2ef46da7805110c0cb95767d32 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1202/2121] 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 95b9ac642d76e6cac9ca7651fb817e6d7272e611 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1203/2121] 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 b73b8aa2c90e8ff7bbd3e7b7efd5eccd0edb504c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1204/2121] 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 b7366171c75975dc4b1cf5c28edc5d0949bfa1cc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1205/2121] 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 5a7644a6d212553bd4b6978dd8e639ba0c98febf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1206/2121] 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 1692709873bd852d1b62da73d046085cea2e8701 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1207/2121] 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 fd4477e0e1d33dbbc70545e17174e6557c03e22c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1208/2121] 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 c8c979d0640794ab0e3da7129afffbe00cb411b4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1209/2121] 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 86fac908ba1ed277974cd31a17a4440da93859c7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1210/2121] 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 cc3ad43927f0f25a45f8247503b9767a6ced62bd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1211/2121] 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 89ca4187e4170f71bcc908fdaddaf88c7db856da Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1212/2121] 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 06df759063c910e8fa4babd21d5089f23860cac4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1213/2121] 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 5f40cf872ef98f486ffb7a53e108abadc33637f1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1214/2121] 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 d9c4248202245b77b5259c47c992c40237af29e7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1215/2121] 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 236da3c1deca9404bf26abdd004f215424b5dbaa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1216/2121] 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 6c343f4b06e1a0f77bb9032f8f1cd25bdc80df97 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1217/2121] 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 d6bb53c3020fa9910f6a4b25a8d4d11f84926866 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1218/2121] 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 e373899a4f6137074321f4decd90db91ffd88294 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1219/2121] 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 0aff35a5be7a96807a35bef613842d0aeb735a2c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1220/2121] 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 956388b982f66d0e59742733afe2601ad4114930 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1221/2121] 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 1168dfb0321e20b365460a4cc9c7ef5c6ecb9a6f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1222/2121] 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 a59f27dc4ac38353b0cbd498a245fb3fa15f53f7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1223/2121] 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 b5b1d16e2a315a2c49a006c58fafdd09743e4be3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1224/2121] 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 cdf95424a2aeadb4186e365dfd4ca41f09503de5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1225/2121] 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 02d32908c563518e6759cea241d41e9ee2662381 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1226/2121] 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 e0b4c822c6aa9d0500336707e075d21edf4c7b7c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1227/2121] 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 1638d8e564da1f888707ff1d60faf09eb10758b4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1228/2121] 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 163f70133246684eede70564c19cd4b1d5f1c25b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1229/2121] 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 16ddc2f7c346cee95509feb23dbf95231a673a60 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1230/2121] 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 7ff17933f1df618889e66b8511d2963769109425 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1231/2121] 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 5b952d66d0d2a3ab2d8edbadcdd6c48bfe2a0ead Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1232/2121] 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 7bd1fc6b52deec2eacc32d86251770c75b402178 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1233/2121] 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 21ab6afe614f29da72f8a428803b093396ad540d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1234/2121] 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 1a6ad7fbf3dd8565e2e87ee1ef9fcec8da470c0b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1235/2121] 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 8c87e730c579c835590b1076bc177ca13b5506b6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1236/2121] 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 6fecd1682972983bcaf95f4f4ed720f2c2edb145 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1237/2121] 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 f8a03feb6f1b82b324f4254430647ae03cd8e4c5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1238/2121] 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 726818f59c1c28dbd1b9b92467134b52b5a191fd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1239/2121] 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 0a05b22899c1b93306570302a412b8fdb79f92c6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1240/2121] 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 a1ea019ef2987f13e19879d70895b6c7360a0f96 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1241/2121] 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 f55d9ea7aad88596cabedcc1ce7fd2c1bb2632a7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1242/2121] 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 589beac19a06672880da2f13306a4ec3ab089f53 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1243/2121] 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 7b0b2f0a49cbfa84c254ada1020f621f03160697 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1244/2121] 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 8a289891a4ba22888bb1c00d095ba29c3c2f7fce Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1245/2121] 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 71b420696f7ca277a83229104eed99cddbd44b2b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1246/2121] 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 aaef09fab0d0fe3eb4748e80b6d96a765f3f14cf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1247/2121] 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 a52925ec561f5f371eb710857717554f30002624 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1248/2121] 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 774c782cc79356950b0ed5a9c89a5def0a55846b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1249/2121] 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 5ab2c698ae7af69fea23db38f17512a59b5c0f6a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1250/2121] 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 b56044d55fc967ab68e26fa00c07fe5e1c28fbc9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1251/2121] 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 5f579c192afd4bd16dcead4ed170b835476b579e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1252/2121] 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 d55f94e64c73489354fab6551b83f50a9f512935 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1253/2121] 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 24eff45e505bab9288595a222fb32a420b9217b6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1254/2121] 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 fff0e7b0f732b61aca4071c5d95736965b6f81d5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1255/2121] 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 39e569318479542007d97d5a5d285becfead2eec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1256/2121] 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 3dea9da75132e0373ba6cd9af45b05d59a384d27 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1257/2121] 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 9f5984a930189e35d4246baf63fbfd1eaac10b63 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1258/2121] 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 7f1d5e723f389d147333733c1b678deb446a84ee Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1259/2121] 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 9bdd5f274718f13a5eb0fa2c7033f938e3bed329 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1260/2121] 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 d00d8878d63e6919276db30266a05b5cb8b0eccd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1261/2121] 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 5123c059e9379fe885b87a4837481a2ef68f2d61 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1262/2121] 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 98dd2c7772c8c05d9807feaa328cb879a99a2329 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1263/2121] 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 bf292d29e86704212df783626327d3f782df36ae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1264/2121] 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 8576851619367dd50beacfd901ef3f262ea37e69 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1265/2121] 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 9e24da49307ec11e6241e55855148a6ab4127419 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1266/2121] 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 ca14c6c9aaca3bdc7ad51a17161ae5f388c68120 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1267/2121] 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 5914e65c502811b093bf33951e9b7112fd206664 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1268/2121] 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 0000b61bf37754f3710d1ae296a32d2698c04786 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1269/2121] 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 0c748f6cf7d2c07fce01fbdaad36e47569bb3f94 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1270/2121] 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 62cf6e966650ac1ec7271812c067db5f33e3a0a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1271/2121] 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 75e5e99878fb0907149a88326563c4e6c0a3797e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1272/2121] 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 90dd53700ccac6b73450cbb73f736540f69f15fe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1273/2121] 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 44afc8d7f0534c645fad8d473a25ff97c6b2bce5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1274/2121] 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 6bc0d40f78038a4ef9837857e7f40a478a47521a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1275/2121] 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 f86cea991e5549915c9d2efebcaf92bc52407505 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1276/2121] 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 b16b4c1e5c06bf584b4c5ad5a9e33e576fbb846e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1277/2121] 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 9f1b213316c873c6f251790cd8ccf7f1dbfcb0ec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1278/2121] 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 8524dbd6bc8a543f6107843b86b55a4112773fab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1279/2121] 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 a3453634d1a989f061ffea169ce0057b72d02304 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1280/2121] 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 1821ee76b81f158badba760e5dd86fba348caf6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1281/2121] 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 8fcad8a2d18da7bc9b28f9449ead400022907993 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1282/2121] 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 2ef79b3e4613f2afd8f61bc4c3f867f8ebf59ae0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1283/2121] 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 bc7e16b80ffdc674fbcb095a1b376db285659abd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1284/2121] 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 45c5d95a1b73f55c7eb56bb0cd67ca6bc1a430f2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1285/2121] 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 584e835b7d898e702b24179920faaeeb82bf153f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1286/2121] 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 3fbbbb2d274f78679bb89dd8aeb993f9ce1a55b9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1287/2121] 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 b61133bfcf75e67364a8b54b42acfe84b8897379 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1288/2121] 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 b0d8e93ed91268896f79ac586cd55e4d6a3cdf5b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1289/2121] 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 bd57db040156f4cd3971c27022d35213b54e61d8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1290/2121] 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 313c50c10435daa42ebabda6f693ff203a9bded1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1291/2121] 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 2b6919d0ca486a42eea61f3ac9039aa65475d8e1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1292/2121] 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 6b82254de193bc442b2017ab3a11c6792f9a72bb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1293/2121] 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 33f38b16e8cb40ce80cc6ebf372bf7c9adc0d5a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1294/2121] 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 fbb2f656e6484ead4071f03a60a2dfd54340cab9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1295/2121] 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 f15c7d45be04a8a1341a94f1c6756d79dd9c4bef Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1296/2121] 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 41b142cc1399b3817d3b814b7f3318e24e01d6e0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1297/2121] 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 a7dd60ccf6cddf43ba83e69f7210faf15fbefb43 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1298/2121] 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 99dbbc9e1af24401fc348eee01bdb43f280d6b96 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1299/2121] 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 ae217243e69088886193b829dfe14ff77c4fb580 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1300/2121] 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 4bf5bf30a9af92c495bd29bb5be6e12786ebcf21 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1301/2121] 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 79c1fb4d8aafa00b1faa8c74c1fe7837f040b78a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1302/2121] 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 c98365295fbc0d9f06af13d222f1a4e4badf5058 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1303/2121] 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 6a97854ca3f42106b9d5098a19a0067c6ff60c2f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1304/2121] 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 797557c0e2df028dfcc8c13ad4e61e1e6a80c53d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1305/2121] 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 1c2cd43c4a9c39392a74bea295faf3519f05815a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1306/2121] 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 b9f9a00a3df1c2a17900b04d80278bad186e8106 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1307/2121] 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 c46b392a14a0f3c555854e1ccb0d0391daa29d6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1308/2121] 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 021e591a7f8a8594cfc484630cb9ee57fd209ddf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1309/2121] 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 7d199e3ae62f92a97da9e2624aca3d0399646131 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1310/2121] 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 c233b611f5848113c250f5e6885b6f9f4d79304c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1311/2121] 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 71b5e898f8985b721959b38869b13105182df324 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1312/2121] 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 3ecb37b53badb35f4884ccfd8338ea75689a8072 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1313/2121] 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 7d1a84a79fffa28ca61fecf9db7b16efe2593cec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1314/2121] 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 295c3f5a41ad6713ccd821a0a81600735c5a717c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1315/2121] 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 01304a3b4a7efb96c1b1ed60d4bb3b6826493d42 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1316/2121] 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 815d1865194fb9d333c7a098e5428f6f861fe080 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1317/2121] 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 1605a3da98771132dd92bd862a3d0051657c5446 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1318/2121] 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 70be3f25da77e4d5337c0184c1c4e44ee4833e4b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1319/2121] 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 859e8bc18420670df2db70d201f38787b7465777 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1320/2121] 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 5dcbd0fc5e8059dc2eb1ffdd399e92a6edf2aa4a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1321/2121] 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 b0ad95c64d77a17fb07ae74e2762193fb0ceaa2c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1322/2121] 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 ff8b069af8005560624868323e8d93c42929a600 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1323/2121] 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 c900e3a654a0fa6f0a84abcd857a73441a8f6f56 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1324/2121] 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 a319fa96745cd8ba72146cc1e1d1d27c53c649d6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1325/2121] 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 b96ffecc7cd4d56117fb965e64106dcd0ca4458a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1326/2121] 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 2cc55eb8780f78362ee98b79598e635b5757cc88 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1327/2121] 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 fb4331b86c8f566eac91e3ebdbd9e41600ae4ba2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1328/2121] 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 b8c943fb70660712b587cdd6f4ddc17e255532e2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1329/2121] 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 c9c288d054a3fb45bdf48f41c877b1b4906edf29 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1330/2121] 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 0db86d22363f849272459137725721c5d740b215 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1331/2121] 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 7a9dd01b75ccb04027d0e08fb3fe71e2c3e73794 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1332/2121] 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 dc8bdb8409a23842df18ac174e124f093481ec2d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1333/2121] 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 5bf6282e81a81abb7aefcba55486cd16e8cc7ca5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1334/2121] 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 c41ebc6fbdd9a72c4305447b5a03d8af34c31d54 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1335/2121] 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 9c312ec31a2660087a6278b932806183367cccdb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1336/2121] 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 123a51c61bb35af61b677deec1dbdaf6b13e68a2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1337/2121] 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 10886858d13099a33e92632da07190d8443f188b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1338/2121] 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 ce9beb731ad2c1e5c4db25a1b4a9081cba3548a5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1339/2121] 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 f357ba79917dbcd1ea1002900c3d06f6fabde964 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1340/2121] 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 d3a3935e61512acf33adf1345c18278b603f6f55 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1341/2121] 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 a91ab4658512359bfa46257adf21cce22e651930 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1342/2121] 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 b247fda575aac1e80304b643ca313b662eeaf953 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1343/2121] 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 fe3638d5f93a4501a99ac2963de870387a0141fc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1344/2121] 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 f807bbbe3f3eb1579e2f00f2ba1a90d5ef00c861 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1345/2121] 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 d45ccac961c053af0c22bf704cb808fc1414d191 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1346/2121] 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 304e61834b8b7d7d7692c27b6f5ce9ee08829e59 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1347/2121] 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 31883170451cdd4b2a900fedcfdc3dd817244819 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1348/2121] 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 4aef8ad7fb234865e48262412532804f9bfc0eee Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1349/2121] 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 5615cd3a898473e554fd14239b75fee1d94fea2e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1350/2121] 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 a67c5600452f1970c731328a188b86928f5245b4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1351/2121] 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 9fa337b114b612953c34943642099bd9744fe08b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1352/2121] 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 15d91e1c40c9c5c37780dc96996190f9b1c3d441 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1353/2121] 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 b17ff37666d155d2e490dc5d54f00b915f9a4700 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1354/2121] 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 fdbe7a89f1e181e065488ca51a166cbfe8beb46a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1355/2121] 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 7100b0f08007b30568c83a9a9bb817f09becc961 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1356/2121] 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 4504166e043a8e3b0d10f24181235e267030b26d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1357/2121] 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 7e0510cb5c21f9491adc2733645cd9775d6c0496 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1358/2121] 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 0fac4390174acb41a5198c2ffa9f583e54f7156f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1359/2121] 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 efce0eae9efc331ad746845ab29d5f21be6f341c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1360/2121] 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 4e83b2f3bbb5f1a11661ef0f1f0a1a0904c15c24 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1361/2121] 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 83d8165061efe7acdebe3e70db1d9458ba79ceab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1362/2121] 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 31a3d4764b0c0170b66898751923208a34ab4dd4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1363/2121] 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 f6ff2235663b2e7aed157d4100c9193534ef6d8d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1364/2121] 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 1c3644a706089b63f688ca486bd59ad52b66a677 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1365/2121] 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 67bde36eee5fd4cbb7611b451a85b5025f9ce970 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1366/2121] 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 c819f6530a53bd47883298674f2be95882afe2e2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1367/2121] 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 38076e70a7b57e84d8194eeebd31c3b850dfff47 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1368/2121] 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 1938f4c36cd918b21fe3740ae9a745cd4f517d0f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1369/2121] 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 f9b9c9911f8d5f52643ec7219631e28e4716e16c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1370/2121] 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 afe01d836535aa17a289c3948f813fc6cc2e12f1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1371/2121] 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 d4a515bdd53b05ba564d4f13cff9a432fb293467 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1372/2121] 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 a6d3aaf84c0cf958c1fa9bf9778fcd209b18ca6c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1373/2121] 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 e56fcac21f45641aa93b3bcaa4eb114875464ec9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1374/2121] 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 1bd70fee386b734de88bdfc24e102e2ef52f1d9c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1375/2121] 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 99e393ab17c9f4a1a4459545b94f03729874be66 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1376/2121] 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 7bd8d72c9a7ed76d1954c7199143e2e7ba632f8c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1377/2121] 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 2233a545b3582dc3c9b44ea7e27e191d0a469cc6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1378/2121] 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 ff75c311190a3f65f5d749c82d20019639789f98 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1379/2121] 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 339d484b08b92c37d15d4f5b61b0867b35b2f365 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1380/2121] 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 704f7edad8141d95b0b5046a5ce8b7e2325ccba0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1381/2121] 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 cd15c89396f8c18b07ebff4c147732e4fa307668 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1382/2121] 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 f2d4ebc3a3f4dc9b3390122d25c12ceabac15c10 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1383/2121] 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 4bf3e68a6a5a07a9fbac77ae40f74961b08d6295 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1384/2121] 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 af75a03a1d42f1bdfd57e92c8ec70ede961429a7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1385/2121] 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 469f8ab97ded2fd61b2ae607967f22d2be82a9c9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1386/2121] 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 72beb746505514a6aac1670f562f9ac0f6fdead8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1387/2121] 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 f106ba1c7c3d69520c63b92c7203c3d6ec548459 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1388/2121] 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 faeec813d2bd3caa08ea7c6a4002cc9c211bc1ab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1389/2121] 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 2577401a936c2d0436ef0ac0f652f89f4c0323ec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1390/2121] 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 279af480e361306b21f99734e76039fc751a0ace Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1391/2121] 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 a57e16f24c09084de5f1967318549d0fca358bb4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1392/2121] 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 4889f011b34f515d23efc5b3ed40a7c2ac402c79 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1393/2121] 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 03a8b712cad117c86ca111b1b4a2e231d9553ee1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1394/2121] 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 3bb45ee2389608e0334dac6fa396b29126d1f03e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1395/2121] 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 61530881688a3713405a61794b08a208c28c3ec8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1396/2121] 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 eec82527391b066043922687df0690b74e4d6493 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1397/2121] 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 3591d303c35933f1b93fb50aa597bed015409033 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1398/2121] 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 17e23760e523f81025edd92516059843a19ad087 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1399/2121] 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 7fbab0079eb4b139fce1b16de00846c417b0f5ab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1400/2121] 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 acf27174330d11825b3bda860214d8c9a755dd7b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1401/2121] 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 a1ef43147acd4758b22a5ed1d925f41d847cc8a9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1402/2121] 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 f428ff56b875c5ee67af68fa9bcd9f45ffd1a71d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1403/2121] 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 b22a992d4ec818f77adade3d7dfe013b861fde38 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1404/2121] 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 00bbc72d5f42042070e764ba4506b6eead22d2d4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1405/2121] 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 0ddba61ee699f0c6aaf6beb98c76f8135167bae1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1406/2121] 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 1f89a42c6a2d1bd14f0981b18bee588aa9287626 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1407/2121] 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 1fca04d3e9ec1cbec69e1f8fc5a82ec34989a6ca Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1408/2121] 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 ac6d19785e3666a5fcd65746ffd2a7a916129f7d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1409/2121] 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 18b153558749ad83ad8c965390b5a5c9a95c795b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1410/2121] 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 c3c8b2d1436cfc83d40e59f3902e252e51d387e5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1411/2121] 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 6f468e002e8e1a02b0ac0a2c973c975bf091a114 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1412/2121] 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 e451e836971f39a580e8ad4e3c10726ef48c91f0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1413/2121] 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 a69d2716eb9005f9a29c8af68324f10c2f12252e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1414/2121] 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 fcbc574206b16199885f1d9dd237ca5db9503a67 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1415/2121] 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 909d4edf41d062e3917b225585ab72c33e490a7d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1416/2121] 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 4c59395291514acd6715572a9744e1a7ae95e81b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1417/2121] 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 19745d3a1ba980211bbdba4239f246c2555db485 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1418/2121] 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 cc1cbfe7331329f73ec1ca456b3e6f1aae67e880 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1419/2121] 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 34f0c3e7244efe087423afde3b2cb148ea6a3dfc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1420/2121] 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 56579fee38b3693ff8b18fa04dac05489c2af6b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1421/2121] 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 23be86883a7b53bb7c491329fdb15ad1a4df4cf2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1422/2121] 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 9bc097541be4ed3309ce6ce53c4cac7ed41fb19f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1423/2121] 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 c4827dd0a25f7a1d6eabe829f040eef94efd9cae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1424/2121] 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 8551984e378c8676dd75484350b3d354514ee041 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1425/2121] 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 0914ffa7973f3342f7259bd8eaf8b098cf448452 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1426/2121] 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 06636822cf0e692a90f904b687a30d9193f218d7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1427/2121] 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 b98f85d59a8bd0a6c33144116219483e4283b90e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1428/2121] 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 8e2f35e0374f441366ed9bf07cd5c65db87f555d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1429/2121] 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 618dccc089d84e9724cd95bf9f1e6d7d5999dd4e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1430/2121] 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 22acc7227eeec6c2a9bd93831806883f3ee313bd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1431/2121] 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 dbe886d94e1a53b13e539168c52a2c0b2d9452a8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1432/2121] 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 7282753e40926c70249fffebfd9eb1aca27492fa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1433/2121] 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 e3acb8c20e12f602bc5ef36958a2938bf0a4a36f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1434/2121] 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 1383c8ea9587cfaac1d7451a1598a70b71dde066 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1435/2121] 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 1ce97befa46fa532fb962597b61e877b4b948043 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1436/2121] 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 735aa5100be5fe0df2b2d919b2f73201f8d58f19 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1437/2121] 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 9378ef0fc72c94ffb20b4954360fd32be416fb3c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1438/2121] 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 a59074238a506973bf25e65672cfc45461d88e7d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1439/2121] 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 542eb8048fc2f85759dcd98b0a1a858c7b58b8a9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1440/2121] 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 239ed62abda125d5cee9594d419b293074ad3289 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1441/2121] 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 80a603cd34235a5948937cfbbc0a6a86decee66c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1442/2121] 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 8cc628f5dae9876eb470c227d58cf07bcda68097 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1443/2121] 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 61857a30b18df2f45e6b959b95b06b556eb6e891 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1444/2121] 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 15f17f78f43d26eb0d2e0b33c06759932a30aedb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1445/2121] 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 49c42c59108ffdff1d7560f6e6937144911d8abb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1446/2121] 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 292fff4e6af3e97c7b4a16272145eccf611635e1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1447/2121] 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 61c5ca049d573206e00a0e33e09b64d415f35c26 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1448/2121] 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 4e604c2934728a60b010bea98de21d14ea8cbe97 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1449/2121] 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 818bea8fc1a4a6505fcde6a3751f59f751725758 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1450/2121] 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 20585c8cbba2e8dc35d3a428ee78777a8ee95521 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1451/2121] 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 6a9409174b03e2cb7ef95994bd4a65b6ddcc2b4f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1452/2121] 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 795722d7f576944835958d61a8c7155e703d8a4b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1453/2121] 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 2338f06a29e9ee94602941b5f0e044f9164aae25 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1454/2121] 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 9b46e0e2f7713195daa6271c3bbe6f3aadc09913 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1455/2121] 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 197c689edb0449ea7a7b23f81e7940bb6ed721e9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1456/2121] 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 47d899dd34c37aa82762b14f82a32dbbcecbda23 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1457/2121] 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 0a3c46165d7ce6e7221ad42424d84bcaab603645 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1458/2121] 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 c85a80a3bcdedaa9dca272dc821cfe9436c4b2ed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1459/2121] 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 13614349a4d76624388f780f249b3ae53f5bf11a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1460/2121] 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 efa609d14ad4fd68fd5637f0b36ffc33de5cb1c7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1461/2121] 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 1f5a9d8316bf459357cd1a896bab36fd33c1becc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1462/2121] 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 84c3f0169aa3806ce0a74a43674f50a32e59dd1e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1463/2121] 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 f9db61c4ce21a2671271537417a083ac869cf3b9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1464/2121] 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 1efa7b8a7c61fec6cc3ae418b9d23929da26d057 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1465/2121] 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 a6bff5f1739d24075d8d061e0b575df883f377f8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1466/2121] 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 7083dca2988988007b9b08353187fb37c12b627f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1467/2121] 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 ea913c534b96cd59920ae20ccb6be09cf2d973a2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1468/2121] 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 8494aeefded80263d1c19a1b950780c20479a77b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1469/2121] 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 9d9f5df7e64f7fb24989060fea99c616f5f65e38 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1470/2121] 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 b19b8c55a8cdcbde6074e96807734f195486ebf4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1471/2121] 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 229f984df52126529524360528f19356e6818f45 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1472/2121] 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 ad60f10a6a213811040e61fec72b1692db16a98f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1473/2121] 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 33b4b94952687206d033ef0f38fd7579b2d58d11 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1474/2121] 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 0fd5d7e4cf17601824566520093648fa7d091967 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1475/2121] 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 353cd765e8a538a2fa7ece7ad55c774e44485b53 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1476/2121] 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 d2f0a0376c3a2ad8b5495f3049f880d2a00a34a6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1477/2121] 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 38a5c7be579b78419b7f861090373dec83e6d26c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1478/2121] 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 264ab70e6e4e8b0fb4df2c1b1c8b108d419dd8f7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1479/2121] 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 cac0b09658d275a28edb1a0a7118ec7414def842 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1480/2121] 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 e50fa7fc3d841fb987c61e51cdc29c80090b7e60 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1481/2121] 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 b9f01fbd1e4da42edf888aa080bcbca893f39ce8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1482/2121] 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 338885ab714115be10f33aa3f67d2d9e636680fe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1483/2121] 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 cb1d8632d81296d473538f9fa5860f8e66eacd75 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1484/2121] 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 d2a92904bd1edf274ccd30aade4f14aa14611297 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1485/2121] 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 615a87390f9ea37f59b72b0d340eec61253a8977 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1486/2121] 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 622e1ee92881aad9129ddd5295cd307d4d2b5ea5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1487/2121] 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 89a7d0a16e2433a80af71d61444ffdf012953baa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1488/2121] 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 e85243adb3cfdcce4f2a870f1d5118cec19ea9e9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1489/2121] 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 7223a0fc50f7f9311b5945673129c83bd011cbb4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1490/2121] 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 ea52dde4f88db2862795608dedf9d10e7057fed7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1491/2121] 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 5197b03c7cb29faabce5a9f54ac68215ebd9d450 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1492/2121] 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 83cb882052b6e3ca9ebb333c3283a2e9d87a07d8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1493/2121] 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 6bd586ce073cad7ea523f483aa94209ba7cf53e5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1494/2121] 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 64715697ea53c874ced6ac105f1449b23f83862b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1495/2121] 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 897d8a9613a23878ae43caf5d176273e9f0fd17c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1496/2121] 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 0e5983152a0a3d0c6e3633f11723f5063f1a294b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1497/2121] 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 f24cdbaa57ff4dbfc2e7f3e60a52a4fb8d82e68b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1498/2121] 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 9ad222eb633054f4603c26ec3c56ff17dac24e08 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1499/2121] 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 67d9d234ac0af5f543dce25592de515418cea43f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1500/2121] 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 1b44a8af513820dcda37c8aee226147dc3fce0a1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1501/2121] 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 5af91ca57b877c3fb9ccc7b541f5d284661c32a9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1502/2121] 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 d65af77f4a68f744a0ee8128ef03cbd4c6cea9d9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1503/2121] 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 4ccfd63286d2cbd9b4a0508b8e896aa47ac44159 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1504/2121] 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 99024a7be1fa60bd059e17fd7b23338046c5b267 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1505/2121] 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 bd0527e6643f3457b5fc136c146fd1061247224f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1506/2121] 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 f275f38e9e1fab17c6c84e39fd4fc7559f0ae97f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1507/2121] 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 7dcddbc21250d6d119da1f010d9d80a2740187f6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1508/2121] 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 343fdb3cdcca9abc61e915bcc3fc81d43306d2b0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1509/2121] 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 f8f563ebecc39b0d5b9ab29ae8b2ad99b8c83e31 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1510/2121] 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 778829bbbc9a7f9941103d159a5c0d2b6ee8ec4e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1511/2121] 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 773347aac3038fe87f33240a339580c7efed3399 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1512/2121] 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 13afa6eea5eb64e00d3405f61851268c8a8f1582 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1513/2121] 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 ca52d6ba1fa2b11f46dc4ca652c3a0477010bde0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1514/2121] 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 1e42eae80a1f4026a3c48cb988ba8b6f3c9b78f3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1515/2121] 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 6acdbc615d52963e70986fa46d9bcec289efc86c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1516/2121] 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 75614d071b525e807fb4475441339ab9bbdf8355 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1517/2121] 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 d93e177e499cf69a72b9a7119b413ba05a9a5cbf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1518/2121] 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 7c5d6229474ab53d97049c5e6568cf19497cb0cb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1519/2121] 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 403e317a29a419b9ca184829cd63d0ee369b92b1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1520/2121] 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 6be78a3385f73d6d56f029d4be29b8e5d3c9cfc8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1521/2121] 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 8999ca2e41304e3ab3054b594e1f219c27a89aa9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1522/2121] 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 2a2180b31bea960b06a9df2e3b4cdb5aada24c6f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1523/2121] 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 721a3903417434955ab491e6dc098e0a4594589d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1524/2121] 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 7191759cff9f8f38f5c94d0b97f31849161c9fc2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1525/2121] 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 97b00f5084731ed305d412a47b5f6160fde6060a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1526/2121] 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 617dc1d4633ec53b6495e48eff45737af477014c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1527/2121] 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 3580de0f2a2f64640fe15d4f55132013a4f8f1e6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1528/2121] 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 0340edcfd6f3e0f5b626fa738c7c3c428c56268d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1529/2121] 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 71a720c4d4ae443e292340e9f38bd6479159a5fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1530/2121] 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 b36d8a896d90b0ffdf7fe4538345144b25b874f1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1531/2121] 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 6c7ad602c66e04a261fab90e7f3f0896e834ac61 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1532/2121] 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 c1572b4e55c816c8b21cb3953e302674813567af Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1533/2121] 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 553cc383ba31e91fc44f48ca2a2e4f86249024da Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1534/2121] 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 ab52e9b39b28791800c7506891cc243ec78192d8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1535/2121] 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 dcb206c2f35204c0ce9fe6fb9d838261a78d709e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1536/2121] 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 19c2e4ac3e1d2159673e7ce54a535a2ff7c13298 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1537/2121] 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 5f805ba30235c3cac9455b81e63a3b8b72cac86c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1538/2121] 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 964a03bc4e00a8d60d52a9abd548187699701a2e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1539/2121] 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 39e1583ca2dd2ddf88670da9c2b924d8def47875 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1540/2121] 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 0def4b3145a5240692347c05a504397bfaed27d8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1541/2121] 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 0d94ff9d06e02754f0e942bc07751d53aea40c53 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1542/2121] 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 f03c2b598a435ad5d0c334c084f005099b2bb86d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1543/2121] 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 954798b27accc530acd76a834278267d5885ce0c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1544/2121] 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 b01346a8cf825a1513e82258f583326437baf268 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1545/2121] 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 fe4fd61c46d7961ce1662e1a6b2bd726ce79bfcc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1546/2121] 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 cec4836541f70be9ddccd92a81fb3635e269edef Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1547/2121] 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 62f28a908cae68ca52e39f4dd7647a2e3ca52d5d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1548/2121] 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 28a35d7499fd9b6d5abe16d224f272886037c41c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1549/2121] 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 753c0a558e64974fe948f5bb9afec0d4411c6a3e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1550/2121] 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 04d6261b653690b0264ea1b03ccff68733320fae Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1551/2121] 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 531b42c256fdec7cf6f962f5fca2e2de08eca089 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1552/2121] 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 78324193d5da963ac9b8418de2dbfbf659e385d5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1553/2121] 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 268eb7dadab19adf4918edc89afb68b91bbfd579 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1554/2121] 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 ea0654b89ab9d75bc3161993cec83eb59fe4bb73 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1555/2121] 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 c719314e24250d5eb8a54e82f127e6e05fa3c92d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1556/2121] 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 2cef7a2edcee348c9e5781eeaaf3574934a5997d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1557/2121] 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 00c29244b971985c699b72d1dc6ed1efb3acab2c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1558/2121] 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 dd3bdb7dac94f525187b8c350fc622400f438d34 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1559/2121] 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 2cc0be45682544e5f6e8501ffc45472daf249534 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1560/2121] 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 920803d3fce6769c8b5ab53036fd48326a64382c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1561/2121] 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 0ffa008baebda86b048196edd2914688d2c06a2f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1562/2121] 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 6f0a66893f4f15f8e8ab1b9d9cfaac2005e4051f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1563/2121] 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 717be114ba4b0a36363b1e2666c6335caf1d2efc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1564/2121] 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 8db9d9e67a5c5577be96b41d42b241245aae481f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1565/2121] 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 0769774ddc7179ecfe74601516fac3ad3f244125 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1566/2121] 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 2671dbc02a07c33105b0a2615c29fc6e7bb75faf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1567/2121] 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 16a464592bb42329228e99355c75230a519785d8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1568/2121] 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 d0b231a742fc304c58bd3d7f5b9b04e4bc5a504b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1569/2121] 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 fcf0fabcfb30d76ffae072856d7ff53199020dea Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1570/2121] 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 2367ebebffb31af941081b14830042f9a3e34e70 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1571/2121] 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 fa67df4c60772fab790b6fff5ffb9d498dee2c81 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1572/2121] 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 aff3866577378d77dda9fda712d0e7f1c629c459 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1573/2121] 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 54fdbbe89c1ca5b7592c0bba5f111110a58c6540 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1574/2121] 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 8b95d98b983f1563e670bd016bfef10ffef5b001 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1575/2121] 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 f0e29120456805238df88cc3995e599945205025 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1576/2121] 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 bc1fd5bd9d267a057a946694da6da97adb894903 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1577/2121] 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 6bbd6f39be1ac699ced13dcaf30aba54d0647da2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1578/2121] 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 4e63e2aa4f0891ddb08e48c6ffe5ab25f3f81626 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1579/2121] 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 df1905bf690e38c774ac3ba515ed4b5eb347d5a1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1580/2121] 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 cc3c8d915108e19cac3a0122007a3daee20c6747 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1581/2121] 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 27c557e78b96bd29ecfaf95202322b5023981b71 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1582/2121] 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 4023e9aff20f32720b43106dfcee29579ba7bda5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1583/2121] 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 c37b54e6711f26c8a88eb1a6b42e8f33388b8a52 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1584/2121] 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 80010ad6e2e8fe8b2ad8dcba270b056e3fa1303f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1585/2121] 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 8a5cab9c6531d5999184dd0c5c137f36a688f83a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1586/2121] 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 22e62b338ab8933625275025dc276158968c7cb7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1587/2121] 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 d800b4611c3a1c156f8235f68b3a48156822753a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1588/2121] 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 02d065be62004729b337ad722164312991e37bd8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1589/2121] 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 893137ba67def868a8653e5dab6119bd274e1335 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1590/2121] 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 7014bb6e5161ec2afe9dc6a2df906dcd50c1e996 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1591/2121] 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 19ee7676a348b57a1c722a60d1a4e226104923d9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1592/2121] 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 02573691bb35e12ea22177f1cbcdf454a83d40e3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1593/2121] 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 3ee336c752a9a61bb0efcdd3cec8f40e0120c86b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1594/2121] 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 1c88fc8735322bb3ae55cfa37d7618b50fa00f01 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1595/2121] 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 b5908cd5bcbbe0bc4965de82e4e6938b72d25d29 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1596/2121] 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 bc157ce9e334c4e252b97cdb0abfdd793b5b4df0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1597/2121] 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 d86e8144fdf70ccb6491b2a41fdd9bd5db876e5d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1598/2121] 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 861bc5170955229a1260a362a62b44dd7a1b6015 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1599/2121] 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 8302e73754ef677ee47a5ecbb7a92f5cfb0f0eaf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1600/2121] 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 1d81b31e866ea8a42c2c5ffec5b9979da4765127 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1601/2121] 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 ce2aa16d2dc7d89ef480c54aa192a3a2faba7645 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1602/2121] 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 d049a52e2e4fe6dba0bd760b44b1a46b75dde1ed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1603/2121] 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 7a204c66cf3b6ff3bc3dc43858ebcdc40254d9b9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 30 Dec 2023 21:08:16 +0900 Subject: [PATCH 1604/2121] 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 28a2b75c0b1ddaec8ac39ee3715668a1a27ee804 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 14 Jan 2024 12:44:14 +0900 Subject: [PATCH 1605/2121] 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")) From 28d9e51a111ec19a81e8d2985a9313e97989c0c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1606/2121] 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 94c84a28efacb110b8152882c71640bc9879bee5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1607/2121] 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 afb0ed16a8b8598d49a8befdf3755c14324468f5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1608/2121] 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 b49604ef6416ac37ac1e4b58a5aac584567af143 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1609/2121] 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 ba987cfb176061018735decce68218692aa399d6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1610/2121] 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 bbc81f940d962804b142c2ed1ccdf78c2ed4b13d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1611/2121] 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 fea37202093a69917d515e338278971e2f861054 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1612/2121] 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 7ca6b6f2ed5f28d100818b84156fc961ed736ab9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1613/2121] 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 ec9242e6b70b7dbdcebc939bafacf334752cd609 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1614/2121] 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 fc8db2293b93ce33481210efa68cc2b8d8725581 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1615/2121] 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 498fe27a583ac4f9beb69dabf83c92b66289a7e9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 10:45:03 +0900 Subject: [PATCH 1616/2121] Add oahu --- recipes/oahu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/oahu b/recipes/oahu index 4bbcb6370fa..e3f4bde6f16 100644 --- a/recipes/oahu +++ b/recipes/oahu @@ -1 +1 @@ -(oahu :fetcher github :repo "akirak/oahu.el") +(oahu :fetcher sourcehut :repo "akirak/oahu.el") \ No newline at end of file From ab16d611a008001703eff015f3ad9a64e98a5ad3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 20 Oct 2022 12:05:24 +0900 Subject: [PATCH 1617/2121] Add oahu-memento --- recipes/oahu-memento | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/oahu-memento b/recipes/oahu-memento index cf8f5f8765a..16aad30ea7d 100644 --- a/recipes/oahu-memento +++ b/recipes/oahu-memento @@ -1,2 +1,2 @@ -(oahu-memento :fetcher github :repo "akirak/oahu.el" - :files ("extra/oahu-memento.el")) +(oahu-memento :fetcher sourcehut :repo "akirak/oahu.el" + :files ("extra/oahu-memento.el")) \ No newline at end of file From 44829817f9d41365bcd826e6ea3b5fdf0dc57a0a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1618/2121] 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 70b9049a631599915ff94f36bcaf336275e40dd5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1619/2121] 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 b984a1d2b61591e329f7f1f5259da6da8ff97ae4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1620/2121] 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 892c439dd7ce21c534adcd04487b0fd2ce7d5bec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1621/2121] 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 6a723e0a0f5ff60464e1442644d769c336e7907b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1622/2121] 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 9ee70475437c0d50f8ca11837d85ba1732b68d86 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1623/2121] ci: Add reset workflow --- .github/workflows/reset-on-merge.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/reset-on-merge.yml b/.github/workflows/reset-on-merge.yml index 7b4e40984a9..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 @@ -38,7 +37,6 @@ jobs: - name: Reset run: | - git fetch origin "$rev" git reset --hard "$rev" env: rev: ${{ github.head_ref }} From b227b169bcb0dd05df853b4115306482c77f33c1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1624/2121] 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 c3f2fb31c2ff123bc81e2490cbd50070eaab60f4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1625/2121] 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 2b7917716e4d3b418533d0ae53366762ee0784ef Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1626/2121] 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 493c84ff36ae5fe3bb0de31eee61b5f2fe4af265 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1627/2121] 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 e6dbee5905f46e2dfa5a59432ae29404ec2b7eba Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1628/2121] 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 c39c35da57ddf01ee35a35b59b3b2d4ee2794238 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1629/2121] 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 8671707ec506e59dbad7bf01141b7d3d7254fc96 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1630/2121] 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 7e6af1d64e18ecab70c6462bf84d1efe73c52dcc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1631/2121] 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 22f40828d1638126259a25457aadc536432699e0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1632/2121] 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 a5ac91b0333540fc76746830f93164d505669ffc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1633/2121] 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 bf872d9061379e26a5eee9707bdbed5f006f0d2e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1634/2121] 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 a7becf263e224b1297b4b2c00beafb5def1677cf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1635/2121] 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 8dfd91bd1b361f0c9c68edde156dc9e9d0002a63 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1636/2121] 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 e36dd1c31bc82a7e1d1f3a4809ba57eb7e6b1474 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1637/2121] 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 7e45325a9c9185cf3694b0e3a5e6949404f55e0a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1638/2121] 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 7e7eab6117a781289707a907efc49a1727a10920 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1639/2121] 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 f084577b369b685b459fdd24b5fa6cafa5e6aeb7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1640/2121] 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 680da31e712f1a17b3e2b70b688845f5bbfd6f15 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1641/2121] 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 09a2bb949f9422800fe9f2ddb8e2454cc3b8ad57 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1642/2121] 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 0c62ed0a8ab3dfc153afb94ba25614b92dc17645 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1643/2121] 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 28aa8f7957e3c4a0a4f83ccb4f9af500cd549836 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1644/2121] 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 3aa751878e58ffbda237e8abee6ac750c37d2f7c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1645/2121] 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 1e5b1dbe5d4b92982d8af8f806078efbd69878cf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1646/2121] 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 00bae2f57e377e58d906be085f1903047729d937 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1647/2121] 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 667ad6c5c74b2c6211ef568e1d92b6c8794a33fd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1648/2121] 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 eeed4dce4a2f93c2b9b327fe419cb8415477088e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1649/2121] 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 3872b8e697bfc171929bc0c94f8624cc3587a3e2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1650/2121] 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 1160f251ba8ed447431417c1688e5ccccb6610e4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1651/2121] 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 eca3239428c0ec59b39e7ffea292c4ec465c52f1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1652/2121] 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 7ccca407e17107813001589b929a671f337db0b2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1653/2121] 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 93b91b862a86128222b673aa28707a4310b9ba6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1654/2121] 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 9ffe3b9cb85e23240b734276c2041f5a6a24db30 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1655/2121] 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 37a511391f86abc85652238e94ea04a5b3cbac1b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1656/2121] 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 28b04fdd9900953b972c50c1d6117df85a47e992 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1657/2121] 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 f4ea2105369192d9a123d4a56ac0b01352c9db1d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1658/2121] 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 3075da94366a6baf85fff5f8f209c66f154786f2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1659/2121] 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 c38b9f4e759f61bfe7eb4287956c81f93367a393 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1660/2121] 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 de2c343e445013fcfa491df7554325faa1ef59a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1661/2121] 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 fbebabd613669a4b0330cab8c5d2e01997d29635 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1662/2121] 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 39e599c55e0e4d527ec763403de73342b4e0a4f3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1663/2121] 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 5a3d369ff3d41428758082a079ef70b7d439414d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1664/2121] 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 a6418d6548e9e20c43c7c0e7ab0dc5303756a223 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1665/2121] 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 e3bb858783f8c16a56e261ded54379883e6d967d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1666/2121] 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 ab175159e86f6ea14039d5c421b7f88b759c113b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1667/2121] 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 3866750279629753e69de118d7e90bd4ad2ddc46 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1668/2121] 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 1f4480eaa9ff9bcc2d59695b5e7acc2cc1f36dd8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1669/2121] 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 1e27ddd38d4e1b33df4f0d8abc6df78051511f39 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1670/2121] 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 5ac3a290c69e09b2d7f8c55f700e18d4f5964eb1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1671/2121] 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 6ab55b485b592c450740d9342887546d2daabab7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1672/2121] 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 54e52917b022089b157d3732e6a4bfcee7d200d0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1673/2121] 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 db654992ef5e6afe66c161bd549c22fac46f2f9d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1674/2121] 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 1ae6cb5b5492c4833cc67a9c9b21fc9569453777 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1675/2121] 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 28b6d787c8319e518f0083799b8408dd0d2edb54 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1676/2121] 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 8a60c6a3ac73a6566144d446425a22a69f2c3d47 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1677/2121] 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 6fe462bb3d37ca2b25fd8d1613ed4e239f1eeab5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1678/2121] 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 784f9bbbee20a6ef72555b8536fb0a71f664b169 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1679/2121] 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 2a62d6e0c3f4e47085cd2d61c38f85b6743431b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1680/2121] 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 ab2df8f668970f10623236c5a91579c9eb7f41bb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1681/2121] 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 65437465ab65028c23bcdfc4f99a6013c1109187 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1682/2121] 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 8d744b3f47d24db5591f482279266c0d43c7cc2f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1683/2121] 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 f8d14ae0a8bb6fa852db3f76f80e9691f66b1c87 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1684/2121] 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 0aaf2e8a4bc44334f944d24fe6a3719f54d03251 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1685/2121] 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 b53973279d97e522be5926347ebf18d278d99ed7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1686/2121] 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 42d42756ed28541f36191a2edb4c8f84f5fec5b7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1687/2121] 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 2e51b72d923c7efb5727da66d2aa005bcc3b64ee Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1688/2121] 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 32a4679f1cfec8dd278bfc9407b4efd261581d53 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1689/2121] 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 d855243241ed189facf8fd47c04878ad578cb851 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1690/2121] 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 fb4705986ef4b2c1642cc8906270825ed7e221b3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1691/2121] 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 5f5366a84bbb64f92da8ce2ddfd20958cccadb9d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1692/2121] 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 18479bbf0a2320a05fef52312e38d21bc40e97e8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1693/2121] 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 9a92b72ae6e8ef1997656cd8d968e29f8d8a3a95 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1694/2121] 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 e00caefc8240cc8edf206ae390cc51af4afe27eb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1695/2121] 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 a85eaba04b1fdebba4a37e7707ba55aa87ab68aa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1696/2121] 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 943a4c62791d707d424fda1f324f95bf3db81d72 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1697/2121] 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 25c01d6ec4643812388069268aaabb8c59f542a8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1698/2121] 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 c0448ed4d20ffd9019b6279eefd52f98c1ea401f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1699/2121] 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 de6323719dae9596d59234c334b98b56137fcd2c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1700/2121] 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 8bd68b8fb499ef1cf9795b62b1ae8d047cceebe2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1701/2121] 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 aed8c386f9e4a50496c2cc585e2920035aedd778 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1702/2121] 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 541914e756e0658226c298ee58399c6365f7b66e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1703/2121] 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 c6af4987b20db3eaca29c25a42bd51c9b5c1758f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1704/2121] 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 c7c189cc196c1b84ca9b4eeceba96896c993e3be Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1705/2121] 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 2154534b2b9d13b1187c139e38b6ba03c2c3a07c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1706/2121] 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 68d41bb377c964d569dee4ffdd241ee19982ee98 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1707/2121] 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 48b50866e2356bf978917c92fe62047abbb984ed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1708/2121] 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 f0ee47963c138fa205e70f2d62beb839ef470046 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1709/2121] 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 d1ae214c7eac6283cd315285b44da44e0459270c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1710/2121] 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 7a68ffc9d2385f2acef0d80760f4fb3f5f93b936 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1711/2121] 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 b3b0bf18f9d216b5df8a4938f960ee704e9cb8b9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1712/2121] 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 9e9255e7ec720daa91e21d4f5609cf083f494a45 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1713/2121] 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 2edde3bdb1d35ea7c6e14ab5e5870d1cf4f4a921 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1714/2121] 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 dec25968896219470397849e4b571b2c016eb85e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1715/2121] 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 55ff1134f23fe19a3a65339a84ec01971cec7fee Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1716/2121] 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 3dd67eb5bc39042a011c50e852eaf67e523963ec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1717/2121] 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 3b2e33dbdb75ceea367ec9f25446a10d06b17a5c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1718/2121] 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 54307eec9d907bf77bd7b4aed80a3486c1073bac Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1719/2121] 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 5412bdd5f20743fd4a253a188f657ec3299ba4a7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1720/2121] 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 54a0631a3339f20b44a78cf2cf42e871e0a23784 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1721/2121] 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 98e64b22d50347871094f1f2d09794717188e35d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1722/2121] 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 9ca8db6301ed8f39bf18c1cdc584fe46c42e9ac2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1723/2121] 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 27f5746d2f2dbc9d04ede8d8ae0d7a9fef000c8b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1724/2121] 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 4853ae366920cda0122f2707a92d1e2851552a42 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1725/2121] 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 fffce45626e7663ac76af9a7750949ab02a83514 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1726/2121] 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 cdf46091592080076b30643df5197f79c52148dd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1727/2121] 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 cb88a18668e6be679423c6e63f1de52d8b8f3a73 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1728/2121] 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 ae796576ddf2ec89e06270753965af61bf973799 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1729/2121] 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 24397b32da720e53aa08202cca933242ee1da675 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1730/2121] 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 42d9a09f5c457709f8ffb7ec76f71ea127ee6666 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1731/2121] 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 0d9d3dd27798def5cfdb2ff466205c9f92060d47 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1732/2121] 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 f2e0f49ca4b91f86736d6e178d90943a8a2a02ca Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1733/2121] 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 de4a7d39c31ea9541ca56cf161ffbb139afd90ef Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1734/2121] 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 ca1c8bb2a206be08f4ea32d95bcb63030ad3cb7e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1735/2121] 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 5c952cf89ea8be06a6107108db76a67c8c0e2118 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1736/2121] 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 b5f2e1a18ec10b8e732b47fd7d66403f84b00d02 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1737/2121] 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 5cf60e0911488ba498119b24abe56ad2068aa46d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1738/2121] 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 af2cb080b9dffd4983073cb49466578af62edc17 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1739/2121] 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 108e6fce3c4196bad36a83b1918dcf37dd4b9c1e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1740/2121] 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 99c773fa0064d3a0f0fa3cefd294f1c146fdcb0e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1741/2121] 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 e1853d35527c284188f12d7f439f5881cec02ca8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1742/2121] 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 12f2fed4ea5c3c76b8f38cda8c3bfff5147fdf8c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1743/2121] 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 b38f8fa7f7fce3c5bb47a338f18fbd31ca459b47 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1744/2121] 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 bf7fd4390ec7c336c5420237cf7f77cd0853ed00 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1745/2121] 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 e465eee20b7a2e7a7fb8eed3736a2a446d3e54e4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1746/2121] 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 4e3b44b4db2beaf41f54912c040feedb8ae0a8cf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1747/2121] 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 17de0a6981544bfd73600af8b6fe72f9df2bf5bf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1748/2121] 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 091d45805fe2a892a6dceee078c0bb2fbb594afe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1749/2121] 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 024321abe67ee2104d8d13970521f2780702a542 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1750/2121] 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 ef848e19de8795339202c82a8b170160f6942b32 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1751/2121] 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 364004a737ce080f422f8d3f1ce7a758f2e64874 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1752/2121] 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 292993a44fbba900d5d8dd95383fe037999eefa4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1753/2121] 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 a90ef2c7aef97cfeae621906de674384063285cd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1754/2121] 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 38bdc4050c4201ab21e576a168929a2ec0d28e53 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1755/2121] 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 dffe7ad32373f65f48676390bfa125a8675d0f5b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1756/2121] 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 d146bcd47d09e3d392351bb11a5b7f65401f4673 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1757/2121] 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 d9a8691987ba15b66851a47cc0246b98b105cdf5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1758/2121] 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 44d8b4daccc35121e0250ddd1ed615dd33789319 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1759/2121] 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 6f5703f877ba1f307610fbdbaf0d11f5fabcb0dc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1760/2121] 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 2caeaf9a079495ceaf5cb14775d792085cdd2770 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1761/2121] 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 090032bc3b996d6abd77587edf6574129a0d6e52 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1762/2121] 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 641c7293073b7fcb6b6c1bf800a227ea68cb9300 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1763/2121] 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 71f4501656aa2b0778d7781494d66fb2eea6b0bc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1764/2121] 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 18df04d128facf900745b3fc13d8de7d4db51798 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1765/2121] 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 253d6c182f8a69b6e76fefc5a48c94f177fd649f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1766/2121] 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 8eeed168ee9a2d202582ba449d5932d8df5bc2cc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1767/2121] 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 198b33fb67170a8ef75d6b7f467182a6654106a2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1768/2121] 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 cf51a654665f27ac2b65259c82a75f5419806b8f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1769/2121] 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 96d3b3608cf5be580957b2b8b8faa3838978ce12 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1770/2121] 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 7f648ad49952093b2621bf7cba7cb23bd3c9f1d2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1771/2121] 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 13702837c2ad37d30543cb9ccc86dd3c9bd6acf8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1772/2121] 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 a7834be5802593d35c5cec5c2604211d919fa751 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1773/2121] 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 0da098d44ee6c6edd42159fb2171153f6564012a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1774/2121] 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 102eaf88528c30ccd420dcbab061910804968ede Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1775/2121] 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 90996da891f9796a3e228f848cb8aeec88828478 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1776/2121] 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 c54d36b993d998f3eb82c847f456814e4155b1ad Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1777/2121] 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 61e5b350e1e9ae9605b6b1a23bff9787bbf5081b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1778/2121] 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 eb7ea9434dd3bf8b79d2c784a63e038c0fcd46a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1779/2121] 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 ea0df5c70cc221deb8251fd1920eaa896b26f16b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1780/2121] 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 561329ef63dbdf377e6bf219c60ccf5b6366e470 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1781/2121] 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 1756cc5f9e1d0947edcef05c94ea670cc6058ccc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1782/2121] 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 953e446d9d1ce3e036a1c284f914ac73bd11c460 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1783/2121] 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 256097471cc84e4788bad7c0f39439ee3631e5a9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1784/2121] 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 db2ecc843432df373c734ac311d4b3f5a4b9a910 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1785/2121] 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 ca26c1811600146709a7c5759814a6034cd45381 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1786/2121] 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 cc9bcd682b8e95c19eb4bc66dbd1a65b571c5227 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1787/2121] 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 24a80019a5e73d1c7d0d65fc0e837a3775dec936 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1788/2121] 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 8b54a57854b0becf4cb5b9fc27df4c1291feec6f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1789/2121] 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 260817d3d6ca7d47b3c918933b8924a3523714a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1790/2121] 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 83e6e0f4c1fd085bf3602765d1a01a7438c3b674 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1791/2121] 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 06439f1e674b136f8c18e2ec25335bc46f36a9b2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1792/2121] 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 62dea209809a66b57a1190ac7d2f9bd738132247 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1793/2121] 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 315231193b5f2fa4490aa1d3c032fa642e1e0fd8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1794/2121] 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 cc59729435653831ae7b168205520e569277bd10 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1795/2121] 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 947e9b4ea4d4dc5290a1e70ba52fba1b4a244d1a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1796/2121] 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 3b22f7a6d37fe43d859f655235112d5ee7c177c3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1797/2121] 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 e00c3f8f485051f6dd27d137cdea1f349463182a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1798/2121] 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 82ea1292368f7416b878f0241073f0bc9da3ea13 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1799/2121] 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 a72b21393c1a11fd0f5d985b64c6d3154d8f4603 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1800/2121] 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 46fc473404deba5a62012e8f1f695ec8d1ea5f9c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1801/2121] 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 06a871c12c49c124b78862f2b3948e75e40668f6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1802/2121] 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 e240f673d84cc5d955cdbdece33036e9f1fec52d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1803/2121] 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 48c53d18f9107c0f070a100b5e60d5e59c6808f5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1804/2121] 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 f31953b7da55d74da6e27a5b3c0f829cc94363cc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1805/2121] 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 80c0ba6c344023e1f09c60b5e879b55382070c6e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1806/2121] 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 2c6f22a8bb379035ffb977a5b20e2ef8f70c6b38 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1807/2121] 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 04039f3ca3cbe3aebc6f201c72e627547e85094d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1808/2121] 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 6cd10e723e470a32962c699538a8d5b614e839c8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1809/2121] 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 554eaee53f8b526ba3fb30b9a82036c81b1cc5c5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1810/2121] 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 545a7ad43cfb3a1ea0f88375509b654abe4ab0fc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1811/2121] 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 52a724c5ab7cbeb51ba873ac85fbf49f6146b76a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1812/2121] 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 a7ef347aae96543577b8f18f2ae665bde440440e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1813/2121] 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 cdbbb1910b8ee14d3bb39b5465d26aec59bf2f93 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1814/2121] 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 2cd62dd18fdd92fbf599a33b4ec8398de1ffdcc0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1815/2121] 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 491f60d9a326f3f1e413de253ed4f96666b9b978 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1816/2121] 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 bf6da44cd597b5ef04bc40201934b9ff8bec4140 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1817/2121] 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 885ce72e6ae2bf8c2349dbddc1a74e5edb949d20 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1818/2121] 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 bf4a8ea884d3c33836fd7c2bc5c5a6f3c7de2afe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1819/2121] 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 a4a387b03abf04de05b4caa6d804f0b8ef6a9cd5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1820/2121] 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 e3cd5798a1b84bfbcbde059ed1b51450478e4390 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1821/2121] 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 466f75e6f183b57c7665761eb9992aa116207dcb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1822/2121] 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 b23e5f058711ba89481c0d9b6cae27b3095bbbad Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1823/2121] 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 b7f3146fd5b7c30b4d33dd168d364c220ebb2c05 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1824/2121] 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 dbbe3f3b19ed2ae281a834085358ee81da1a9433 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1825/2121] 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 ccb88900ce7ce055aa98aa16113a576c43c0ec8d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1826/2121] 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 5e778d9190d8d8d1e3638c53eb826895e81d6553 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1827/2121] 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 309e7c134be1ae3a07632e02d49f399c7b8f5f05 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1828/2121] 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 6d6db9e27a7bc14be1c729fbea4014b9bf513a37 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1829/2121] 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 ec5a072644864e1167d8db614ce2d450a1607903 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1830/2121] 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 1cc718b67e7a546600ba09958d9034843679bf5c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1831/2121] 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 f44037755a1d8880e41add0ae6fa7e23920e8684 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1832/2121] 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 aececa23a04c707383a54f60a8b2dbecdd5998e8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1833/2121] 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 d799a9368427f78da931b152c797d729be3abfc9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1834/2121] 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 45b3ee0505d69bb4bfecaeaba357002fcf0cb963 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1835/2121] 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 85e31ab865ba4e94cd21810d3d46bbf52c2df046 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1836/2121] 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 35cdee80c8e5ee4f61b49930feb39383a334c385 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1837/2121] 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 f2c2061e66d856cf2bbb1e300542cb149d42b12e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1838/2121] 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 4dae7ab610ba69fd2c45c5fc651fae30abef3569 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1839/2121] 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 327e411cac6b34b4cf6f32deff567c8bfb116adb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1840/2121] 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 59291866db1bc55e739fd97c68471c4e36fc97d5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1841/2121] 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 f41ca669c5c7d2670956c1811c679bd10c75b28b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1842/2121] 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 f47e53a8ecd474aab53e848d8be962be965e699a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1843/2121] 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 2b1a8b503148ffef2a68dff4a6e5672e2862660f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1844/2121] 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 92065b07ac4b1b7a9278bed1ae02398ccd00601e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1845/2121] 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 1ed1e555c0fa05723473af6caab478fd38325365 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1846/2121] 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 ba9b481c022fa92c6955ed2e6b5bdbb69bafa0b5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1847/2121] 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 8002a38827bd397793cd89c053e995e5ddb699d9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1848/2121] 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 2931d33f2592bc05dad0628e79cecba19c7f38f3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1849/2121] 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 87a7c7417966a88efbfcd167391a60d067a0933b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1850/2121] 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 4023cf4770720ee380a88280c3c2cede622cbdb2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1851/2121] 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 8a741cb310581aabcb80c6cc6f9b924848c69daa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1852/2121] 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 be8dcf1d2ef13b60b413a71d33de50c6132e93a3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1853/2121] 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 9759fa2108a80b972e850d17b2f9792bae47a7d8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1854/2121] 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 b45f5e64e44549996618189d0cecafc033fb8fab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1855/2121] 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 6d0239a732d5a4e4308f07b4386c4b45932fc08c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1856/2121] 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 1aa6c3a35155adcbea694b06b96a3bd9d57c92aa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1857/2121] 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 7f6fb4f24542a858f2c7adf3883e759160604dbc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1858/2121] 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 b5c17ff5c89c85591b1c7beda14f045038b990a5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1859/2121] 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 6fb3aeea38eeae6ba4d102eddea835b9e14a6ceb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1860/2121] 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 67fa2b2fd45e766efa35c2823273cb8f99aeba80 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1861/2121] 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 7b40d90ee89f0df12b025be27aca2b45e09e3510 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1862/2121] 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 6ada208bfbdde481bc2659e5ced04492d7f9bc76 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1863/2121] 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 6f55a130accdad58a951d943da76cebcb4965384 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1864/2121] 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 002d92273a6150faf0a4c2d588cee1ba140e28e7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1865/2121] 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 1c777facd718333522fe79839204c13dd49ea145 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1866/2121] 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 f1ad8a14380642e02db7329431cf53454bf03337 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1867/2121] 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 e15fc366504225cf53a3a3025f55d9fe8d67110d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1868/2121] 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 a4e7a4851032df50ed613bb2633171debff87265 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1869/2121] 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 91d1ffb42a1a37966760ebea2cde7deebe5fd814 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1870/2121] 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 481d3358d5c5d0b971cb2d3fe25c9447b5723286 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1871/2121] 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 5bd61e0afbbc9190023d60da92af9a06e9f5af66 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1872/2121] 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 eaeca165cfaadc9901fa10f89648dce0ff8b35dc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1873/2121] 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 529d7fe144174b8fd794210020927499bc2c5a5a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1874/2121] 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 1cc2a1c2426648cbaea543e2192d08d7bd2dc21d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1875/2121] 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 fa669c8faffd1070a5e888fcc546900c27ad90c5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1876/2121] 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 d9dc1d1955ad50a1c2d37f520ddb55aa603a4d5c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1877/2121] 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 3b24280b061b7d208617114dadac5cafc3491646 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1878/2121] 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 c1599d03d82349a00588d1ce7d83b7377c9c3e24 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1879/2121] 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 3e18db1253c42126411b70caa4097711bb59894c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1880/2121] 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 05212ed6712a9f8536cd4c310de61aeae4f85acf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1881/2121] 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 294cbc1cb7841be0c6dd510eac55b5ddcd09db9f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1882/2121] 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 e6e0d93d9908719efc05a03590733fc216bea393 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1883/2121] 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 26182a78742753e7db3d939b9c560fbbb31466b0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1884/2121] 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 6d1002e1a56a9a1df4d19e439622a2cae59b8f8f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1885/2121] 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 5a1668b6c941d8ac91a896790f3bc0089585b480 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1886/2121] 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 a0dbbfe5b1efd18249dde63a2eca5c79ed53979e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1887/2121] 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 c367dd65129fb68f5b57af33d7d63d6fee45cea4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1888/2121] 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 08249cf48cd6eb8dbf19ed00a7361ac7cb9bb5ca Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1889/2121] 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 50a35b93f749b0da5b7736c168836de40c2add22 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1890/2121] 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 b44e2ecbcb2c30e4bfbfd5f76d3f2f34b16e5b6c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1891/2121] 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 855f35c7225d07d1738433fd258d8227afa00c36 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1892/2121] 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 9159f318e5b9cea606ff1b2fa70b0ff6b420792b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1893/2121] 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 e7537ddd70439e2196b747192102b9f5cb8172fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1894/2121] 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 4456a1293a8f85fd84b55689881fe32980fdf737 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1895/2121] 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 1619e79642ee1c9883289ef373f92fd688b8b729 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1896/2121] 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 62583f4aabaf70f0db097d23d635b7e99319e802 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1897/2121] 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 d5be18df1621aff9cb947b4c288f9d82e3168eaa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1898/2121] 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 b13390ba69802dd944d4168d343496044c928fa1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1899/2121] 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 a6995d1958a93190219879d203f5517a7e9e5239 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1900/2121] 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 a383ead63130d37d8fb51f2b9dc17d857fa0af5c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1901/2121] 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 f61eea46a82dd8c0bd0bff6f2311e5aa3383af39 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1902/2121] 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 cf22393fc44aeb45dfb21c84a9e29eaea525d648 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1903/2121] 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 d7710c24bc2193ad386e81dca4b8dfbe1fd7be40 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1904/2121] 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 50d0a1d522bb48973470e31b678096dcc7b74359 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1905/2121] 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 367c6684d41f6c6e9f630a59aa1b3bd6bcd08c48 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1906/2121] 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 faea496ea255707d949e9d087c98612ac0a8905c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1907/2121] 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 1f36b7bbeb66c36df2ae31d921b1db6733d3da04 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1908/2121] 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 1ab3596e37a1efe4b195521c91ecb38ac82a81d9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1909/2121] 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 afd9df8be337ce6afe67ea3debd0f47e640049fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1910/2121] 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 1759e48b97b0ba5eae5d97ab37794702b8d66013 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1911/2121] 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 5217ef022c3706faab9aeb86e13b181f7ac7f039 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1912/2121] 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 b3519507b0d31581fdf04e7fccdbf2196593ae69 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1913/2121] 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 0e9b4e02d6154d9683700d3aebbb3e0e01a4a01f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1914/2121] 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 4b7ace0b09edefddd9ded46fea14cc4c611b5896 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1915/2121] 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 12acd71083f96c6d7e9c70c5aeeac4550e5d8f44 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1916/2121] 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 17b9c5df2752658f8a7f46d848bf282270aa6ce5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1917/2121] 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 274a4ae5a5059719405cbe10de8f476be09dcc0c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1918/2121] 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 55c1dce191d9b7eafa61e7149e454ffa6f65fbf4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1919/2121] 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 6c26481fec6be002537d1977839dd9f17a61ecc1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1920/2121] 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 5645d662936bb48386ab894b85e88ce21bef29f9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1921/2121] 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 684f58b4740d1595e6fbbf6c8c85f93b1ada80aa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1922/2121] 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 28ec7acffe05ab29c30bf5b0ea084acb79411bb7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1923/2121] 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 6cb5493dde796a38f8df3c151ba146fbbd1afb5d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1924/2121] 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 f20e55ce64862adf8b6809bf1e6e07177d00d9ab Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1925/2121] 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 a5b7e599eed1e91c0375296dd1fc1e20fc05113a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1926/2121] 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 1bf334a18b29337c899008859891031b33fb425f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1927/2121] 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 3fad2553cda378761f8f0367c27b51ca0aa8a594 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1928/2121] 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 08409d08cdf80f095a4b0ba2a4061b359acbcad2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1929/2121] 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 96816ddc975a59370013d61cbaa4c93f1e53ff42 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1930/2121] 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 16ecac8d5eca25b405318779cb1b8881a44df7e1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1931/2121] 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 8960a859b0880379f477816d979f9e1ee446d3b6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1932/2121] 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 fabc9e0e7aa1e55f0e25818d5a62cfa6440ba6fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1933/2121] 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 e44e1774466571f35c34010e024093817a0b3045 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1934/2121] 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 c7ff64968391f340435cc47730b346088cea69ec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1935/2121] 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 d1ae4b9181ed63b29a6361b2a1b06cad8980e3fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1936/2121] 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 b3f80e38697180937ce27297ba5f4445c67fc1f5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1937/2121] 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 3c14a018695a1eb772ac1a460b504ec17fa07869 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1938/2121] 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 1dbaafd8b28cc8adb242a3014bce81034ed0516c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1939/2121] 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 34aa6f18b16c658fbac4f5bcff94125905e7b259 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1940/2121] 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 473f5307940bf52bf7086410a595dc03623d38f9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1941/2121] 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 da6c618c1d0b74bb0e03f3f22c067e804f22d7c2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1942/2121] 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 5a7556dc67fa4a868bb5287e84d0472dd4410fa7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1943/2121] 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 f7d9015718719a008f35b37ca25d7b7a5a50d54e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1944/2121] 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 9506d37bf1dfff8ad252eb837143affb1da90230 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1945/2121] 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 e2534b42675de6cd5006407b5eab925e3286c376 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1946/2121] 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 738d0dd68441c2074c3fca783eed1672c9537221 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1947/2121] 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 c1762c82e0272ad3fd076318e9fbd1607c98c90d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1948/2121] 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 31fd7557822ba735a1556040afda189fbb13ad86 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1949/2121] 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 7d6099e063d97f4c8973a72096ffedd93cf3d12f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1950/2121] 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 52c2e772cd53d15242bc40a9cf3c7a10d5742e06 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1951/2121] 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 c95b40eb67a9d37a364b830b774df32e32ea10cb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1952/2121] 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 b7fa9e9bf2d31b6bb686aa781ac4284ab8ea44c1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1953/2121] 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 eeceaf4c3da4c22a4a02b1268858d5714a6aeece Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1954/2121] 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 b8cf036241037e5f35a1d8e15f58722399ed3f67 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1955/2121] 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 8a581cee5ca14a552a51f7dffced6065a6ab4d06 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1956/2121] 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 5672039c6f9b9e7f734b0a943041d527c7307ee2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1957/2121] 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 e7d7592a5ed6796487efadf38e79a0c8e1c657d3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1958/2121] 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 198dfe5bd265c5b33ab005d097c89f0ee060f2ed Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1959/2121] 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 e38021455ac86c9c4353c4c909a5688869f249fb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1960/2121] 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 21dd289fef8a8af9b58ed05b14b6bbfb5bb551e6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1961/2121] 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 da5e685e1ee4f15c9d187a5539ce63bf465beac8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1962/2121] 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 c9b56cc273d29878d829d0def029f233799ed80a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1963/2121] 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 c10239deb24c786ea9a172d37e756d2aea61bfa5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1964/2121] 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 60ef7a24da134c09346fa0614b5889df4ffd0fb6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1965/2121] 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 6196693bc16d1124a630d3207ce2969fbb2fbf8c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1966/2121] 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 dbbe486a08f05970932f072178a85c95a51a1516 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1967/2121] 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 6c1d3099492dba6f01be94eeb1d9ba3211866fb8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1968/2121] 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 da5937f610c52fd379a955a7d1b714e89d29fefb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1969/2121] 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 86a3c459de6d04e051e3f3dcf5950244076eaad9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1970/2121] 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 99710187eb57601a6e140e330804959c759f807a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1971/2121] 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 381b3a3e237e82cc504a3607fbcf6dde8ffd7caf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1972/2121] 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 fd7c5c54e3049e407d3cf72be7a1c2975321dfd2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1973/2121] 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 743ea247af44398790c080f1e7b40d1c33512dfe Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1974/2121] 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 d5c2bee04fadf5c9f12028f38c84b74978ba1417 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 1975/2121] 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 47a46748f545a5f981b740ef95311b3d3c8bf5d7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1976/2121] 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 d3bb5e42825dc02334eeb33a937fcc08cfaeb8e7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1977/2121] 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 ea341f89c3aff16aa21fb1b872bc5947e1dc8133 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1978/2121] 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 f8cf4db4810e786dbc35e40eabb7b59898728e34 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1979/2121] 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 143f02d73c645569787c421af8ffbdbabbb48b1c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1980/2121] 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 f107172b082da5ac16133760bb0a4028c5059c34 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1981/2121] 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 05f9989d10c412888981a6255a6fd0910195554a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1982/2121] 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 440c04d2c6ed2fce3cf0d7f8fa2c7a4a1c862253 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1983/2121] 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 bcd54a089717f457c3f9ab140856197f5e23d61a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 1984/2121] 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 41920e317d2bea01b6d41b2e1d0a8d69660ce26a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 1985/2121] 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 4af665e860b2586b99db0f267ebabb1b9d6705b4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 1986/2121] 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 b8589f2a0fe4372007c196b08817ea6d5c2baa6d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 1987/2121] 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 008470b578ad060b185192bc55b95cdb01e4b1ef Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 1988/2121] 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 764f7417057d807f881c73b8c92754fd81a995eb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 1989/2121] 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 c3f3f62097421acf30b05d27fc92aa7ceb9c68d9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 1990/2121] 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 b86d54149c86b5b1b4c0b91c57ca233c0b805780 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 1991/2121] 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 601b8dcf6415b0e311b5b22e1ff0e5eab99a968b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 1992/2121] 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 658da3e8e6a2b88f018529c71aaa09589cc51118 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 1993/2121] 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 f3718c9c36d40d26d06931c2e9f88a6120fe4fc4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 1994/2121] 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 66d3ca77138ea082f00e90956b9a111afb3a325f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 1995/2121] 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 f68cdb88f68d298af9601dff8bf844c6f3584fba Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 1996/2121] 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 cacd02c2cb95737cb2ab96730fb9a6bcfa83da06 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 1997/2121] 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 ae123469d2f5776fbcb883247a6ec3fe801afb4f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 1998/2121] 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 8873002b07061cd96d7c1365bf8b74fef4723c23 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 1999/2121] 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 04766aa858288a63448d9c15f2e422e6d97515f2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 2000/2121] 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 a8977f07228bb79815a5cc043168e8e0d05ac072 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 2001/2121] 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 fdf985381ef2da4e60e483ffceed6141c5fa238e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 2002/2121] 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 7f8c98a41ce611fcb7082e02275f1740ba0418e0 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 2003/2121] 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 8c61601dba135881f0d0a0b0f3301cdc644b58e4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 2004/2121] 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 3f9c0c6390da86cc9bc4bddb14c516d9f6728d12 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 2005/2121] 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 6dd401afab06338981c46064667658eef926f496 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 2006/2121] 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 5a7cc0ebd0e3bb283c076b1224e34285172b74ba Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 2007/2121] 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 1b4b3e22136bc04a097254170051eab80c5cfc60 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 2008/2121] 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 d958d75e4a86761800589affd1fbb1c06735f416 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 2009/2121] 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 ce9627ba6e8cd6f0ed5fe013cb0dc25c7c7a05a4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 2010/2121] 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 44c035f5c9e940e90d3e4c08b1847545a99813e4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 2011/2121] 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 d6e264fed27f074b3cb28d2d711e547e1563791f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 2012/2121] 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 9b67395684af4b689ea504494d419af561d8fe18 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 2013/2121] 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 e5df2a0eea11ca9cbdbb831705ac2ed7d65a7b01 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 2014/2121] 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 af5f824389ad41a7af372f4fd0561cfa4d3b5d0d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 2015/2121] 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 76689aa11b3eeaf6c82d73703d1f379f666f927b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 2016/2121] 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 88fb3ec7a6932c52b49880081d30b860fe2d6663 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 2017/2121] 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 4b49729873f407f062e81cad2d77da22436cc022 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 2018/2121] 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 84c319b430841792bca2c46186da149273bce9fa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 2019/2121] 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 331492f89d6cf70b2988b04d6e697965992f919f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 2020/2121] 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 de0a18ada510f1dfd1675b26c736d341e4a01c1d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 2021/2121] 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 773c8a7ab8d2467197cbb5af934fe3018feb84b5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 2022/2121] 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 32974ed1c619731c528b742b5c6cc8543aec137b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 2023/2121] 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 45181f37669b4aa7eaf750a2a5fdc8b294e7d242 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 2024/2121] 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 20bc22edf5e992845378b05031e502faa9cc315c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 2025/2121] 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 a56f29186299ceb85cb0b3ce30f3fe93b8042f24 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 2026/2121] 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 a88c2e3ac7d66831ed2c69004262b6971f15c187 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 2027/2121] 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 841981137130812b5728245c2d1d8775693deaf3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 2028/2121] 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 85573dc61fc762df37a3d8eeb96d9c0dbbd537f1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 2029/2121] 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 226abbbfd4a76e1ad6aa7d58828a33585265ceb9 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 2030/2121] 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 a51a0036c988e7fd6cee871606aef95f635c1ae3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 2031/2121] 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 276d13813b44508f193bfee1aca5ef9146bc958f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 2032/2121] 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 b6cd59d303b697e2daaffa3e0c10683810694841 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 2033/2121] 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 ce3b780482ce5bc15c6c430247e521e3ef159677 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 2034/2121] 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 5a1c243770664f1584a1ea52fde51e22751d10bf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 2035/2121] 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 0376beb9e9541b11f2578ad69b794a8c6ea24238 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 2036/2121] 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 8cad6e8468f4d86d58e31d572b3beae327c2f71d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 2037/2121] 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 66d53f7e26177ced3720cf6009029241fbf65e5f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 2038/2121] 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 a87f45bc0f7355868864aafbe41e63a7adfe6788 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 2039/2121] 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 20ca17519f70bfd9ae88ab2881e2e292416408c1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 2040/2121] 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 ac12bef7b965ab66b35b75d50267c0bd46dfba58 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 2041/2121] 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 83a0fda9d336ccb00f7dd104f76ece7fdc9d4c2c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 2042/2121] 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 89a6e98b2d01b421de979cd406163c8cf42faa2b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 2043/2121] 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 24f5fa411150eb37bff52c033c707f56b043a005 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 2044/2121] 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 a6ee3ba16b224b0051214c3cc2cfdcdbaedb5a61 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 2045/2121] 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 e15f244cd9a60f84a2b461ad9d4bebc14d5b1b43 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 2046/2121] 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 baca8d933113347019f4c411966bd9b08a0671c5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 2047/2121] 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 8c66db562d1de778dc8ec252dbd41b5896211ec1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 2048/2121] 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 ac89f953675bc69b6e4a1ff75927816af2b91f0d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 2049/2121] 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 9f7ec244ccb38e336f2cef910db786761222837b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 2050/2121] 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 926c04b2ca74368b32ad9130e6e4e2ca3e88a9c6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 2051/2121] 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 5f070dd5ef28a50e59bb4a8328e680a71939205c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 2052/2121] 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 61798579b2632f24c9a5ad325b8d9a02bf619431 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 2053/2121] 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 2cc406bffb5007aa755528a4cd104fa24fcf4869 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 2054/2121] 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 d2609c061696590c43f71613ca2f92f88d79a163 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 2055/2121] 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 d3b872fe6b1aeecb7bf769cbd72f953b66e4aee7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 2056/2121] 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 811eae7153171e3c14a3303be24f5309cba900c7 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 2057/2121] 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 68bc195cfe71503b83f4ae562545e8b35bf04388 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 2058/2121] 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 30e058930960bdd8b683a513be8b94604db2fbfb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 2059/2121] 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 46f7233b3f5fd768abdf973f3bed0c5822de7167 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 2060/2121] 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 24ced6d4b3dc4299613e14c977bece3d918960cf Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 2061/2121] 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 f8357f7bbaaef93fe4ff01aae571591af6ba5c24 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 2062/2121] 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 3ba6c3145be6ff5ae000ef90c9590257481a0492 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 2063/2121] 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 f8640031f41478ef183939fce47f7f84cc7a7c52 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 2064/2121] 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 1811049ed39c19c820a23890d437e0c81f70b2b1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 2065/2121] 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 695de521c6cc5bd1d4182aedcfb32c99351bf040 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 2066/2121] 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 762a391c4cd2f27be1596ff20caef52ed9444276 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 2067/2121] 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 c97f7040ad8f94f225bf97e6a5f63485fd4b1553 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 2068/2121] 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 618a1aa97ed25bcda064c24bfbc8a25ed8c52dff Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 2069/2121] 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 14e1754d6267161b21538bfa661c37ee7dc30634 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 2070/2121] 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 7814ec6a6ace36d71f25d02be24471fc18670e84 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 2071/2121] 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 c5c82524c4d63aa504eb203e458c1e593c819907 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 2072/2121] 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 244eca08520a6d4cf2add5d482d95e1e460e4844 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 2073/2121] 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 6361974ac69252a941b586a9ffcee6ca0706190c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 2074/2121] 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 a55dac7157b58aa7e632cc378bee906935d9ffec Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 2075/2121] 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 7670429ab52b80b9e7de055311a311633f9ccd24 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 2076/2121] 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 e698930f71e11b5c05c2011f9706852405e47da1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 2077/2121] 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 a35b198f1bc879704c15b99da1d775f1bb550962 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 2078/2121] 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 71fb1d8ddb45bf680a5ff50080b16715455b4ad6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 2079/2121] 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 021782c8fc94f269865fdad4609cf15e0023bbf5 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 2080/2121] 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 06c362c4c0f67f22050381d18efe774c62d32714 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 2081/2121] 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 b7b4538192f5fdff3f08dc0106e6dbcf45de0521 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 2082/2121] 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 68dabadfab152abff9494a92a5a00f9a7e99786c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 2083/2121] 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 efb7f47ae20448b35e99a1291615ee9bfadccde3 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 2084/2121] 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 0655bdee51f353faa3b37b006e633d2ebda1b169 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 2085/2121] 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 5f89c95e0ba876228c584b298167fe55ac920296 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 2086/2121] 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 ef888013caf5163ce0d3d7411a5f215272654cfc Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 2087/2121] 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 c9b32b7657ad51b9b15f3ac7f55a50817055dd4c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 2088/2121] 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 bec2c3f5a080a4bf2253f9221e6ccf04ba1f672b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 2089/2121] 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 60265d70869248f7d17947e29d72a2c990b0600f Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 2090/2121] 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 e714791df5b33bb97498c788d6aa65f4b543151c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 2091/2121] 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 7dc2045d48a67244b5284ba8885f62e44c835047 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 2092/2121] 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 5c96021ff6a3f47f819986372e15a7da4c4ed3e8 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 2093/2121] 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 9b6266c5df3118572c72a6a09df95e632ba766a6 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 2094/2121] 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 92017805fd91f0d6ef6dd731d7020cee7fba621d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 2095/2121] 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 7ae4310a91e946a6054e94b7b01cb1f663994609 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 2096/2121] 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 d0e8bcd05d2b6389f3fb37e343064b1546b3649c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 2097/2121] 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 fe6d158cc6cae7b1954f8e5d0288c079ef69afc1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 2098/2121] 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 83a6dbd2e65ad45a6cbb14815181dd48c35e7742 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 2099/2121] 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 840e260c8f9217e7ef44364f8a295a58b60a5920 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 2100/2121] 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 c6eb4ee7bad8663999e0c3e4010473e65bc97d4c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 2101/2121] 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 7499a3c00be5ffc1f0dd52f7d07c2bc54b27c066 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 2102/2121] 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 121091299ec6c4583fa8c3ea57bc621ea13fb53a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 5 Nov 2023 15:07:54 +0900 Subject: [PATCH 2103/2121] 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 49c4fa9cba73df853b9ab45495d6ec02b942464a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 10:54:35 +0900 Subject: [PATCH 2104/2121] 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 5371944aa6b462e328425917ad7d6ccbed3eb927 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 11:08:27 +0900 Subject: [PATCH 2105/2121] 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 c3b07b321dd4eab4d6eee4313960831117e24404 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 16 Feb 2022 15:44:09 +0900 Subject: [PATCH 2106/2121] 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 c8c9baa53e4d32bca483de7f5727a3911cb52e0a Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Feb 2022 12:58:54 +0900 Subject: [PATCH 2107/2121] 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 115ef94753716dfc252958d010dfa9c0677c5b50 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 26 Feb 2022 17:10:52 +0900 Subject: [PATCH 2108/2121] 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 d8d2936d8bfcba1fc6ef5c9cefcad257a9b3fa80 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 24 Mar 2022 16:19:24 +0900 Subject: [PATCH 2109/2121] 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 f45ee425f9ae08a11c52d20923b803ce8d0f440c Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 27 Mar 2022 11:44:16 +0900 Subject: [PATCH 2110/2121] 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 3e8773b8b215648144032af03895f848a9dcbcc2 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 10 Apr 2022 17:48:00 +0900 Subject: [PATCH 2111/2121] 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 7b5472a6e723083cbd18f5bbd47e80218abf11c4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 28 Aug 2022 21:33:43 +0900 Subject: [PATCH 2112/2121] 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 ae7464a2c39d1826c378846d513b41abf45c2b71 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Thu, 6 Oct 2022 18:47:56 +0900 Subject: [PATCH 2113/2121] 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 baf59fb444bb6d3cb542243bf7505d6bc0c9a64d Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 30 Oct 2022 15:16:57 +0900 Subject: [PATCH 2114/2121] 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 1e10ed8deaeaff23a89eb018ba93f7a252e6f1ac Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 4 Nov 2022 07:47:57 +0900 Subject: [PATCH 2115/2121] 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 27bb5d895da1f52366e1148833ec8b971688ae23 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Wed, 30 Nov 2022 04:03:56 +0900 Subject: [PATCH 2116/2121] 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 8ae17551ca185a06fed0c8dd97677f6ddd1485eb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 7 Jan 2023 19:15:24 +0900 Subject: [PATCH 2117/2121] 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 aa71db8e260f5946ae8462e4f08c548fa938b71b Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 11 Mar 2023 01:50:01 +0900 Subject: [PATCH 2118/2121] 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 c42332444c14fdc4b8763fb722be9d0946ae8dcd Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Fri, 24 Nov 2023 20:29:02 +0900 Subject: [PATCH 2119/2121] 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 1da5ff440f469351679e379ae92c113e99af5249 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 30 Dec 2023 21:08:16 +0900 Subject: [PATCH 2120/2121] 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 65bd5aad6df8144e8ab01dc418d438cf82a8af81 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 14 Jan 2024 12:44:14 +0900 Subject: [PATCH 2121/2121] 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"))