Commit e33e115c authored by Anderson Torres's avatar Anderson Torres
Browse files

various: remove update scripts from orphaned elisp packages

So that it does not trigger Ryanbot.
parent 078bf9df
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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";
+0 −3
Original line number Diff line number Diff line
@@ -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";
+0 −3
Original line number Diff line number Diff line
@@ -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";
+0 −3
Original line number Diff line number Diff line
@@ -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";
+0 −3
Original line number Diff line number Diff line
@@ -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";
Loading