[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_maxminddb/

2024-06-17 Thread Arthur Zamarin
commit: b9945b983850f28d4db0e03b7d4a4bb485511108
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun 17 08:47:07 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun 17 08:47:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9945b98

www-apache/mod_maxminddb: drop 1.2.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../mod_maxminddb/mod_maxminddb-1.2.0.ebuild   | 40 --
 1 file changed, 40 deletions(-)

diff --git a/www-apache/mod_maxminddb/mod_maxminddb-1.2.0.ebuild 
b/www-apache/mod_maxminddb/mod_maxminddb-1.2.0.ebuild
deleted file mode 100644
index d53a3e7151ef..
--- a/www-apache/mod_maxminddb/mod_maxminddb-1.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit apache-module autotools
-
-DESCRIPTION="MaxMind DB Apache Module"
-HOMEPAGE="https://maxmind.github.io/mod_maxminddb/;
-SRC_URI="https://github.com/maxmind/mod_maxminddb/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-libs/libmaxminddb:="
-RDEPEND="${DEPEND}"
-
-need_apache2_4
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_compile() {
-   # skipping this results in:
-   # Cannot load modules/mod_maxminddb.so into server:
-   # /usr/lib64/apache2/modules/mod_maxminddb.so: undefined symbol: 
MMDB_aget_value
-   # because mod_maxminddb.so is not linked with libmaxminddb
-   emake
-}
-
-src_install() {
-   APACHE2_MOD_CONF="70_${PN}"
-   APACHE2_MOD_DEFINE="MAXMINDDB"
-   APACHE_MODULESDIR="/usr/$(get_libdir)/apache2/modules"
-
-   apache-module_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_maxminddb/

2024-06-16 Thread Arthur Zamarin
commit: 70a72b50a8255e1f6c5916b07ec50266624e306c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun 17 04:24:07 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun 17 04:24:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a72b50

www-apache/mod_maxminddb: Stabilize 1.2.0-r1 x86, #934441

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-apache/mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild 
b/www-apache/mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild
index b069f7596e04..7a0e31e4cfc0 100644
--- a/www-apache/mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild
+++ b/www-apache/mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/maxmind/mod_maxminddb/releases/download/${PV}/${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-libs/libmaxminddb:="
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_maxminddb/

2024-06-16 Thread Arthur Zamarin
commit: d5ebfdd3f9c7f229c36c9864ba7060c5a008b64e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun 17 04:19:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun 17 04:19:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ebfdd3

www-apache/mod_maxminddb: Stabilize 1.2.0-r1 amd64, #934441

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-apache/mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild 
b/www-apache/mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild
index 5d627f1c3888..b069f7596e04 100644
--- a/www-apache/mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild
+++ b/www-apache/mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/maxmind/mod_maxminddb/releases/download/${PV}/${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="dev-libs/libmaxminddb:="
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_maxminddb/

2024-06-10 Thread Arthur Zamarin
commit: 168e95ae5d87c24ffb6a15ef6f0c7dc391b592c1
Author: Tomáš Mózes  gmail  com>
AuthorDate: Mon Jun 10 05:34:02 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun 10 19:38:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168e95ae

www-apache/mod_maxminddb: update EAPI 6 -> 8

Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild| 40 ++
 1 file changed, 40 insertions(+)

diff --git a/www-apache/mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild 
b/www-apache/mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild
new file mode 100644
index ..5d627f1c3888
--- /dev/null
+++ b/www-apache/mod_maxminddb/mod_maxminddb-1.2.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit apache-module autotools
+
+DESCRIPTION="MaxMind DB Apache Module"
+HOMEPAGE="https://maxmind.github.io/mod_maxminddb/;
+SRC_URI="https://github.com/maxmind/mod_maxminddb/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/libmaxminddb:="
+RDEPEND="${DEPEND}"
+
+need_apache2_4
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_compile() {
+   # skipping this results in:
+   # Cannot load modules/mod_maxminddb.so into server:
+   # /usr/lib64/apache2/modules/mod_maxminddb.so: undefined symbol: 
MMDB_aget_value
+   # because mod_maxminddb.so is not linked with libmaxminddb
+   emake
+}
+
+src_install() {
+   APACHE2_MOD_CONF="70_${PN}"
+   APACHE2_MOD_DEFINE="MAXMINDDB"
+   APACHE_MODULESDIR="/usr/$(get_libdir)/apache2/modules"
+
+   apache-module_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_maxminddb/

2022-06-05 Thread Joonas Niilola
commit: 18ff2509a07063bc6e952462af28dd442ddde62b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Jun  5 08:03:14 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun  5 08:08:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ff2509

www-apache/mod_maxminddb: update maintainers

Signed-off-by: Joonas Niilola  gentoo.org>

 www-apache/mod_maxminddb/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/www-apache/mod_maxminddb/metadata.xml 
b/www-apache/mod_maxminddb/metadata.xml
index 7e3aec64fef6..3dda7d12e6f7 100644
--- a/www-apache/mod_maxminddb/metadata.xml
+++ b/www-apache/mod_maxminddb/metadata.xml
@@ -5,6 +5,10 @@
hydrapo...@gmail.com
Tomáš Mózes

+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

maxmind/mod_maxminddb




[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_maxminddb/

2020-11-26 Thread Thomas Deutschmann
commit: 80ae93c76ffdd96efc14a48605a5eecf79434c32
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 26 23:29:20 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 26 23:31:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ae93c7

www-apache/mod_maxminddb: x86 stable (bug #755989)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-apache/mod_maxminddb/mod_maxminddb-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_maxminddb/mod_maxminddb-1.2.0.ebuild 
b/www-apache/mod_maxminddb/mod_maxminddb-1.2.0.ebuild
index c0d42244f01..1d6b4faf254 100644
--- a/www-apache/mod_maxminddb/mod_maxminddb-1.2.0.ebuild
+++ b/www-apache/mod_maxminddb/mod_maxminddb-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/maxmind/mod_maxminddb/releases/download/${PV}/${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DEPEND="dev-libs/libmaxminddb:="
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_maxminddb/, www-apache/mod_maxminddb/files/

2020-06-26 Thread Thomas Deutschmann
commit: 1df35586c28545e4f03a2f7153f8e81201711c8f
Author: Tomáš Mózes  gmail  com>
AuthorDate: Thu Apr 30 21:32:18 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jun 26 22:59:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df35586

www-apache/mod_maxminddb: add package

Apache module that allows to interact with maxminddb (geoip2).

Closes: https://bugs.gentoo.org/578062
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15584
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-apache/mod_maxminddb/Manifest  |  1 +
 .../mod_maxminddb/files/70_mod_maxminddb.conf  |  3 ++
 www-apache/mod_maxminddb/metadata.xml  | 15 
 .../mod_maxminddb/mod_maxminddb-1.2.0.ebuild   | 40 ++
 4 files changed, 59 insertions(+)

diff --git a/www-apache/mod_maxminddb/Manifest 
b/www-apache/mod_maxminddb/Manifest
new file mode 100644
index 000..1fe9bf451f6
--- /dev/null
+++ b/www-apache/mod_maxminddb/Manifest
@@ -0,0 +1 @@
+DIST mod_maxminddb-1.2.0.tar.gz 101465 BLAKE2B 
a0f9673560851726e7e85b3c6a5ef3e9004854e79a72bb14446bd68eec59ed8befb3bc27d7e7f031c69708ab54984c9f7537e5d55616be9f7ef1b92e2de61ccd
 SHA512 
739c3c9b136fd3ce784e0a81c82a26a188e7d07435c1381ba359b2e159a721d072cb04310f2ce2a38953a8918fec686025bac6c140048a1afc035c0b8e449483

diff --git a/www-apache/mod_maxminddb/files/70_mod_maxminddb.conf 
b/www-apache/mod_maxminddb/files/70_mod_maxminddb.conf
new file mode 100644
index 000..80d1ba92f10
--- /dev/null
+++ b/www-apache/mod_maxminddb/files/70_mod_maxminddb.conf
@@ -0,0 +1,3 @@
+
+   LoadModule maxminddb_module modules/mod_maxminddb.so
+

diff --git a/www-apache/mod_maxminddb/metadata.xml 
b/www-apache/mod_maxminddb/metadata.xml
new file mode 100644
index 000..a8e20b70aaf
--- /dev/null
+++ b/www-apache/mod_maxminddb/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hydrapo...@gmail.com
+   Tomáš Mózes
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   maxmind/mod_maxminddb
+   
+

diff --git a/www-apache/mod_maxminddb/mod_maxminddb-1.2.0.ebuild 
b/www-apache/mod_maxminddb/mod_maxminddb-1.2.0.ebuild
new file mode 100644
index 000..c0d42244f01
--- /dev/null
+++ b/www-apache/mod_maxminddb/mod_maxminddb-1.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit apache-module autotools
+
+DESCRIPTION="MaxMind DB Apache Module"
+HOMEPAGE="https://maxmind.github.io/mod_maxminddb/;
+SRC_URI="https://github.com/maxmind/mod_maxminddb/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/libmaxminddb:="
+RDEPEND="${DEPEND}"
+
+need_apache2_4
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_compile() {
+   # skipping this results in:
+   # Cannot load modules/mod_maxminddb.so into server:
+   # /usr/lib64/apache2/modules/mod_maxminddb.so: undefined symbol: 
MMDB_aget_value
+   # because mod_maxminddb.so is not linked with libmaxminddb
+   emake
+}
+
+src_install() {
+   APACHE2_MOD_CONF="70_${PN}"
+   APACHE2_MOD_DEFINE="MAXMINDDB"
+   APACHE_MODULESDIR="/usr/$(get_libdir)/apache2/modules"
+
+   apache-module_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_maxminddb/

2020-06-26 Thread Thomas Deutschmann
commit: 8061566c2b98693981b5dd2944dde49fa69ee9ec
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jun 26 22:44:47 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jun 26 22:59:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8061566c

www-apache/mod_maxminddb: add myself as proxy

...p-m doesn't accept new packages anymore.

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-apache/mod_maxminddb/metadata.xml | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www-apache/mod_maxminddb/metadata.xml 
b/www-apache/mod_maxminddb/metadata.xml
index a8e20b70aaf..16b10cec63e 100644
--- a/www-apache/mod_maxminddb/metadata.xml
+++ b/www-apache/mod_maxminddb/metadata.xml
@@ -5,9 +5,10 @@
hydrapo...@gmail.com
Tomáš Mózes

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
+   
+   whi...@gentoo.org
+   Thomas Deutschmann
+   Proxy


maxmind/mod_maxminddb