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 E9E711382C5 for ; Tue, 5 Jan 2021 23:44:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9BA5E087B; Tue, 5 Jan 2021 23:44:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 77F08E087A for ; Tue, 5 Jan 2021 23:44:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 25E40340E91 for ; Tue, 5 Jan 2021 23:44:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C0FA487 for ; Tue, 5 Jan 2021 23:44:27 +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: <1609890262.f3289db827ce28f6ddc2e6378118218eb7070a65.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qhull/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/qhull/qhull-2015.2.ebuild media-libs/qhull/qhull-2020.2-r1.ebuild media-libs/qhull/qhull-2020.2.ebuild X-VCS-Directories: media-libs/qhull/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f3289db827ce28f6ddc2e6378118218eb7070a65 X-VCS-Branch: master Date: Tue, 5 Jan 2021 23:44:27 +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: cc9a43e0-c209-45e0-a974-812ec006339e X-Archives-Hash: 93d8bd3073db3c11ff167cff2ba8b0d5 commit: f3289db827ce28f6ddc2e6378118218eb7070a65 Author: Sam James gentoo org> AuthorDate: Tue Jan 5 23:35:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 5 23:44:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3289db8 media-libs/qhull: various fixes * Drop static-libs * Expose subslot (and revbump) which changed Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> media-libs/qhull/qhull-2015.2.ebuild | 4 ++-- .../qhull/{qhull-2020.2.ebuild => qhull-2020.2-r1.ebuild} | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/media-libs/qhull/qhull-2015.2.ebuild b/media-libs/qhull/qhull-2015.2.ebuild index 4539170beac..ba369993be4 100644 --- a/media-libs/qhull/qhull-2015.2.ebuild +++ b/media-libs/qhull/qhull-2015.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DESCRIPTION="Geometry library" HOMEPAGE="http://www.qhull.org" SRC_URI="http://www.qhull.org/download/${PN}-2015-src-7.2.0.tgz -> ${P}.tar.gz" -SLOT="0" +SLOT="0/7" LICENSE="BSD" KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc static-libs" diff --git a/media-libs/qhull/qhull-2020.2.ebuild b/media-libs/qhull/qhull-2020.2-r1.ebuild similarity index 82% rename from media-libs/qhull/qhull-2020.2.ebuild rename to media-libs/qhull/qhull-2020.2-r1.ebuild index 31da6061ee1..63124afc11d 100644 --- a/media-libs/qhull/qhull-2020.2.ebuild +++ b/media-libs/qhull/qhull-2020.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,10 +9,10 @@ DESCRIPTION="Geometry library" HOMEPAGE="http://www.qhull.org" SRC_URI="https://github.com/qhull/qhull/archive/${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" +SLOT="0/8" LICENSE="BSD" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="doc static-libs" +IUSE="doc" DOCS=( Announce.txt File_id.diz README.txt REGISTER.txt ) @@ -28,12 +28,12 @@ src_prepare() { } src_configure() { - CMAKE_BUILD_TYPE=Release - - mycmakeargs+=( - -DBUILD_STATIC_LIBS=$(usex static-libs) + local mycmakeargs=( + -DBUILD_STATIC_LIBS=OFF + -DLINK_APPS_SHARED=ON -DDOC_INSTALL_DIR="${EPREFIX}"/usr/share/doc/${PF} -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)" ) + cmake_src_configure }