perl-packages: remove rycee from maintainers

I no longer use or develop Perl regularly so cannot vouch for these
packages anymore.
This commit is contained in:
Robert Helgesson 2018-09-08 15:15:41 +02:00
parent 3b4ab85f01
commit bcedf59d84
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -1250,7 +1250,6 @@ let
meta = {
description = "Serves PODs right from your Catalyst application";
license = stdenv.lib.licenses.bsd3;
maintainers = [ maintainers.rycee ];
};
};
@ -1478,7 +1477,6 @@ let
propagatedBuildInputs = [ CatalystPluginFormValidator FormValidatorSimple ];
meta = {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -1506,7 +1504,6 @@ let
meta = {
description = "Catalyst Plugin for Log::Handler";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ stdenv.lib.maintainers.rycee ];
};
};
@ -1534,7 +1531,6 @@ let
meta = {
description = "Per-session custom expiry times";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ stdenv.lib.maintainers.rycee ];
};
};
@ -1572,7 +1568,6 @@ let
meta = {
description = "File storage backend for session data";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ stdenv.lib.maintainers.rycee ];
};
};
@ -1614,7 +1609,6 @@ let
meta = {
description = "Handle passing of status messages between screens of a web application";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ stdenv.lib.maintainers.rycee ];
};
};
@ -1629,7 +1623,6 @@ let
meta = {
description = "CSV view class";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -1752,7 +1745,6 @@ let
meta = {
description = "Handle Common Gateway Interface requests and responses";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -1895,7 +1887,6 @@ let
meta = {
description = "Unified cache handling interface";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -2509,7 +2500,6 @@ let
homepage = https://github.com/rjbs/Config-INI;
description = "Simple .ini-file format";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -2568,7 +2558,6 @@ let
homepage = https://github.com/rjbs/Config-MVP;
description = "Multivalue-property package-oriented configuration";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -2801,7 +2790,6 @@ let
meta = {
description = "Read and write Changes files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ rycee ];
};
};
@ -3074,7 +3062,6 @@ let
meta = with stdenv.lib; {
description = "Perl wrapper around OpenSSL's AES library";
license = with licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
platforms = platforms.unix;
};
};
@ -3561,7 +3548,6 @@ let
meta = {
description = "Domain and host name validation";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -3576,7 +3562,6 @@ let
meta = {
description = "IPv4 and IPv6 validation methods";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -3590,7 +3575,6 @@ let
meta = {
description = "Common URL validation methods";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -3823,7 +3807,6 @@ let
meta = {
description = "Parse and format MySQL dates and times";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -4333,7 +4316,6 @@ let
meta = {
description = "Adding keywords to perl, in perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ rycee ];
};
};
@ -4495,7 +4477,6 @@ let
meta = {
description = "Perl extension for 32 bit Jenkins Hashing Algorithm";
license = stdenv.lib.licenses.artistic2;
maintainers = [ maintainers.rycee ];
};
};
@ -4915,7 +4896,6 @@ let
homepage = https://github.com/rjbs/Email-Abstract;
description = "Unified interface to mail representations";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -4967,7 +4947,6 @@ let
homepage = https://github.com/rjbs/Email-Date-Format;
description = "Produce RFC 2822 date strings";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -5009,7 +4988,6 @@ let
homepage = https://github.com/rjbs/Email-MIME;
description = "Easy MIME message handling";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ rycee ];
};
};
@ -5038,7 +5016,6 @@ let
homepage = https://github.com/rjbs/Email-MIME-ContentType;
description = "Parse a MIME Content-Type Header";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ rycee ];
};
propagatedBuildInputs = [ Encode ];
};
@ -5054,7 +5031,6 @@ let
homepage = https://github.com/rjbs/Email-MIME-Encodings;
description = "A unified interface to MIME encoding and decoding";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ rycee ];
};
};
@ -5069,7 +5045,6 @@ let
homepage = https://github.com/rjbs/Email-Send;
description = "Simply Sending Email";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
buildInputs = [ MIMETools MailTools ];
};
@ -5102,7 +5077,6 @@ let
homepage = https://github.com/rjbs/Email-Sender;
description = "A library for sending email";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -5117,7 +5091,6 @@ let
homepage = https://github.com/rjbs/Email-Simple;
description = "Simple parsing of RFC2822 message format and headers";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -5140,7 +5113,6 @@ let
propagatedBuildInputs = [ EmailValid ];
meta = {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -5220,7 +5192,6 @@ let
meta = {
description = "Determine the locale encoding";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -5936,7 +5907,6 @@ let
meta = {
description = "Determine MIME types of data or files using libmagic";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -6053,7 +6023,6 @@ let
meta = {
description = "Read a file backwards by lines";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -6239,7 +6208,6 @@ let
homepage = https://github.com/tommybutler/file-util/wiki;
description = "Easy, versatile, portable file handling";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -6352,7 +6320,6 @@ let
meta = {
description = "Validation with simple chains of constraints";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
buildInputs = [ CGI ];
};
@ -6868,7 +6835,6 @@ let
meta = {
description = "Provide the stuff missing in Hash::Util";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -7591,7 +7557,6 @@ let
meta = {
description = "Alternative but compatible interface to modules that export symbols";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -7694,7 +7659,6 @@ let
meta = {
description = "Open an HTML file with automatic charset detection";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -7825,7 +7789,6 @@ let
meta = {
description = "IO::Socket with read/write timeout";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -8785,7 +8748,6 @@ let
homepage = https://github.com/preaction/Log-Any;
description = "Bringing loggers and listeners together";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -8830,7 +8792,6 @@ let
meta = {
description = "Log messages to several outputs";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -8890,7 +8851,6 @@ let
homepage = https://mschilli.github.io/log4perl/;
description = "Log4j implementation for Perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -9221,7 +9181,6 @@ let
meta = {
description = "Various e-mail related modules";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -9510,7 +9469,6 @@ let
meta = {
description = "Low-calorie MIME generator (DEPRECATED)";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -9551,7 +9509,6 @@ let
homepage = https://github.com/rjbs/mixin-linewise;
description = "Write your linewise code for handles; this does the rest";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -10095,7 +10052,6 @@ let
meta = {
description = "Minimalist Object Orientation (with Moose compatibility)";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -10403,7 +10359,6 @@ let
homepage = https://github.com/gfx/mousex-getopt;
description = "A Mouse role for processing command line options";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -10504,7 +10459,6 @@ let
homepage = https://github.com/moose/MooseX-Getopt;
description = "A Moose role for processing command line options";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -10763,7 +10717,6 @@ let
homepage = https://github.com/moose/MooseX-Types;
description = "Organise your Moose types in libraries";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -11060,7 +11013,6 @@ let
meta = {
description = "Manages IPv4 and IPv6 addresses and subnets";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -11253,7 +11205,6 @@ let
meta = {
description = "Work with TLD names";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -11794,7 +11745,6 @@ let
homepage = https://github.com/dluxhu/perl-parallel-forkmanager;
description = "A simple parallel processing fork manager";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -12189,7 +12139,6 @@ let
meta = {
description = "A PerlIO layer that adds read & write timeout to a handle";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -12811,7 +12760,6 @@ let
homepage = https://github.com/rjbs/Pod-Elemental-PerlMunger;
description = "A thing that takes a string of Perl and rewrites its documentation";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -12852,7 +12800,6 @@ let
homepage = https://github.com/neilb/Pod-POM;
description = "POD Object Model";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -12866,7 +12813,6 @@ let
meta = {
description = "Generate the TOC of a POD with Pod::POM";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -13041,7 +12987,6 @@ let
homepage = https://github.com/rjbs/Pod-Weaver;
description = "Weave together a Pod document from an outline";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -13105,7 +13050,6 @@ let
homepage = https://github.com/sanko/readonly;
description = "Facility for creating read-only scalars, arrays, hashes";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -13130,7 +13074,6 @@ let
homepage = https://github.com/PerlRedis/perl-redis;
description = "Perl binding for Redis database";
license = stdenv.lib.licenses.artistic2;
maintainers = [ maintainers.rycee ];
platforms = stdenv.lib.platforms.unix;
};
};
@ -13318,7 +13261,6 @@ let
meta = {
description = "Roles. Like a nouvelle cuisine portion size slice of Moose";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -13593,7 +13535,6 @@ let
homepage = https://github.com/rjbs/Software-License;
description = "Packages that provide templated software licenses";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -14147,7 +14088,6 @@ let
homepage = https://github.com/rjbs/Sub-Exporter-ForMethods;
description = "Helper routines for using Sub::Exporter to build methods";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -14201,7 +14141,6 @@ let
meta = {
description = "Tool for inspecting subroutines";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -14228,7 +14167,6 @@ let
homepage = https://github.com/p5sagit/Sub-Name;
description = "(Re)name a sub";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -14408,7 +14346,6 @@ let
meta = {
description = "Perl interface to the UNIX syslog(3) calls";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -14797,7 +14734,6 @@ let
meta = {
description = "Format a header and rows into a table";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -14873,7 +14809,6 @@ let
meta = {
description = "Distribution with a rich set of tools built upon the Test2 framework";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -14964,7 +14899,6 @@ let
meta = {
description = "Easily create test classes in an xUnit/JUnit style";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -15173,7 +15107,6 @@ let
homepage = https://github.com/rjbs/Test-Fatal;
description = "Incredibly simple helpers for testing code with exceptions";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -15860,7 +15793,6 @@ let
meta = {
description = "Basic utilities for writing tests";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -16015,7 +15947,6 @@ let
homepage = https://github.com/karenetheridge/Test-Warnings;
description = "Test for warnings and the lack of them";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -16212,7 +16143,6 @@ let
meta = {
description = "Comma-separated values manipulator (using XS or PurePerl)";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -16226,7 +16156,6 @@ let
meta = {
description = "Encoding aware Text::CSV";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
@ -16734,7 +16663,6 @@ let
homepage = https://github.com/rjbs/Throwable;
description = "A role for classes that can be thrown";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};