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 33F201382C5 for ; Thu, 18 Jun 2020 16:51:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52A70E0849; Thu, 18 Jun 2020 16:51:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2B30AE0849 for ; Thu, 18 Jun 2020 16:51:09 +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 A268534F3C2 for ; Thu, 18 Jun 2020 16:51:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 134B7175 for ; Thu, 18 Jun 2020 16:51:06 +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: <1592499058.4f947db8652553203ca53afbba5e2baaf631cbea.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-3.0.2-r1.ebuild media-gfx/darktable/darktable-3.0.2.ebuild media-gfx/darktable/darktable-9999.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 4f947db8652553203ca53afbba5e2baaf631cbea X-VCS-Branch: master Date: Thu, 18 Jun 2020 16:51:06 +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: 293730c1-a6c1-4ab6-abae-4e5ae7c3e23e X-Archives-Hash: 377d3e54dc80ad1f335c2d4814fbe72a commit: 4f947db8652553203ca53afbba5e2baaf631cbea Author: Marek Szuba gentoo org> AuthorDate: Thu Jun 18 16:49:06 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Jun 18 16:50:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f947db8 media-gfx/darktable: remove IUSE=pax_kernel from all except 2.6.2 We have got no way of officially testing whether these markings still work. Signed-off-by: Marek Szuba gentoo.org> media-gfx/darktable/darktable-3.0.2-r1.ebuild | 13 ++----------- media-gfx/darktable/darktable-3.0.2.ebuild | 13 ++----------- media-gfx/darktable/darktable-9999.ebuild | 13 ++----------- 3 files changed, 6 insertions(+), 33 deletions(-) diff --git a/media-gfx/darktable/darktable-3.0.2-r1.ebuild b/media-gfx/darktable/darktable-3.0.2-r1.ebuild index ca876badb31..56221e9d71d 100644 --- a/media-gfx/darktable/darktable-3.0.2-r1.ebuild +++ b/media-gfx/darktable/darktable-3.0.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake flag-o-matic pax-utils toolchain-funcs xdg +inherit cmake flag-o-matic toolchain-funcs xdg DOC_PV="3.0.0" MY_PV="${PV/_/}" @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86" LANGS=" ca cs da de es fr he hu it ja nb nl pl 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 - lto nls opencl openmp openexr pax_kernel tools webp + lto nls opencl openmp openexr tools webp ${LANGS// / l10n_}" BDEPEND=" @@ -134,15 +134,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/darktable-3.0.2.ebuild b/media-gfx/darktable/darktable-3.0.2.ebuild index b4b136828cb..a6af926b835 100644 --- a/media-gfx/darktable/darktable-3.0.2.ebuild +++ b/media-gfx/darktable/darktable-3.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake flag-o-matic pax-utils toolchain-funcs xdg +inherit cmake flag-o-matic toolchain-funcs xdg DOC_PV="3.0.0" MY_PV="${PV/_/}" @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86" LANGS=" ca cs da de es fr he hu it ja nb nl pl 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 tools webp + nls opencl openmp openexr tools webp ${LANGS// / l10n_}" BDEPEND=" @@ -132,15 +132,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/darktable-9999.ebuild b/media-gfx/darktable/darktable-9999.ebuild index 22a9ddc6a11..8efe45349c4 100644 --- a/media-gfx/darktable/darktable-9999.ebuild +++ b/media-gfx/darktable/darktable-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake flag-o-matic git-r3 pax-utils toolchain-funcs xdg +inherit cmake flag-o-matic git-r3 toolchain-funcs xdg EGIT_REPO_URI="https://github.com/darktable-org/${PN}.git" @@ -16,7 +16,7 @@ SLOT="0" LANGS=" af ca cs da de el es fi fr gl he hu it ja nb nl pl pt-BR pt-PT ro ru sk sl sq sv th uk zh-CN zh-TW" # 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 - lto nls opencl openmp openexr pax_kernel tools webp + lto nls opencl openmp openexr tools webp ${LANGS// / l10n_}" BDEPEND=">=dev-python/jsonschema-3.2.0 @@ -125,13 +125,4 @@ 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 }