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 BDC04138335 for ; Mon, 4 Mar 2019 03:14:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D461E0893; Mon, 4 Mar 2019 03:14:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 45479E0894 for ; Mon, 4 Mar 2019 03:14:24 +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 7EB10335CEF for ; Mon, 4 Mar 2019 03:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 683BD566 for ; Mon, 4 Mar 2019 03:14:19 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1551669145.2d47bf03dc7d7a7e8a8e94af96124aa82381a169.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/files/root-6.13.02-hsimple.patch X-VCS-Directories: sci-physics/root/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2d47bf03dc7d7a7e8a8e94af96124aa82381a169 X-VCS-Branch: master Date: Mon, 4 Mar 2019 03:14:19 +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: 205bb32a-e2c8-40aa-8b18-74a370d06fd2 X-Archives-Hash: 0d9c105bfadca35a22cca3b2032e035c commit: 2d47bf03dc7d7a7e8a8e94af96124aa82381a169 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 1 17:47:47 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Mar 4 03:12:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d47bf03 sci-physics/root: remove unused patch Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11199 Signed-off-by: Aaron Bauman gentoo.org> sci-physics/root/files/root-6.13.02-hsimple.patch | 31 ----------------------- 1 file changed, 31 deletions(-) diff --git a/sci-physics/root/files/root-6.13.02-hsimple.patch b/sci-physics/root/files/root-6.13.02-hsimple.patch deleted file mode 100644 index cab8a40afa7..00000000000 --- a/sci-physics/root/files/root-6.13.02-hsimple.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 03af62fcd3..8ec5330773 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -367,26 +367,6 @@ else() - install(DIRECTORY ${CMAKE_BINARY_DIR}/etc/dictpch DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}) - endif() - --#---hsimple.root---------(use the executable for clearer dependencies and proper return code)--- --add_custom_target(hsimple ALL DEPENDS tutorials/hsimple.root) --add_dependencies(hsimple onepcm) --if(WIN32) -- add_custom_command(OUTPUT tutorials/hsimple.root -- COMMAND set PATH=${CMAKE_RUNTIME_OUTPUT_DIRECTORY} && -- set ROOTIGNOREPREFIX=1 && -- $ -l -q -b -n -x hsimple.C -e return -- WORKING_DIRECTORY tutorials -- DEPENDS $ Cling Hist Tree Gpad Graf HistPainter move_artifacts) --else() -- add_custom_command(OUTPUT tutorials/hsimple.root -- COMMAND ${ld_library_path}=${CMAKE_LIBRARY_OUTPUT_DIRECTORY}:$ENV{${ld_library_path}} -- ROOTIGNOREPREFIX=1 -- $ -l -q -b -n -x hsimple.C -e return -- WORKING_DIRECTORY tutorials -- DEPENDS $ Cling Hist Tree Gpad Graf HistPainter move_artifacts) --endif() --install(FILES ${CMAKE_BINARY_DIR}/tutorials/hsimple.root DESTINATION ${CMAKE_INSTALL_TUTDIR} COMPONENT tests) -- - #---version-------------------------------------------------------------------------------------- - if(NOT WIN32) - add_custom_target(version COMMAND ${CMAKE_SOURCE_DIR}/build/unix/makeversion.sh ${CMAKE_BINARY_DIR}