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 153231382C5 for ; Thu, 7 Jan 2021 01:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19463E08F4; Thu, 7 Jan 2021 01:35:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 02FECE08CD for ; Thu, 7 Jan 2021 01:35:36 +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 B12F83409D8 for ; Thu, 7 Jan 2021 01:35:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C31A48E for ; Thu, 7 Jan 2021 01:35:34 +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: <1609983205.4a4e58cd2b9afd8e1281abeb4d2c5cce18ec1e13.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.5.0-r1.ebuild dev-libs/libmaxminddb/libmaxminddb-1.5.0.ebuild X-VCS-Directories: dev-libs/libmaxminddb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4a4e58cd2b9afd8e1281abeb4d2c5cce18ec1e13 X-VCS-Branch: master Date: Thu, 7 Jan 2021 01:35:34 +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: 6148061f-a1b0-471a-acc2-4837632c8969 X-Archives-Hash: 71d38a012c831e8b40b637bff02ad44a commit: 4a4e58cd2b9afd8e1281abeb4d2c5cce18ec1e13 Author: Ionen Wolkens gmail com> AuthorDate: Thu Jan 7 00:19:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 7 01:33:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4e58cd dev-libs/libmaxminddb: revert to autoconf, add test dep cmake build is incomplete (lacks man pages, pkgconfig, .so.0 symlink) Closes: https://bugs.gentoo.org/764167 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Ionen Wolkens gmail.com> Signed-off-by: Sam James gentoo.org> dev-libs/libmaxminddb/Manifest | 1 - ...b-1.5.0.ebuild => libmaxminddb-1.5.0-r1.ebuild} | 22 ++++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/dev-libs/libmaxminddb/Manifest b/dev-libs/libmaxminddb/Manifest index 7e4e6a3fe44..099eafa997e 100644 --- a/dev-libs/libmaxminddb/Manifest +++ b/dev-libs/libmaxminddb/Manifest @@ -1,3 +1,2 @@ DIST libmaxminddb-1.4.3.tar.gz 602272 BLAKE2B 2974d7268201a906c1c478ee36d4ef61e5f7483fd4f91bfcc5bf92f5bc698e8dd9eef256cceeb8c3217054481827d6fbf075f479e76c6506cc1f31d707a7d9dd SHA512 7fd97678ea6ca41cc4530864276b0233acbb16208571dc4694902943b3aa7e97c683c5676ea3f2de948c67aebd083f5d073b9ae36b7e89059c17f797ffddf65e -DIST libmaxminddb-1.5.0-test-data.tar.gz 244033 BLAKE2B b4d138ef8eb4b8eb78fcc42bf99eccb0336736ce27a8c639458b2f089d5fb6cbeb429860eae35333672ec7f9073db3843461f6470574035d9f7dc115e0ee3c26 SHA512 0c0773dde72e37955239e1f160ad22f60779e4752a10e0df0ab7697b7ca6df83547a85bc440e6643867055db0bbcbc9bbbf056e66fc688d24eb09ee1a1688c73 DIST libmaxminddb-1.5.0.tar.gz 603923 BLAKE2B 07c18f759a2d437d95be513d6dc3aaddd5dcd6f7201fdd7eba0f035c5a3221344f1e5e44253c0efdc2690cfffc5cecdaa9befed8d69f6f0ebd33588b3805443d SHA512 68c769f247156869b84a8ad0f9deec3cb79d39c0a6b8f1458461c223b9cf9967dd9d697ff4e92ac28216ef9e9f5a94908e03f76a5f70ab17636b163c17d2d432 diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.5.0.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.5.0-r1.ebuild similarity index 58% rename from dev-libs/libmaxminddb/libmaxminddb-1.5.0.ebuild rename to dev-libs/libmaxminddb/libmaxminddb-1.5.0-r1.ebuild index ef1cc58dee2..45742bc23d7 100644 --- a/dev-libs/libmaxminddb/libmaxminddb-1.5.0.ebuild +++ b/dev-libs/libmaxminddb/libmaxminddb-1.5.0-r1.ebuild @@ -3,28 +3,30 @@ EAPI=7 -inherit cmake +inherit toolchain-funcs -TEST_COMMIT="39431da7fb6834c0cbe0c70a81074e65299dece7" 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" -SRC_URI+=" test? ( https://github.com/maxmind/MaxMind-DB/archive/${TEST_COMMIT}.tar.gz -> ${P}-test-data.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" -# Out of date test data shipped -RESTRICT="test" +RESTRICT="!test? ( test )" + +DEPEND=" + test? ( dev-perl/IPC-Run3 ) +" DOCS=( Changes.md ) src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=ON - -DBUILD_TESTING=$(usex test) - ) + econf --disable-static + tc-export AR CC +} - cmake_src_configure +src_install() { + default + find "${ED}" -name '*.la' -delete || die }