Merge pull request #126702 from symphorien/remove-tt-rss-plugin-tumblr-gdpr

tt-rss-plugin-tumblr-gdpr: remove
This commit is contained in:
ajs124 2021-06-12 22:50:19 +02:00 committed by GitHub
commit 38a0226d57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 33 deletions

View file

@ -1,32 +0,0 @@
{ lib, stdenv, fetchFromGitHub, ... }:
stdenv.mkDerivation rec {
pname = "tt-rss-plugin-tumblr-gdpr";
version = "2.1";
src = fetchFromGitHub {
owner = "GregThib";
repo = "ttrss-tumblr-gdpr";
rev = "v${version}";
sha256 = "09cbghi5b6ww4i5677i39qc9rhpq70xmygp0d7x30239r3i23rpq";
};
installPhase = ''
mkdir -p $out/tumblr_gdpr
cp init.php $out/tumblr_gdpr
'';
meta = with lib; {
description = "Plugin for TT-RSS to workaround GDPR in Europe";
longDescription = ''
Plugin for TT-RSS to workaround GDPR in Europe.
The name of the plugin in TT-RSS is 'tumblr_gdpr'.
'';
license = licenses.gpl3;
homepage = "https://github.com/GregThib/ttrss-tumblr-gdpr";
maintainers = with maintainers; [ das_j ];
platforms = platforms.all;
};
}

View file

@ -1003,6 +1003,8 @@ mapAliases ({
/* Added 2021-01-02 */
ttyrec = ovh-ttyrec;
tt-rss-plugin-tumblr-gdpr = throw "tt-rss-plugin-tumblr-gdpr was removed because tumblr does not require gdpr acceptance to fetch rss feeds anymore"; # added 2012-06-12
zplugin = zinit; # Added 2021-01-30
posix_man_pages = man-pages-posix; # Added 2021-04-15

View file

@ -19978,7 +19978,6 @@ in
tt-rss = callPackage ../servers/tt-rss { };
tt-rss-plugin-ff-instagram = callPackage ../servers/tt-rss/plugin-ff-instagram { };
tt-rss-plugin-tumblr-gdpr = callPackage ../servers/tt-rss/plugin-tumblr-gdpr { };
tt-rss-plugin-auth-ldap = callPackage ../servers/tt-rss/plugin-auth-ldap { };
tt-rss-theme-feedly = callPackage ../servers/tt-rss/theme-feedly { };