guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/82: gnu: Move perl-mime-types to (gnu packages perl).


From: Eric Bavier
Subject: 10/82: gnu: Move perl-mime-types to (gnu packages perl).
Date: Mon, 20 Apr 2015 01:02:27 +0000

bavier pushed a commit to branch master
in repository guix.

commit e3cfe3d6d18e6fd9db7341ba3a6c4a21e5fab268
Author: Eric Bavier <address@hidden>
Date:   Mon Apr 6 11:34:17 2015 -0500

    gnu: Move perl-mime-types to (gnu packages perl).
    
    * gnu/packages/web.scm (perl-mime-types): Move this...
    * gnu/packages/perl.scm (perl-mime-types): ... to here.
---
 gnu/packages/perl.scm |   20 ++++++++++++++++++++
 gnu/packages/web.scm  |   20 --------------------
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index f212afe..c393ec7 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2179,6 +2179,26 @@ follows LRU semantics, that is, the last n results, 
where n is specified as
 the argument to the CACHESIZE parameter, will be cached.")
     (license (package-license perl))))
 
+(define-public perl-mime-types
+  (package
+    (name "perl-mime-types")
+    (version "2.09")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
+                           "MIME-Types-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0s7s2z9xc1nc2l59rk80iaa04r36k0y95231212kz5p3ln7szk1c"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/MIME-Types";)
+    (synopsis "Definition of MIME types")
+    (description "This module provides a list of known mime-types, combined
+from various sources.  For instance, it contains all IANA types and the
+knowledge of Apache.")
+    (license (package-license perl))))
+
 (define-public perl-module-build-tiny
   (package
     (name "perl-module-build-tiny")
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index e84f089..0b02908 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1888,26 +1888,6 @@ media types is defined by the media.types file.  If the 
~/.media.types file
 exists it is used instead.")
     (home-page "http://search.cpan.org/~gaas/LWP-MediaTypes/";)))
 
-(define-public perl-mime-types
-  (package
-    (name "perl-mime-types")
-    (version "2.09")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
-                           "MIME-Types-" version ".tar.gz"))
-       (sha256
-        (base32
-         "0s7s2z9xc1nc2l59rk80iaa04r36k0y95231212kz5p3ln7szk1c"))))
-    (build-system perl-build-system)
-    (home-page "http://search.cpan.org/dist/MIME-Types";)
-    (synopsis "Definition of MIME types")
-    (description "This module provides a list of known mime-types, combined
-from various sources.  For instance, it contains all IANA types and the
-knowledge of Apache.")
-    (license (package-license perl))))
-
 (define-public perl-net-http
   (package
     (name "perl-net-http")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]