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 20435138359 for ; Mon, 31 Aug 2020 13:48:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51D01E09DB; Mon, 31 Aug 2020 13:48:17 +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 39597E09DB for ; Mon, 31 Aug 2020 13:48:17 +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 E8B77340DBE for ; Mon, 31 Aug 2020 13:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74FDA32D for ; Mon, 31 Aug 2020 13:48:13 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1598881626.4acf6d2d828da2b3941d34ba7bd30986a7487105.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-2.6.2.ebuild media-gfx/darktable/metadata.xml X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 4acf6d2d828da2b3941d34ba7bd30986a7487105 X-VCS-Branch: master Date: Mon, 31 Aug 2020 13:48: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: 22b830b9-79ab-46f2-b36d-214fe0cfe7ea X-Archives-Hash: 2f8086df2dcba22d3a127a7a2d39417c commit: 4acf6d2d828da2b3941d34ba7bd30986a7487105 Author: Marek Szuba gentoo org> AuthorDate: Mon Aug 31 13:42:32 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Aug 31 13:47:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4acf6d2d media-gfx/darktable-2.6.2: drop USE=pax_kernel support 2.6.2 isn't going anywhere for now because it's the last version supporting x86, therefore remove (deprecated) PaX support from this version as well. Signed-off-by: Marek Szuba gentoo.org> media-gfx/darktable/darktable-2.6.2.ebuild | 15 +++------------ media-gfx/darktable/metadata.xml | 1 - 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/media-gfx/darktable/darktable-2.6.2.ebuild b/media-gfx/darktable/darktable-2.6.2.ebuild index ee670e71838..394e2f5295a 100644 --- a/media-gfx/darktable/darktable-2.6.2.ebuild +++ b/media-gfx/darktable/darktable-2.6.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake flag-o-matic pax-utils toolchain-funcs xdg +inherit cmake flag-o-matic toolchain-funcs xdg DOC_PV="2.6.0" MY_PV="${PV/_/}" @@ -21,7 +21,7 @@ KEYWORDS="amd64 x86" LANGS=" ca cs de es fi fr hu ja nb nl pl pt-BR ru sl" # TODO add lua once dev-lang/lua-5.2 is unmasked IUSE="colord cups cpu_flags_x86_sse3 doc flickr geolocation gnome-keyring gphoto2 graphicsmagick jpeg2k kwallet -nls opencl openmp openexr pax_kernel webp +nls opencl openmp openexr webp ${LANGS// / l10n_}" BDEPEND=" @@ -123,15 +123,6 @@ src_install() { fi done fi - - if use pax_kernel && use opencl ; then - pax-mark Cm "${ED}"/usr/bin/${PN} || die - eqawarn "USE=pax_kernel is set meaning that ${PN} will be run" - eqawarn "under a PaX enabled kernel. To do so, the ${PN} binary" - eqawarn "must be modified and this *may* lead to breakage! If" - eqawarn "you suspect that ${PN} is broken by this modification," - eqawarn "please open a bug." - fi } pkg_postinst() { diff --git a/media-gfx/darktable/metadata.xml b/media-gfx/darktable/metadata.xml index 08c6f2bb31f..63e4e905d37 100644 --- a/media-gfx/darktable/metadata.xml +++ b/media-gfx/darktable/metadata.xml @@ -15,7 +15,6 @@ Enable encrypted storage of passwords with kde-frameworks/kwallet Enable link-time optimisations in the RawSpeed library Enable opencl support - Triggers paxmarking of main darktable binary Install tools for generating base curves and noise profiles