From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 83C17139B2A for ; Sun, 13 Sep 2015 18:34:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7333C21C06C; Sun, 13 Sep 2015 18:34:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75A7621C02E for ; Sun, 13 Sep 2015 18:34:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34BAD340A02 for ; Sun, 13 Sep 2015 18:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C08F1F6 for ; Sun, 13 Sep 2015 18:34:22 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442042863.adb78a0f2f4e1fe4316fa9158e0000c76d5dd36f.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/clfft/files/, sci-libs/clfft/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/clfft/ChangeLog sci-libs/clfft/clfft-9999.ebuild sci-libs/clfft/files/clfft-9999-Install-examples-to-share-clFFT-examples.patch X-VCS-Directories: sci-libs/clfft/ sci-libs/clfft/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: adb78a0f2f4e1fe4316fa9158e0000c76d5dd36f X-VCS-Branch: master Date: Sun, 13 Sep 2015 18:34:22 +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-Archives-Salt: 7be63fb4-b547-461b-8ce5-76f00988108f X-Archives-Hash: 744063b1082e4a761923f613e92be94a commit: adb78a0f2f4e1fe4316fa9158e0000c76d5dd36f Author: Marius Brehler linux sungazer de> AuthorDate: Sat Sep 12 07:27:43 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Sep 12 07:27:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=adb78a0f sci-libs/clfft: Patch merged upstream Package-Manager: portage-2.2.20.1 sci-libs/clfft/ChangeLog | 5 ++++ sci-libs/clfft/clfft-9999.ebuild | 4 --- ...-Install-examples-to-share-clFFT-examples.patch | 29 ---------------------- 3 files changed, 5 insertions(+), 33 deletions(-) diff --git a/sci-libs/clfft/ChangeLog b/sci-libs/clfft/ChangeLog index 5ccf93b..7156dc3 100644 --- a/sci-libs/clfft/ChangeLog +++ b/sci-libs/clfft/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 12 Sep 2015; Marius Brehler + -files/clfft-9999-Install-examples-to-share-clFFT-examples.patch, + clfft-9999.ebuild: + sci-libs/clfft: Patch merged upstream + *clfft-2.6.1 (06 Sep 2015) 06 Sep 2015; Marius Brehler +clfft-2.6.1.ebuild, diff --git a/sci-libs/clfft/clfft-9999.ebuild b/sci-libs/clfft/clfft-9999.ebuild index 73577c7..da8499e 100644 --- a/sci-libs/clfft/clfft-9999.ebuild +++ b/sci-libs/clfft/clfft-9999.ebuild @@ -32,10 +32,6 @@ DEPEND="${RDEPEND}" # Therefore src_test() won't execute any test. RESTRICT="test" -PATCHES=( - "${FILESDIR}/${P}"-Install-examples-to-share-clFFT-examples.patch -) - pkg_pretend() { if [[ ${MERGE_TYPE} != binary ]]; then if [[ $(gcc-major-version) -lt 4 ]] || ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 6 ]] ) ; then diff --git a/sci-libs/clfft/files/clfft-9999-Install-examples-to-share-clFFT-examples.patch b/sci-libs/clfft/files/clfft-9999-Install-examples-to-share-clFFT-examples.patch deleted file mode 100644 index 01965d9..0000000 --- a/sci-libs/clfft/files/clfft-9999-Install-examples-to-share-clFFT-examples.patch +++ /dev/null @@ -1,29 +0,0 @@ -Patch to fix location of examples: -https://github.com/clMathLibraries/clFFT/pull/108 - -From 8e34e31465231460d1bda73e34584bc7d4862be1 Mon Sep 17 00:00:00 2001 -From: Marius Brehler -Date: Sun, 6 Sep 2015 12:01:55 +0200 -Subject: [PATCH] Install examples to share/clFFT/examples - ---- - src/examples/CMakeLists.txt | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/examples/CMakeLists.txt b/src/examples/CMakeLists.txt -index f93f0fb..0073a34 100644 ---- a/src/examples/CMakeLists.txt -+++ b/src/examples/CMakeLists.txt -@@ -47,7 +47,7 @@ FOREACH(FILE ${FILES}) - OUTPUT_NAME ${EXAMPLE} - RUNTIME_OUTPUT_DIRECTORY ${DIR_NAME}) - -- INSTALL(FILES ${FILE} DESTINATION "share/clFFT") -+ INSTALL(FILES ${FILE} DESTINATION "share/clFFT/examples") - INSTALL(TARGETS ${EXAMPLE_NAME} -- RUNTIME DESTINATION "bin${SUFFIX_BIN}/examples") -+ RUNTIME DESTINATION "share/clFFT/examples") - ENDFOREACH() --- -2.4.6 -