summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-php/maxmind-db-reader: Stabilize 1.11.1 amd64, #931244Sam James8 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-php/maxmind-db-reader: add 1.11.1, drop 1.11.0Michael Orlitzky2024-02-082-2/+2
| | | | | Closes: https://bugs.gentoo.org/923830 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-php/maxmind-db-reader: cleanup php8-0Sam James2024-01-181-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove USE=php_targets_php7-4David Seifert2023-09-151-1/+1
| | | | | Closes: https://github.com/gentoo/gentoo/pull/32762 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-php/maxmind-db-reader: Keyword ~x86Brian Evans2022-07-181-1/+1
| | | | | Tested-by: Matthias Hanft <gentoo-bugzilla@hanft.de> Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/maxmind-db-reader: Drop oldBrian Evans2022-03-173-158/+0
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/maxmind-db-reader: Version bump for 1.11.0Brian Evans2022-03-172-0/+79
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/maxmind-db-reader: Version bump for 1.10.1Brian Evans2021-09-292-0/+79
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-php/maxmind-db-reader: Drop oldBrian Evans2021-01-212-79/+0
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-222-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-php/maxmind-db-reader: Version bump for 1.6.0Brian Evans2020-02-212-0/+79
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-php/maxmind-db-reader: [QA] Fix VariableInHomepageDavid Seifert2020-02-081-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-php/maxmind-db-reader: add myself as maintainer.Michael Orlitzky2020-01-211-0/+4
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-php/maxmind-db-reader: Fix SRC_URI; Drop 7-0; RESTRICT on USE testBrian Evans2019-08-161-2/+3
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/maxmind-db-reader: Drop oldBrian Evans2019-08-164-161/+0
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/maxmind-db-reader: bump to v1.4.1Thomas Deutschmann2019-06-072-0/+78
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/maxmind-db-reader: Version bump to 1.3.0Brian Evans2018-04-102-0/+78
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-php/maxmind-db-reader: Remove src_unpack as changes to eclass make it ↵Brian Evans2018-03-211-10/+1
| | | | obsolete
* dev-php/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-php/maxmind-db-reader: new PHP interface to the MaxMind databases.Michael Orlitzky2017-11-054-0/+108
Add the new (Composer-based) PHP interface to the MaxMind binary database format. This lets you query the newer "mmdb" files directly, from PHP code. There is an optional C extension that can be built with USE=extension, and which ostensibly (but I have not tested this) improves performance through the use of dev-libs/libmaxminddb. Thanks to Steffen Weber for the initial ebuild. Reported-by: Steffen Weber Closes: https://bugs.gentoo.org/511088 Package-Manager: Portage-2.3.8, Repoman-2.3.3