summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-02-26 23:10:16 +0000
committerChristoph Junghans <ottxor@gentoo.org>2014-02-26 23:10:16 +0000
commit8103789a93d2b19fbd0f660e04ef60239c989157 (patch)
treebd1517fe08d34c1aa1860cc2bb16a4e76704b303 /sci-libs
parentRemove duplicate ChangeLog entry. (diff)
downloadgentoo-2-8103789a93d2b19fbd0f660e04ef60239c989157.tar.gz
gentoo-2-8103789a93d2b19fbd0f660e04ef60239c989157.tar.bz2
gentoo-2-8103789a93d2b19fbd0f660e04ef60239c989157.zip
fixed installed headers
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/voro++/ChangeLog8
-rw-r--r--sci-libs/voro++/files/voro++-0.4.6-cmake.patch4
-rw-r--r--sci-libs/voro++/voro++-0.4.6-r1.ebuild (renamed from sci-libs/voro++/voro++-0.4.6.ebuild)2
3 files changed, 10 insertions, 4 deletions
diff --git a/sci-libs/voro++/ChangeLog b/sci-libs/voro++/ChangeLog
index ce8f151c4ee2..ff83e79b8b6f 100644
--- a/sci-libs/voro++/ChangeLog
+++ b/sci-libs/voro++/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/voro++
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/voro++/ChangeLog,v 1.2 2014/02/25 03:03:51 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/voro++/ChangeLog,v 1.3 2014/02/26 23:10:15 ottxor Exp $
+
+*voro++-0.4.6-r1 (26 Feb 2014)
+
+ 26 Feb 2014; Christoph Junghans <ottxor@gentoo.org> +voro++-0.4.6-r1.ebuild,
+ -voro++-0.4.6.ebuild, files/voro++-0.4.6-cmake.patch:
+ fixed installed headers
25 Feb 2014; Christoph Junghans <ottxor@gentoo.org> voro++-0.4.6.ebuild:
fixed multilib
diff --git a/sci-libs/voro++/files/voro++-0.4.6-cmake.patch b/sci-libs/voro++/files/voro++-0.4.6-cmake.patch
index da67328c6265..375d58f6474e 100644
--- a/sci-libs/voro++/files/voro++-0.4.6-cmake.patch
+++ b/sci-libs/voro++/files/voro++-0.4.6-cmake.patch
@@ -101,8 +101,8 @@ Index: CMakeLists.txt
+ endif()
+endforeach(SOURCE)
+
-+file(GLOB_RECURSE VORO_HEADERS src/voro++.hh)
-+install(FILES ${VORO_HEADERS} DESTINATION include)
++file(GLOB_RECURSE VORO_HEADERS src/*.hh)
++install(FILES ${VORO_HEADERS} DESTINATION include/voro++)
+install(FILES ${CMAKE_SOURCE_DIR}/man/voro++.1 DESTINATION ${MAN}/man1)
+
+if (DOXYGEN_FOUND)
diff --git a/sci-libs/voro++/voro++-0.4.6.ebuild b/sci-libs/voro++/voro++-0.4.6-r1.ebuild
index 448f5ed599aa..aaccce6f8ae6 100644
--- a/sci-libs/voro++/voro++-0.4.6.ebuild
+++ b/sci-libs/voro++/voro++-0.4.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/voro++/voro++-0.4.6.ebuild,v 1.2 2014/02/25 03:03:51 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/voro++/voro++-0.4.6-r1.ebuild,v 1.1 2014/02/26 23:10:15 ottxor Exp $
EAPI=5