all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45372] [PATCH 0/1] Fix 29485: package broken since ever
@ 2020-12-22 16:58 zimoun
  2020-12-22 17:01 ` [bug#45372] [PATCH 1/1] gnu: perl-geo-ip: Remove zimoun
  0 siblings, 1 reply; 2+ messages in thread
From: zimoun @ 2020-12-22 16:58 UTC (permalink / raw)
  To: 45372

Dear,

This patch is to close bug#29485, reported since more than 3 years.

   <http://issues.guix.gnu.org/issue/29485>


Quoting:

On Tue, 28 Nov 2017 at 15:41, ng0 <ng0@n0.is> wrote:

  However this is not really a problem unless you are on GuixSD.
  As we do not package the DB of MaxDB (yet) you'll need for this, it's
  not a problem. I'm filing this bug to remind myself to fix Geo::IP once
  I have revisited the discussion we had about the DB a while back.


On Thu, 03 Dec 2020 at 01:34, zimoun <zimon.toutoune@gmail.com> wrote:

  It is a problem and the package is broken.  I am assuming this package
  is not used so I am proposing to simply remove it.  Otherwise, the
  database should be also packaged, else it appears to me meaningless.


On Thu, 03 Dec 2020 at 01:08, Leo Famulari <leo@famulari.name> wrote:

  Removal sounds good to me.

If the package is working for someone, we will know. :-)

All the best,
simon


zimoun (1):
  gnu: perl-geo-ip: Remove.

 gnu/packages/networking.scm | 24 ------------------------
 1 file changed, 24 deletions(-)


base-commit: aa6d4371d5f8413fe471ae820475b47adb869b28
-- 
2.29.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [bug#45372] [PATCH 1/1] gnu: perl-geo-ip: Remove.
  2020-12-22 16:58 [bug#45372] [PATCH 0/1] Fix 29485: package broken since ever zimoun
@ 2020-12-22 17:01 ` zimoun
  0 siblings, 0 replies; 2+ messages in thread
From: zimoun @ 2020-12-22 17:01 UTC (permalink / raw)
  To: 45372

Fixes <https://bugs.gnu.org/29485>.

* gnu/packages/networking.scm (perl-geo-ip): Remove variable.
---
 gnu/packages/networking.scm | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index d3f47da163..ff1de3a0cb 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")
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-22 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-22 16:58 [bug#45372] [PATCH 0/1] Fix 29485: package broken since ever zimoun
2020-12-22 17:01 ` [bug#45372] [PATCH 1/1] gnu: perl-geo-ip: Remove zimoun

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.