Diff geoip-1.6.12 with a geoip-1.6.12-r1
| /usr/portage/dev-libs/geoip/geoip-1.6.12-r1.ebuild 2025-07-29 16:22:13.156450471 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2021 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=7 |
| ... | ... | |
| 13 | 13 |
# GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db |
| 14 | 14 |
LICENSE="LGPL-2.1 GPL-2 MaxMind2" |
| 15 | 15 |
SLOT="0" |
| 16 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" |
|
| 16 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" |
|
| 17 | 17 |
IUSE="static-libs" |
| 18 |
RESTRICT="test" |
|
| 18 |
#RESTRICT="test" |
|
| 19 | 19 | |
| 20 | 20 |
DEPEND="net-misc/wget" |
| 21 | 21 |
RDEPEND="${DEPEND}"
|
| ... | ... | |
| 27 | 27 | |
| 28 | 28 |
src_configure() {
|
| 29 | 29 |
econf $(use_enable static-libs static) |
| 30 |
sed -e "s|@PREFIX@|${EPREFIX}|g" "${FILESDIR}"/geoipupdate-r6.sh > geoipupdate.sh || die
|
|
| 30 |
sed -e "s|@PREFIX@|${EPREFIX}|g" "${FILESDIR}"/geoipupdate-r7.sh > geoipupdate.sh || die
|
|
| 31 | 31 |
} |
| 32 | 32 | |
| 33 | 33 |
src_install() {
|