gpgstats: remove

Upstream does not exist anymore
main
c0bw3b 2 years ago committed by Jonathan Ringer
parent cea0fa3f7d
commit 1d5453ca8c
  1. 33
      pkgs/tools/security/gpgstats/default.nix
  2. 1
      pkgs/top-level/aliases.nix
  3. 2
      pkgs/top-level/all-packages.nix

@ -1,33 +0,0 @@
{ lib, stdenv, fetchurl, ncurses, gpgme }:
stdenv.mkDerivation rec {
pname = "gpgstats";
version = "0.5";
src = fetchurl {
url = "https://www.vanheusden.com/gpgstats/${pname}-${version}.tgz";
sha256 = "1n3njqhjwgfllcxs0xmk89dzgirrpfpfzkj71kqyvq97gc1wbcxy";
};
buildInputs = [ ncurses gpgme ];
installPhase = ''
mkdir -p $out/bin
cp gpgstats $out/bin
'';
NIX_CFLAGS_COMPILE = lib.optionalString (!stdenv.is64bit)
"-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1";
meta = with lib; {
description = "Calculates statistics on the keys in your gpg key-ring";
longDescription = ''
GPGstats calculates statistics on the keys in your key-ring.
'';
homepage = "http://www.vanheusden.com/gpgstats/";
license = licenses.gpl2;
maintainers = with maintainers; [ davidak ];
platforms = platforms.unix;
};
}

@ -377,6 +377,7 @@ mapAliases ({
google-musicmanager = throw "google-musicmanager has been removed because Google Play Music was discontinued"; # added 2021-03-07
googleAuthenticator = google-authenticator; # added 2016-10-16
googleearth = throw "the non-pro version of Google Earth was removed because it was discontinued and downloading it isn't possible anymore"; # added 2022-01-22
gpgstats = throw "gpgstats has been removed: upstream is gone"; # added 2022-02-06
grantlee5 = libsForQt5.grantlee; # added 2015-12-19
graalvm8 = throw "graalvm8-ce has been removed by upstream."; # added 2021-10-19
graalvm8-ce = throw "graalvm8-ce has been removed by upstream."; # added 2021-10-19

@ -17092,8 +17092,6 @@ with pkgs;
pgweb = callPackage ../development/tools/database/pgweb { };
gpgstats = callPackage ../tools/security/gpgstats { };
gpshell = callPackage ../development/tools/misc/gpshell { };
grantlee = callPackage ../development/libraries/grantlee { };

Loading…
Cancel
Save