commit:     5f234430a947878de282539ccd8510be4407f496
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep  8 10:21:50 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 10:21:50 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5f234430

dev-libs/boost-compute: Drop 0.4-r2, bring back 0.4-r1; Drop patch to change 
install destination

Package-Manager: portage-2.2.20.1

 dev-libs/boost-compute/ChangeLog                   |  9 +++++++++
 ...e-0.4-r2.ebuild => boost-compute-0.4-r1.ebuild} |  1 -
 dev-libs/boost-compute/boost-compute-9999.ebuild   |  4 ----
 ...te-0.4-Fix-install-destination-of-headers.patch | 22 ----------------------
 4 files changed, 9 insertions(+), 27 deletions(-)

diff --git a/dev-libs/boost-compute/ChangeLog b/dev-libs/boost-compute/ChangeLog
index e7d434f..7b05861 100644
--- a/dev-libs/boost-compute/ChangeLog
+++ b/dev-libs/boost-compute/ChangeLog
@@ -1,6 +1,15 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*boost-compute-0.4-r1 (08 Sep 2015)
+
+  08 Sep 2015; Marius Brehler <mar...@linux.sungazer.de>
+  +boost-compute-0.4-r1.ebuild, -boost-compute-0.4-r2.ebuild,
+  -files/boost-compute-0.4-Fix-install-destination-of-headers.patch,
+  boost-compute-9999.ebuild:
+  dev-libs/boost-compute: Drop 0.4-r2, bring back 0.4-r1; Drop patch to change
+  install destination
+
 *boost-compute-0.4-r2 (08 Sep 2015)
 
   08 Sep 2015; Marius Brehler <mar...@linux.sungazer.de>

diff --git a/dev-libs/boost-compute/boost-compute-0.4-r2.ebuild 
b/dev-libs/boost-compute/boost-compute-0.4-r1.ebuild
similarity index 89%
rename from dev-libs/boost-compute/boost-compute-0.4-r2.ebuild
rename to dev-libs/boost-compute/boost-compute-0.4-r1.ebuild
index bd588d2..9d7d8f1 100644
--- a/dev-libs/boost-compute/boost-compute-0.4-r2.ebuild
+++ b/dev-libs/boost-compute/boost-compute-0.4-r1.ebuild
@@ -16,7 +16,6 @@ LICENSE="Boost-1.0"
 SLOT="0"
 
 PATCHES=(
-       "${FILESDIR}/${P}"-Fix-install-destination-of-headers.patch
        "${FILESDIR}/${P}"-CMakeLists.patch
 )
 

diff --git a/dev-libs/boost-compute/boost-compute-9999.ebuild 
b/dev-libs/boost-compute/boost-compute-9999.ebuild
index f4c2059..c79ed92 100644
--- a/dev-libs/boost-compute/boost-compute-9999.ebuild
+++ b/dev-libs/boost-compute/boost-compute-9999.ebuild
@@ -14,10 +14,6 @@ KEYWORDS=""
 LICENSE="Boost-1.0"
 SLOT="0"
 
-PATCHES=(
-       "${FILESDIR}/${PN}"-0.4-Fix-install-destination-of-headers.patch
-)
-
 RDEPEND="
        dev-libs/boost
        virtual/opencl

diff --git 
a/dev-libs/boost-compute/files/boost-compute-0.4-Fix-install-destination-of-headers.patch
 
b/dev-libs/boost-compute/files/boost-compute-0.4-Fix-install-destination-of-headers.patch
deleted file mode 100644
index c37ddd5..0000000
--- 
a/dev-libs/boost-compute/files/boost-compute-0.4-Fix-install-destination-of-headers.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 3df0527cad686a4e9a3cd84ead97702cf8964da3 Mon Sep 17 00:00:00 2001
-From: Marius Brehler <marius.breh...@tu-dortmund.de>
-Date: Tue, 8 Sep 2015 10:35:56 +0200
-Subject: [PATCH] Fix install destination of headers
-
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3695681..56b47b6 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -109,4 +109,4 @@ install(
- )
- 
- # install header files
--install(DIRECTORY include/boost DESTINATION include/compute)
-+install(DIRECTORY include/boost DESTINATION include)
--- 
-2.4.6
-

Reply via email to