summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-06-17 11:47:07 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-17 11:47:23 +0300
commitb9945b983850f28d4db0e03b7d4a4bb485511108 (patch)
tree9a099a864ec7f2a9c079f1da665d5226d7f148f8 /www-apache
parentwww-apache/mod_authz_unixgroup: drop 1.1.0 (diff)
downloadgentoo-b9945b983850f28d4db0e03b7d4a4bb485511108.tar.gz
gentoo-b9945b983850f28d4db0e03b7d4a4bb485511108.tar.bz2
gentoo-b9945b983850f28d4db0e03b7d4a4bb485511108.zip
www-apache/mod_maxminddb: drop 1.2.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_maxminddb/mod_maxminddb-1.2.0.ebuild40
1 files changed, 0 insertions, 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..000000000000
--- 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
-}