From b7070ae452fc9a362b5a699e5697b4d2483f6b9c Mon Sep 17 00:00:00 2001
From: Till Maas <opensou...@till.name>
Date: Wed, 18 May 2016 23:31:44 +0200
Subject: 2016-05-18: Retired orphaned package, because it was orphaned for
 more than six weeks.

---
 .gitignore                            |  1 -
 Geo-IP-1.28-example.diff              |  8 ---
 Geo-IP-1.28-yahoo-namelookuptest.diff | 16 ------
 dead.package                          |  3 ++
 perl-Geo-IP.spec                      | 98 -----------------------------------
 sources                               |  1 -
 6 files changed, 3 insertions(+), 124 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 Geo-IP-1.28-example.diff
 delete mode 100644 Geo-IP-1.28-yahoo-namelookuptest.diff
 create mode 100644 dead.package
 delete mode 100644 perl-Geo-IP.spec
 delete mode 100644 sources

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 420852e..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-Geo-IP-1.28.tar.gz
diff --git a/Geo-IP-1.28-example.diff b/Geo-IP-1.28-example.diff
deleted file mode 100644
index 2f77781..0000000
--- a/Geo-IP-1.28-example.diff
+++ /dev/null
@@ -1,8 +0,0 @@
---- example/netspeed.pl.orig   2007-08-26 10:16:09.000000000 +1000
-+++ example/netspeed.pl        2007-08-26 10:16:24.000000000 +1000
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- 
- use Geo::IP;
- 
diff --git a/Geo-IP-1.28-yahoo-namelookuptest.diff 
b/Geo-IP-1.28-yahoo-namelookuptest.diff
deleted file mode 100644
index 0666aca..0000000
--- a/Geo-IP-1.28-yahoo-namelookuptest.diff
+++ /dev/null
@@ -1,16 +0,0 @@
---- t/2_namelookup.t.orig      2007-08-26 10:01:11.000000000 +1000
-+++ t/2_namelookup.t   2007-08-26 10:01:30.000000000 +1000
-@@ -5,7 +5,7 @@
- 
- $^W = 1;
- 
--BEGIN { plan tests => 11 }
-+BEGIN { plan tests => 10 }
- 
- use Geo::IP;
- 
-@@ -29,4 +29,3 @@
- 194.244.83.2  IT
- 203.15.106.23 AU
- 196.31.1.1    ZA
--yahoo.com     US
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..366ec3e
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,3 @@
+2016-05-18: Retired orphaned package, because it was orphaned for
+more than six weeks.
+
diff --git a/perl-Geo-IP.spec b/perl-Geo-IP.spec
deleted file mode 100644
index 6df4cc7..0000000
--- a/perl-Geo-IP.spec
+++ /dev/null
@@ -1,98 +0,0 @@
-Name:  perl-Geo-IP
-Version: 1.28
-Release: 3%{?dist}
-Summary: Efficient Perl bindings for the GeoIP location database       
-
-Group: Development/Libraries
-License: GPL+ or Artistic
-URL: http://search.cpan.org/dist/Geo-IP/            
-Source0: http://www.cpan.org/authors/id/T/TJ/TJMATHER/Geo-IP-%{version}.tar.gz 
  
-Patch0: Geo-IP-1.28-yahoo-namelookuptest.diff
-Patch1:        Geo-IP-1.28-example.diff
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: GeoIP-devel perl(ExtUtils::MakeMaker)
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-%description
-This package contains Perl bindings for the GeoIP IP/hostname to
-country/location/organization database.
-
-This package requires Maxmind's GeoIP libraries but is often faster than other,
-similar modules.  
-
-%prep
-%setup -q -n Geo-IP-%{version}
-
-%patch0 -p0 -b .namelookup
-%patch1 -p0
-
-%build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
-make %{?_smp_mflags}
-# Avoid uneeded dependencies in the docs.
-find example/ -type f | xargs chmod -x
-
-%check
-make test
-
-%install
-rm -rf %{buildroot}
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
-
-%clean
-rm -rf %{buildroot}
-
-
-%files
-%defattr(-,root,root,-)
-%doc Changes INSTALL example
-%{perl_vendorarch}/Geo
-%{perl_vendorarch}/auto/Geo
-%{_mandir}/man3/Geo::IP*.3*
-%{_mandir}/man3/Geo::Mirror.3*
-
-%changelog
-* Mon Sep 3 2007 Michael Fleming <mfleming+...@enlartenment.com> 1.28-4
-- Fix %%patch invocation to help avoid a bogus interpreter issue
-- First build for Extras
-
-* Sun Aug 26 2007 Michael Fleming <mfleming+...@enlartenment.com> 1.28-3
-- Actually apply the patch :-)
-- Apply consistency in macro usage
-- Remove explicit GeoIP dependency as it should be pulled in automagically
-- Patch to example/netspeed to avoid bogus interpreter
-- Update License to match current Fedora guidelines.
-
-* Fri Jul 20 2007 Michael Fleming <mfleming+...@enlartenment.com> 1.28-2
-- Patch out mysterious and ephemeral test failure
-
-* Sun Jul 8 2007 Michael Fleming <mfleming+...@enlartenment.com> 1.28-1
-- Update to 1.28
-
-* Sun Jun 17 2007 Michael Fleming <mfleming+...@enlartenment.com> 1.27-4.mf
-- New URLs
-- Fix MakeMaker build requirement
-- Include test suite check
-- Add examples directory in documentation
-
-* Sat Nov 4 2006 Michael Fleming <mfleming+...@enlartenment.com> 1.27-3.mf
-- Fix version tag to go with my conventions
-- Bump for FC6
-
-* Sun Feb 19 2006 Michael Fleming <mfleming+...@enlartenment.com> 1.27-2
-- Spin a version for Extras, removing the braindamage from my previous
-  releases.
-
-* Fri Sep 9 2005 mflem...@enlartenment.com - 1.27-1.fc4.mf
-- 1.27
-
-* Wed Aug 3 2005 mflem...@enlartenment.com - 1.26-2.fc4.mf
-- Rebuilt against new geoip version
-
-* Sun Jun 12 2005 mflem...@enlartenment.com - 1.26-1.fc4.mf
-- Initial release
-
diff --git a/sources b/sources
deleted file mode 100644
index 6daea51..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-6a7e6ff4d238f807f30577bd23702002  Geo-IP-1.28.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Geo-IP.git/commit/?h=el5&id=b7070ae452fc9a362b5a699e5697b4d2483f6b9c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to