various: remove update scripts from orphaned elisp packages

So that it does not trigger Ryanbot.
This commit is contained in:
Anderson Torres
2025-01-22 21:47:09 -03:00
parent 078bf9dfd6
commit e33e115ceb
10 changed files with 0 additions and 34 deletions
@@ -9,7 +9,6 @@
f,
fetchFromGitHub,
git,
gitUpdater,
melpaBuild,
package-build,
s,
@@ -59,10 +58,6 @@ melpaBuild (finalAttrs: {
install -D -t $out/bin bin/cask
'';
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
meta = {
homepage = "https://github.com/cask/cask";
description = "Project management for Emacs";
@@ -2,7 +2,6 @@
lib,
fetchFromGitHub,
melpaBuild,
unstableGitUpdater,
}:
melpaBuild {
@@ -19,8 +18,6 @@ melpaBuild {
# https://github.com/NixOS/nixpkgs/issues/335408
ignoreCompilationError = true;
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
homepage = "http://ethanschoonover.com/solarized";
description = "Precision colors for machines and people; Emacs implementation";
@@ -4,7 +4,6 @@
libffi,
melpaBuild,
pkg-config,
unstableGitUpdater,
}:
melpaBuild {
@@ -29,8 +28,6 @@ melpaBuild {
make CXX=$CXX
'';
passthru.updateScript = unstableGitUpdater { };
meta = {
homepage = "https://github.com/skeeto/elisp-ffi";
description = "Emacs Lisp Foreign Function Interface";
@@ -2,7 +2,6 @@
lib,
fetchFromGitHub,
melpaBuild,
unstableGitUpdater,
}:
melpaBuild {
@@ -17,8 +16,6 @@ melpaBuild {
hash = "sha256-er+knxqAejgKAtOnhqHfsGN286biHFdeMIUlbW7JyYw=";
};
passthru.updateScript = unstableGitUpdater { };
meta = {
homepage = "https://github.com/emacsmirror/font-lock-plus";
description = "Enhancements to standard library font-lock.el";
@@ -2,7 +2,6 @@
lib,
fetchFromGitHub,
melpaBuild,
unstableGitUpdater,
}:
melpaBuild {
@@ -16,8 +15,6 @@ melpaBuild {
hash = "sha256-3QDw4W3FbFvb2zpkDHAo9BJKxs3LaehyvUVJPKqS9RE=";
};
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
homepage = "https://github.com/ichernyshovvv/grid.el";
description = "Library to put text data into boxes and manipulate them";
@@ -2,7 +2,6 @@
lib,
fetchFromGitHub,
melpaBuild,
unstableGitUpdater,
}:
melpaBuild {
@@ -16,8 +15,6 @@ melpaBuild {
hash = "sha256-pH4FQuAnYf8eNiwiLl+OOOxzdecrncay6TcHjNG16sk=";
};
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
homepage = "https://emacswiki.org/emacs/Icicles";
description = "Emacs library that enhances minibuffer completion";
@@ -4,7 +4,6 @@
f,
markdown-mode,
melpaBuild,
nix-update-script,
yasnippet,
}:
@@ -26,9 +25,5 @@ melpaBuild {
passthru = {
inherit lspce-module;
updateScript = nix-update-script {
attrPath = "emacsPackages.lspce.lspce-module";
extraArgs = [ "--version=branch" ];
};
};
}
@@ -2,7 +2,6 @@
lib,
melpaBuild,
fetchFromGitHub,
gitUpdater,
}:
let
@@ -19,8 +18,6 @@ melpaBuild {
hash = "sha256-/8T1VTYkKUxlNWXuuS54S5jpl4UxJBbgSuWc17a/VyM=";
};
passthru.updateScript = gitUpdater { };
meta = {
homepage = "http://emacswiki.org/emacs/RectangleMark";
description = "Mark a rectangle of text with highlighting";
@@ -2,7 +2,6 @@
lib,
melpaBuild,
fetchFromGitHub,
unstableGitUpdater,
}:
melpaBuild {
@@ -17,8 +16,6 @@ melpaBuild {
hash = "sha256-D36qiRi5OTZrBtJ/bD/javAWizZ8NLlC/YP4rdLCSsw=";
};
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
homepage = "https://github.com/sunrise-commander/sunrise-commander/";
description = "Orthodox (two-pane) file manager for Emacs";
@@ -13,7 +13,6 @@
melpaBuild,
nav-flash,
porthole,
unstableGitUpdater,
yasnippet,
el-patch,
}:
@@ -49,8 +48,6 @@ melpaBuild {
el-patch
];
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
homepage = "https://github.com/jcaw/voicemacs/";
description = "Set of utilities for controlling Emacs by voice";