[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/24: gnu: perl-cpanel-json-xs: Move to (gnu packages perl).
From: |
Eric Bavier |
Subject: |
21/24: gnu: perl-cpanel-json-xs: Move to (gnu packages perl). |
Date: |
Fri, 20 Mar 2015 19:23:43 +0000 |
bavier pushed a commit to branch master
in repository guix.
commit 31831e565d8c349a5ea660af632fd58280cb1f9d
Author: Eric Bavier <address@hidden>
Date: Fri Mar 20 14:13:07 2015 -0500
gnu: perl-cpanel-json-xs: Move to (gnu packages perl).
* gnu/packages/web.scm (perl-cpanel-json-xs): Move this...
* gnu/packages/perl.scm: To here.
---
gnu/packages/perl.scm | 21 +++++++++++++++++++++
gnu/packages/web.scm | 21 ---------------------
2 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ee27fb9..767a898 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -861,6 +861,27 @@ the caller.")
CPAN::Meta object are present.")
(license (package-license perl))))
+(define-public perl-cpanel-json-xs
+ (package
+ (name "perl-cpanel-json-xs")
+ (version "3.0114")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/"
+ "Cpanel-JSON-XS-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0jhi1v0631x4d14a7cpfnpjqhs34zkygxjn1nwvvr927awx5jx71"))))
+ (build-system perl-build-system)
+ (propagated-inputs
+ `(("perl-common-sense" ,perl-common-sense)))
+ (home-page "http://search.cpan.org/dist/Cpanel-JSON-XS")
+ (synopsis "JSON::XS for Cpanel")
+ (description "This module converts Perl data structures to JSON and vice
+versa.")
+ (license (package-license perl))))
+
(define-public perl-data-dump
(package
(name "perl-data-dump")
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index b3a049f..8f1cf86 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -913,27 +913,6 @@ parameter parsing, file upload, cookie handling and header
generation.")
inputs, in a manner reminiscent of how PHP does.")
(license l:bsd-2)))
-(define-public perl-cpanel-json-xs
- (package
- (name "perl-cpanel-json-xs")
- (version "3.0114")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/"
- "Cpanel-JSON-XS-" version ".tar.gz"))
- (sha256
- (base32
- "0jhi1v0631x4d14a7cpfnpjqhs34zkygxjn1nwvvr927awx5jx71"))))
- (build-system perl-build-system)
- (propagated-inputs
- `(("perl-common-sense" ,perl-common-sense)))
- (home-page "http://search.cpan.org/dist/Cpanel-JSON-XS")
- (synopsis "JSON::XS for Cpanel")
- (description "This module converts Perl data structures to JSON and vice
-versa.")
- (license (package-license perl))))
-
(define-public perl-encode-locale
(package
(name "perl-encode-locale")
- 11/24: gnu: Add AppConfig., (continued)
- 11/24: gnu: Add AppConfig., Eric Bavier, 2015/03/20
- 13/24: gnu: Add Template-Toolkit., Eric Bavier, 2015/03/20
- 01/24: gnu: Add Tie-ToObject., Eric Bavier, 2015/03/20
- 14/24: gnu: Add File-Remove., Eric Bavier, 2015/03/20
- 16/24: gnu: Add JSON-XS., Eric Bavier, 2015/03/20
- 17/24: gnu: Add Perl JSON., Eric Bavier, 2015/03/20
- 15/24: gnu: Add Types-Serialiser., Eric Bavier, 2015/03/20
- 12/24: gnu: Add Test-LeakTrace., Eric Bavier, 2015/03/20
- 18/24: gnu: Add Module-ScanDeps., Eric Bavier, 2015/03/20
- 19/24: gnu: Add PAR-Dist., Eric Bavier, 2015/03/20
- 21/24: gnu: perl-cpanel-json-xs: Move to (gnu packages perl).,
Eric Bavier <=
- 20/24: gnu: perl-json-maybexs: Move to (gnu packages perl)., Eric Bavier, 2015/03/20
- 22/24: gnu: Add YAML-Tiny., Eric Bavier, 2015/03/20
- 23/24: gnu: Add Module-Install., Eric Bavier, 2015/03/20
- 24/24: gnu: Add Catalyst-Devel., Eric Bavier, 2015/03/20