guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: perl-geo-ip: Remove package.


From: guix-commits
Subject: branch master updated: gnu: perl-geo-ip: Remove package.
Date: Tue, 22 Dec 2020 14:10:24 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 06de9ca  gnu: perl-geo-ip: Remove package.
06de9ca is described below

commit 06de9ca75f4bb508cdba3082d8ae80f014dbc38b
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Tue Dec 22 18:01:58 2020 +0100

    gnu: perl-geo-ip: Remove package.
    
    Fixes <https://bugs.gnu.org/29485>.
    
    * gnu/packages/networking.scm (perl-geo-ip): Remove variable.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/networking.scm | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index d3f47da..ff1de3a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2066,30 +2066,6 @@ It is intended primarily for use in testing.")
   (description "Net::CIDR::Lite merges IPv4 or IPv6 CIDR addresses.")
   (license license:gpl1+)))
 
-;; TODO: Use the geolite-mirror-simple.pl script from the example
-;; directory to stay current with the databases. How?
-(define-public perl-geo-ip
- (package
-  (name "perl-geo-ip")
-  (version "1.51")
-  (source
-    (origin
-      (method url-fetch)
-      (uri (string-append
-             "mirror://cpan/authors/id/M/MA/MAXMIND/Geo-IP-"
-             version
-             ".tar.gz"))
-      (sha256
-        (base32
-          "1fka8fr7fw6sh3xa9glhs1zjg3s2gfkhi7n7da1l2m2wblqj0c0n"))))
-  (build-system perl-build-system)
-  (home-page "https://metacpan.org/release/Geo-IP";)
-  (synopsis
-    "Look up location and network information by IP Address in Perl")
-  (description "The Perl module @code{Geo::IP}.  It looks up location and
-network information by IP Address.")
-  (license license:perl-license)))
-
 (define-public perl-io-socket-inet6
  (package
   (name "perl-io-socket-inet6")



reply via email to

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