gnu: Add perl-log-any-adapter-log4perl.

* gnu/packages/perl.scm (perl-log-any-adapter-log4perl): New variable.
master
Alex Sassmannshausen 2016-07-13 23:19:57 +02:00
parent 9ec9e49466
commit e2b12a55c1
No known key found for this signature in database
GPG Key ID: 8BC4F4476E8A8E00
1 changed files with 25 additions and 0 deletions

View File

@ -2989,6 +2989,31 @@ worrying about whether the application has chosen (or will ever choose) a
logging mechanism.")
(license (package-license perl))))
(define-public perl-log-any-adapter-log4perl
(package
(name "perl-log-any-adapter-log4perl")
(version "0.08")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/D/DA/DAGOLDEN/Log-Any-Adapter-Log4perl-"
version
".tar.gz"))
(sha256
(base32
"0xf4fnrsznvg0hf36q481124ja1hp3lybki1xjgnk82z9990jmxn"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-log-any" ,perl-log-any)
("perl-log-log4perl" ,perl-log-log4perl)))
(home-page
"http://search.cpan.org/dist/Log-Any-Adapter-Log4perl")
(synopsis "Log::Any adapter for Log::Log4perl")
(description "@code{Log::Any::Adapter::Log4perl} provides a
@code{Log::Any} adapter using @code{Log::Log4perl} for logging.")
(license (package-license perl))))
(define-public perl-log-log4perl
(package
(name "perl-log-log4perl")