slrn: drop

Broken and unmaintained upstream (the correct repo is https://github.com/jedsoft/slrn).
This commit is contained in:
Michael Daniels
2025-06-11 19:21:47 -04:00
parent 9cfdd07666
commit 7f362e91c4
2 changed files with 1 additions and 44 deletions

View File

@@ -1,44 +0,0 @@
{
lib,
stdenv,
fetchurl,
slang,
ncurses,
openssl,
}:
stdenv.mkDerivation rec {
pname = "slrn";
version = "1.0.3a";
src = fetchurl {
url = "http://www.jedsoft.org/releases/slrn/slrn-${version}.tar.bz2";
sha256 = "1b1d9iikr60w0vq86y9a0l4gjl0jxhdznlrdp3r405i097as9a1v";
};
preConfigure = ''
sed -i -e "s|-ltermcap|-lncurses|" configure
sed -i autoconf/Makefile.in src/Makefile.in \
-e "s|/bin/cp|cp|" \
-e "s|/bin/rm|rm|"
'';
configureFlags = [
"--with-slang=${slang.dev}"
"--with-ssl=${openssl.dev}"
"--with-slrnpull"
];
buildInputs = [
slang
ncurses
openssl
];
meta = with lib; {
description = "Slrn (S-Lang read news) newsreader";
homepage = "https://slrn.sourceforge.net/index.html";
license = licenses.gpl2;
platforms = with platforms; linux;
};
}

View File

@@ -1774,6 +1774,7 @@ mapAliases {
slack-dark = throw "'slack-dark' has been renamed to/replaced by 'slack'"; # Converted to throw 2024-10-17
slimerjs = throw "slimerjs does not work with any version of Firefox newer than 59; upstream ended the project in 2021. <https://slimerjs.org/faq.html#end-of-development>"; # added 2025-01-06
sloccount = throw "'sloccount' has been removed because it is unmaintained. Consider migrating to 'loccount'"; # added 2025-05-17
slrn = throw "'slrn' has been removed because it is unmaintained upstream and broken."; # Added 2025-06-11
slurm-llnl = slurm; # renamed July 2017
sm64ex-coop = throw "'sm64ex-coop' was removed as it was archived upstream. Consider migrating to 'sm64coopdx'"; # added 2024-11-23
smartgithg = smartgit; # renamed March 2025