Added ebuild for pecl-geoip that sould be compatible with PHP 7

Package-Manager: portage-2.2.28
This commit is contained in:
Manuel Friedli 2016-06-07 11:23:42 +02:00
parent 38f050a3b1
commit 48b066fef9
4 changed files with 19 additions and 35 deletions

View file

@ -1,31 +1,3 @@
Index: trunk/package.xml
===================================================================
--- trunk/package.xml (revision 333461)
+++ trunk/package.xml (revision 337409)
@@ -18,7 +18,7 @@
<date>2014-05-01</date>
<time>14:44:56</time>
<version>
- <release>1.1.0</release>
+ <release>1.1.1-dev</release>
<api>1.0.3</api>
</version>
<stability>
@@ -26,13 +26,7 @@
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
- <notes>* Add geoip_setup_custom_directory() to setup custom directories per request.
-* Remove E_NOTICES for IPs not found in database.
-* Fix a segfault with geoip_db_get_all_info() on newer libs (bug #64692).
-* Add support for geoip_netspeedcell_by_name(), geoip_asnum_by_name() and geoip_domain_by_name() (bug #67121).
-* Fix memory leak with custom directories (bug #67138).
-* Support changing custom directory via ini_set() (bug #61607).
- </notes>
+ <notes>* </notes>
<contents>
<dir name="/">
<dir name="tests">
Index: trunk/geoip.def
===================================================================
--- trunk/geoip.def (revision 333461)