From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1092C13835A for ; Mon, 3 May 2021 16:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36E61E07D8; Mon, 3 May 2021 16:49:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BAA6E07D8 for ; Mon, 3 May 2021 16:49:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7F28340B28 for ; Mon, 3 May 2021 16:49:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FCAF73D for ; Mon, 3 May 2021 16:49:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620060539.719992ad9fd6aa101532cb4c35c8bc9cd5842847.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmaxminddb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmaxminddb/Manifest dev-libs/libmaxminddb/libmaxminddb-1.6.0.ebuild X-VCS-Directories: dev-libs/libmaxminddb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 719992ad9fd6aa101532cb4c35c8bc9cd5842847 X-VCS-Branch: master Date: Mon, 3 May 2021 16:49:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 61b176a9-956d-49f3-9cc4-9c740e79555c X-Archives-Hash: 9bd7bcb74d73874e9a9e7da2b4916e56 commit: 719992ad9fd6aa101532cb4c35c8bc9cd5842847 Author: Sam James gentoo org> AuthorDate: Sun May 2 07:13:40 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 3 16:48:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719992ad dev-libs/libmaxminddb: add 1.6.0 Signed-off-by: Sam James gentoo.org> dev-libs/libmaxminddb/Manifest | 1 + dev-libs/libmaxminddb/libmaxminddb-1.6.0.ebuild | 30 +++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-libs/libmaxminddb/Manifest b/dev-libs/libmaxminddb/Manifest index 19a3790a6fd..31ff0e0a0e9 100644 --- a/dev-libs/libmaxminddb/Manifest +++ b/dev-libs/libmaxminddb/Manifest @@ -1 +1,2 @@ DIST libmaxminddb-1.5.2.tar.gz 604683 BLAKE2B 4dea7413be59169104adf3dc5dfe3e4f3bdb4639bbb4a0c6365d93216e279d505f01e32f737bf66d9f5b98f65f3eaefa46f630458bd6032a32be8c74acf12a1b SHA512 074ef6b62a74cede7be332eaeff5aa7442f43de92d39ea65b38430f0e1b65a5515f4343894ca5c28a7d50181eaec44e8db7083461b9e12e7014d2d1e0ff033b8 +DIST libmaxminddb-1.6.0.tar.gz 605099 BLAKE2B 6868e42b8a166d75f6fa3a1da0fc2bd47a381ff960496ec9348b88c72b1bae180e3c0ce8989149e60d7d9c795d6baedb8e9d984098914064db985f2d201983c2 SHA512 9394e8dd959982d4ef5d15a928d32700722ed9d6c9988d9cc1bf2f4e67de0a53cc6987e90aaef3a6926c9ff36ac378f7a1fe47818fda4f5a3a22539210b2d004 diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.6.0.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.6.0.ebuild new file mode 100644 index 00000000000..c0672dead58 --- /dev/null +++ b/dev-libs/libmaxminddb/libmaxminddb-1.6.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="C library for the MaxMind DB file format" +HOMEPAGE="https://github.com/maxmind/libmaxminddb" +SRC_URI="https://github.com/maxmind/libmaxminddb/releases/download/${PV}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/0.0.7" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND="test? ( dev-perl/IPC-Run3 )" + +DOCS=( Changes.md ) + +src_configure() { + econf --disable-static + tc-export AR CC +} + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +}