summaryrefslogtreecommitdiff
path: root/dev-php/maxmind-db-reader
AgeCommit message (Collapse)Author
2026-01-14dev-php/maxmind-db-reader: keyword 1.13.1 for ~riscvMichael Orlitzky
Closes: https://github.com/gentoo/gentoo/pull/45362 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2026-01-14dev-php/maxmind-db-reader: add 1.13.1Anthony Ryan
Closes: https://bugs.gentoo.org/967979 Signed-off-by: Anthony Ryan <anthonyryan1@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2025-07-13*/*: remove reference to php8.1Bertrand Jacquin
php 8.1 is no longer part of portage tree since 2025-03-17 via e8ed8932868769feef9cdd284e84e878c7bb8a26. Bug: https://bugs.gentoo.org/959495 Signed-off-by: Bertrand Jacquin <bertrand@jacquin.bzh> Part-of: https://github.com/gentoo/gentoo/pull/42868 Signed-off-by: Sam James <sam@gentoo.org>
2024-05-05dev-php/maxmind-db-reader: Stabilize 1.11.1 amd64, #931244Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-02-08dev-php/maxmind-db-reader: add 1.11.1, drop 1.11.0Michael Orlitzky
Closes: https://bugs.gentoo.org/923830 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2024-01-18dev-php/maxmind-db-reader: cleanup php8-0Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-09-15*/*: remove USE=php_targets_php7-4David Seifert
Closes: https://github.com/gentoo/gentoo/pull/32762 Signed-off-by: David Seifert <soap@gentoo.org>
2022-07-18dev-php/maxmind-db-reader: Keyword ~x86Brian Evans
Tested-by: Matthias Hanft <gentoo-bugzilla@hanft.de> Signed-off-by: Brian Evans <grknight@gentoo.org>
2022-03-17dev-php/maxmind-db-reader: Drop oldBrian Evans
Signed-off-by: Brian Evans <grknight@gentoo.org>
2022-03-17dev-php/maxmind-db-reader: Version bump for 1.11.0Brian Evans
Signed-off-by: Brian Evans <grknight@gentoo.org>
2021-09-29dev-php/maxmind-db-reader: Version bump for 1.10.1Brian Evans
Signed-off-by: Brian Evans <grknight@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-03-16*/*: Normalize metadata.xml filesMichał Górny
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>
2021-01-21dev-php/maxmind-db-reader: Drop oldBrian Evans
Signed-off-by: Brian Evans <grknight@gentoo.org>
2020-02-22*/*: [QA] Use consistent function definition formattingDavid Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2020-02-21dev-php/maxmind-db-reader: Version bump for 1.6.0Brian Evans
Signed-off-by: Brian Evans <grknight@gentoo.org>
2020-02-11*/*: Bump copyright on files touched this yearMichał Górny
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>
2020-02-08dev-php/maxmind-db-reader: [QA] Fix VariableInHomepageDavid Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2020-01-21dev-php/maxmind-db-reader: add myself as maintainer.Michael Orlitzky
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2019-08-16dev-php/maxmind-db-reader: Fix SRC_URI; Drop 7-0; RESTRICT on USE testBrian Evans
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
2019-08-16dev-php/maxmind-db-reader: Drop oldBrian Evans
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
2019-06-07dev-php/maxmind-db-reader: bump to v1.4.1Thomas Deutschmann
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2018-04-10dev-php/maxmind-db-reader: Version bump to 1.3.0Brian Evans
Package-Manager: Portage-2.3.28, Repoman-2.3.9
2018-03-21dev-php/maxmind-db-reader: Remove src_unpack as changes to eclass make it ↵Brian Evans
obsolete
2017-12-09dev-php/*: Update Manifest hashesMichał Górny
2017-11-05dev-php/maxmind-db-reader: new PHP interface to the MaxMind databases.Michael Orlitzky
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