[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/

2022-11-19 Thread Andrew Ammerlaan
commit: eba204c9d86f5fd139c917bc943330e8377ae6f5
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Nov 19 09:07:20 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Nov 19 11:39:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba204c9

sci-libs/itpp: use HTTPS, fix LICENSE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/itpp/itpp-4.3.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r2.ebuild 
b/sci-libs/itpp/itpp-4.3.1-r2.ebuild
index c2cdd0f1eedf..57bfa66a3b1f 100644
--- a/sci-libs/itpp/itpp-4.3.1-r2.ebuild
+++ b/sci-libs/itpp/itpp-4.3.1-r2.ebuild
@@ -6,10 +6,10 @@ EAPI=8
 inherit cmake
 
 DESCRIPTION="C++ library of mathematical, signal processing and communication"
-HOMEPAGE="http://itpp.sourceforge.net/;
+HOMEPAGE="https://itpp.sourceforge.net;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/

2022-03-06 Thread Andreas Sturmlechner
commit: a75b2ab7578d359fd5ed292279ebc2df29bbaaf6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  6 16:46:10 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  6 16:46:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75b2ab7

sci-libs/itpp: Drop 4.3.1-r1, EAPI-6--

Closes: https://bugs.gentoo.org/834293
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/itpp/itpp-4.3.1-r1.ebuild | 59 --
 1 file changed, 59 deletions(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r1.ebuild 
b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
deleted file mode 100644
index 8d522b501ed5..
--- a/sci-libs/itpp/itpp-4.3.1-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="C++ library of mathematical, signal processing and communication"
-HOMEPAGE="http://itpp.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-RDEPEND="
-   sci-libs/fftw:3.0=
-   virtual/blas
-   virtual/lapack
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? (
-   app-doc/doxygen
-   virtual/latex-base
-   )
-"
-
-DOCS=( ChangeLog NEWS AUTHORS README )
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # gentoo redefines the CMAKE_BUILD_TYPE
-   sed -i \
-   -e 's/CMAKE_BUILD_TYPE STREQUAL Release/NOT CMAKE_BUILD_TYPE 
STREQUAL Debug/' \
-   CMakeLists.txt || die
-   # respect gentoo doc dir
-   sed -i \
-   -e "s:share/doc/itpp:share/doc/${PF}:" \
-   itpp/CMakeLists.txt || die
-
-   # respect gentoo libdir
-   sed -i "s#/lib#/$(get_libdir)#" itpp-config.cmake.in || die
-   sed -i "s#/lib#/$(get_libdir)#" itpp.pc.cmake.in || die
-   sed -i \
-   -e "s#LIBRARY DESTINATION lib#LIBRARY DESTINATION 
$(get_libdir)#" \
-   -e "s#ARCHIVE DESTINATION lib#ARCHIVE DESTINATION 
$(get_libdir)#" \
-   itpp/CMakeLists.txt || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBLA_VENDOR=Generic
-   -DHTML_DOCS=$(usex doc)
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/

2022-03-02 Thread Agostino Sarubbo
commit: 3847d75a4f601bcb5a4fefd28d3ea90adfe2a8af
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar  2 09:07:37 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar  2 09:07:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3847d75a

sci-libs/itpp: x86 stable wrt bug #834293

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/itpp/itpp-4.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r2.ebuild 
b/sci-libs/itpp/itpp-4.3.1-r2.ebuild
index 783fc3465964..c2cdd0f1eedf 100644
--- a/sci-libs/itpp/itpp-4.3.1-r2.ebuild
+++ b/sci-libs/itpp/itpp-4.3.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="sci-libs/fftw:3.0=



[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/

2022-03-02 Thread Agostino Sarubbo
commit: c1050b6c1ed0e4d6b80117ea0c9e542301a1e158
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar  2 09:06:01 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar  2 09:06:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1050b6c

sci-libs/itpp: ppc64 stable wrt bug #834293

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/itpp/itpp-4.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r2.ebuild 
b/sci-libs/itpp/itpp-4.3.1-r2.ebuild
index 1e5496d512bd..783fc3465964 100644
--- a/sci-libs/itpp/itpp-4.3.1-r2.ebuild
+++ b/sci-libs/itpp/itpp-4.3.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="sci-libs/fftw:3.0=



[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/

2022-03-02 Thread Agostino Sarubbo
commit: c23e0419988219d139cbfbe8b67b12c6fafa1030
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar  2 09:05:18 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar  2 09:05:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23e0419

sci-libs/itpp: ppc stable wrt bug #834293

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/itpp/itpp-4.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r2.ebuild 
b/sci-libs/itpp/itpp-4.3.1-r2.ebuild
index c663c10b9203..1e5496d512bd 100644
--- a/sci-libs/itpp/itpp-4.3.1-r2.ebuild
+++ b/sci-libs/itpp/itpp-4.3.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="sci-libs/fftw:3.0=



[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/

2022-03-02 Thread Agostino Sarubbo
commit: 4d06e6afbf370f843d3ca771760368f9a68dfa8f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar  2 09:04:31 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar  2 09:04:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d06e6af

sci-libs/itpp: amd64 stable wrt bug #834293

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-libs/itpp/itpp-4.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r2.ebuild 
b/sci-libs/itpp/itpp-4.3.1-r2.ebuild
index 545434c5022b..c663c10b9203 100644
--- a/sci-libs/itpp/itpp-4.3.1-r2.ebuild
+++ b/sci-libs/itpp/itpp-4.3.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="sci-libs/fftw:3.0=



[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/, sci-libs/itpp/files/

2022-03-01 Thread Sam James
commit: 81e3309856b2cd2cea8ef4a7c6809fbfbf0ae9ea
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar  2 04:24:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar  2 04:24:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e33098

sci-libs/itpp: update EAPI 6 -> 8

Bug: https://bugs.gentoo.org/834293
Signed-off-by: Sam James  gentoo.org>

 .../itpp/files/itpp-4.3.1-use-GNUInstallDirs.patch | 116 +
 sci-libs/itpp/itpp-4.3.1-r2.ebuild |  40 +++
 2 files changed, 156 insertions(+)

diff --git a/sci-libs/itpp/files/itpp-4.3.1-use-GNUInstallDirs.patch 
b/sci-libs/itpp/files/itpp-4.3.1-use-GNUInstallDirs.patch
new file mode 100644
index ..4fa9c464e4e5
--- /dev/null
+++ b/sci-libs/itpp/files/itpp-4.3.1-use-GNUInstallDirs.patch
@@ -0,0 +1,116 @@
+From 3ed973b46b50015108a9577a51feec503f06025f Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Wed, 2 Mar 2022 04:10:20 +
+Subject: [PATCH] Use GNUInstallDirs
+
+---
+ CMakeLists.txt   |  4 
+ itpp-config.cmake.in |  2 +-
+ itpp.pc.cmake.in |  2 +-
+ itpp/CMakeLists.txt  | 23 ---
+ 4 files changed, 14 insertions(+), 17 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a2c6958..cd661d1 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -172,12 +172,8 @@ endif()
+ option(ITPP_SHARED_LIB "Building IT++ as shared library" on)
+ #set library name here to be available for all targets
+ if (ITPP_SHARED_LIB)
+-  if ((CMAKE_BUILD_TYPE STREQUAL Release) OR (NOT CMAKE_BUILD_TYPE))
+ set (libitpp_target itpp)
+ set (CMAKE_CXX_FLAGS "-DNDEBUG ${CMAKE_CXX_FLAGS}")
+-  else()
+-set (libitpp_target itpp_debug)
+-  endif()
+ else()
+   set (libitpp_target itpp_static)
+ endif()
+diff --git a/itpp-config.cmake.in b/itpp-config.cmake.in
+index d24b57f..7d31753 100644
+--- a/itpp-config.cmake.in
 b/itpp-config.cmake.in
+@@ -2,7 +2,7 @@
+ 
+ prefix=@CMAKE_INSTALL_PREFIX@
+ exec_prefix=${prefix}
+-libdir=${exec_prefix}/lib
++libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
+ includedir=${prefix}/include
+ 
+ debug_flag=no
+diff --git a/itpp.pc.cmake.in b/itpp.pc.cmake.in
+index d92ce96..ac62b88 100644
+--- a/itpp.pc.cmake.in
 b/itpp.pc.cmake.in
+@@ -1,6 +1,6 @@
+ prefix=@CMAKE_INSTALL_PREFIX@
+ exec_prefix=@CMAKE_INSTALL_PREFIX@
+-libdir=@CMAKE_INSTALL_PREFIX@/lib
++libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
+ includedir=@CMAKE_INSTALL_PREFIX@/include
+ 
+ Name: @PACKAGE_NAME@
+diff --git a/itpp/CMakeLists.txt b/itpp/CMakeLists.txt
+index e8c78d3..ee8f587 100644
+--- a/itpp/CMakeLists.txt
 b/itpp/CMakeLists.txt
+@@ -24,6 +24,7 @@
+ # with IT++.  If not, see .
+ #
+ # -
++include(GNUInstallDirs)
+ 
+ file ( GLOB ITPP_SRCS
+"base/*.cpp"
+@@ -68,18 +69,18 @@ set_target_properties(${libitpp_target} PROPERTIES VERSION 
${LIBITPP_VERSION_STR
+ 
+ #library
+ install(TARGETS ${libitpp_target}
+-RUNTIME DESTINATION bin
+-LIBRARY DESTINATION lib
+-ARCHIVE DESTINATION lib)
++RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
++LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
++ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
+ 
+ #headers
+-install(DIRECTORY ${CMAKE_SOURCE_DIR}/itpp DESTINATION include FILES_MATCHING 
PATTERN "*.h")
++install(DIRECTORY ${CMAKE_SOURCE_DIR}/itpp DESTINATION 
${CMAKE_INSTALL_INCLUDEDIR} FILES_MATCHING PATTERN "*.h")
+ if (WIN32 AND NOT MINGW)
+-  install(FILES ${CMAKE_BINARY_DIR}/itpp/config_msvc.h DESTINATION 
include/itpp)
++  install(FILES ${CMAKE_BINARY_DIR}/itpp/config_msvc.h DESTINATION 
${CMAKE_INSTALL_INCLUDEDIR}/itpp)
+ else()
+-  install(FILES ${CMAKE_BINARY_DIR}/itpp/config.h DESTINATION include/itpp)
++  install(FILES ${CMAKE_BINARY_DIR}/itpp/config.h DESTINATION 
${CMAKE_INSTALL_INCLUDEDIR}/itpp)
+ endif()
+-install(FILES ${CMAKE_BINARY_DIR}/itpp/itexports.h DESTINATION include/itpp)
++install(FILES ${CMAKE_BINARY_DIR}/itpp/itexports.h DESTINATION 
${CMAKE_INSTALL_INCLUDEDIR}/itpp)
+ 
+ #extra files (MATLAB and python)
+ install(FILES ${CMAKE_SOURCE_DIR}/extras/itsave.m
+@@ -97,7 +98,7 @@ if (HTML_DOCS AND DOXYGEN_FOUND)
+ WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
+ COMMENT "Generating API documentation with Doxygen" VERBATIM)
+   file(COPY ${CMAKE_SOURCE_DIR}/doc/images/itpp_logo.png DESTINATION 
${CMAKE_BINARY_DIR}/html)
+-  install(DIRECTORY ${CMAKE_BINARY_DIR}/html DESTINATION share/doc/itpp)
++  install(DIRECTORY ${CMAKE_BINARY_DIR}/html DESTINATION 
${CMAKE_INSTALL_DOCDIR}/itpp)
+ endif()
+ 
+ #itpp-config script for UNIX-like systems
+@@ -108,8 +109,8 @@ if (UNIX)
+   configure_file(${CMAKE_SOURCE_DIR}/itpp-config.cmake.in 
${CMAKE_BINARY_DIR}/itpp-config @ONLY)
+   configure_file(${CMAKE_SOURCE_DIR}/itpp-config.1.cmake.in 
${CMAKE_BINARY_DIR}/itpp-config.1 @ONLY)
+   

[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/

2018-08-26 Thread Andreas Sturmlechner
commit: badbb0e76e7debe8c0c03116a64f151af8382b22
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 26 10:01:09 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 26 11:02:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badbb0e7

sci-libs/itpp: Add missing || die

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sci-libs/itpp/itpp-4.3.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r1.ebuild 
b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
index 3abddec3041..53cdbee6564 100644
--- a/sci-libs/itpp/itpp-4.3.1-r1.ebuild
+++ b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -37,8 +37,8 @@ src_prepare() {
itpp/CMakeLists.txt || die
 
# respect gentoo libdir
-   sed -i "s#/lib#/$(get_libdir)#" itpp-config.cmake.in
-   sed -i "s#/lib#/$(get_libdir)#" itpp.pc.cmake.in
+   sed -i "s#/lib#/$(get_libdir)#" itpp-config.cmake.in || die
+   sed -i "s#/lib#/$(get_libdir)#" itpp.pc.cmake.in || die
sed -i \
-e "s#LIBRARY DESTINATION lib#LIBRARY DESTINATION 
$(get_libdir)#" \
-e "s#ARCHIVE DESTINATION lib#ARCHIVE DESTINATION 
$(get_libdir)#" \



[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/

2018-08-26 Thread Andreas Sturmlechner
commit: dbbdef9cc7ea934131d057bfd5e885e6182a6f3f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 26 11:01:44 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 26 11:02:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbbdef9c

sci-libs/itpp: EAPI-6 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sci-libs/itpp/itpp-4.3.1-r1.ebuild | 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r1.ebuild 
b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
index 53cdbee6564..8d522b501ed 100644
--- a/sci-libs/itpp/itpp-4.3.1-r1.ebuild
+++ b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit cmake-utils multilib
+inherit cmake-utils
 
 DESCRIPTION="C++ library of mathematical, signal processing and communication"
 HOMEPAGE="http://itpp.sourceforge.net/;
@@ -15,12 +15,17 @@ KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="
+   sci-libs/fftw:3.0=
virtual/blas
virtual/lapack
-   >=sci-libs/fftw-3"
+"
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   doc? ( app-doc/doxygen virtual/latex-base )"
+   doc? (
+   app-doc/doxygen
+   virtual/latex-base
+   )
+"
 
 DOCS=( ChangeLog NEWS AUTHORS README )
 
@@ -48,7 +53,7 @@ src_prepare() {
 src_configure() {
local mycmakeargs=(
-DBLA_VENDOR=Generic
-   $(cmake-utils_use doc HTML_DOCS)
+   -DHTML_DOCS=$(usex doc)
)
cmake-utils_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/

2017-10-15 Thread David Seifert
commit: c40e30cd6754fa448fa1017a3d81edcd8b74177e
Author: David Seifert  gentoo  org>
AuthorDate: Mon Oct 16 02:59:54 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Oct 16 02:59:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40e30cd

sci-libs/itpp: [QA] Add cmake-utils_src_prepare

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sci-libs/itpp/itpp-4.3.1-r1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r1.ebuild 
b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
index dab233c0d4c..3abddec3041 100644
--- a/sci-libs/itpp/itpp-4.3.1-r1.ebuild
+++ b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -22,9 +22,11 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen virtual/latex-base )"
 
-DOCS=(ChangeLog NEWS AUTHORS README)
+DOCS=( ChangeLog NEWS AUTHORS README )
 
 src_prepare() {
+   cmake-utils_src_prepare
+
# gentoo redefines the CMAKE_BUILD_TYPE
sed -i \
-e 's/CMAKE_BUILD_TYPE STREQUAL Release/NOT CMAKE_BUILD_TYPE 
STREQUAL Debug/' \



[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/

2015-10-30 Thread Agostino Sarubbo
commit: 829baa0a59dc2b6ec5b858b2ec49819326977263
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct 30 10:12:54 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct 30 10:15:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829baa0a

sci-libs/itpp: ppc stable wrt bug #561744

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 sci-libs/itpp/itpp-4.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r1.ebuild 
b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
index e97f4fa..de62b66 100644
--- a/sci-libs/itpp/itpp-4.3.1-r1.ebuild
+++ b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="amd64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/, sci-libs/itpp/files/

2015-10-30 Thread Justin Lecher
commit: ffbf53305a3ef8f92f033205425641a376c9d059
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Oct 30 12:24:30 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Oct 30 12:24:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbf5330

sci-libs/itpp: Drop old

obsoletes

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561740

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 sci-libs/itpp/Manifest |  2 -
 sci-libs/itpp/files/itpp-4.0.6-gcc44.patch | 60 --
 .../itpp-4.0.7-fastica-fix-endless-loop.patch  | 93 --
 sci-libs/itpp/files/itpp-4.2-automake-1.12.patch   | 16 
 .../itpp/files/itpp-4.2-fastica-correct-dim.patch  | 26 --
 sci-libs/itpp/files/itpp-4.2-pkg-config.patch  | 27 ---
 sci-libs/itpp/files/itpp-4.2-test-fftw.patch   | 14 
 sci-libs/itpp/itpp-4.2-r1.ebuild   | 66 ---
 sci-libs/itpp/itpp-4.2-r2.ebuild   | 69 
 sci-libs/itpp/itpp-4.3.0.ebuild| 45 ---
 sci-libs/itpp/itpp-4.3.1.ebuild| 45 ---
 11 files changed, 463 deletions(-)

diff --git a/sci-libs/itpp/Manifest b/sci-libs/itpp/Manifest
index 9cead3b..880b00c 100644
--- a/sci-libs/itpp/Manifest
+++ b/sci-libs/itpp/Manifest
@@ -1,3 +1 @@
-DIST itpp-4.2.tar.bz2 1050157 SHA256 
732c7de212dddfd8669ef3e4d164d5d9a2f81302f3921ddd0176cfa8c49c556c SHA512 
319296c5d929201fcdfb32ad59b3304d3620d921c1d08feb1d138fecb37305f71f825b4fc45d563ba817eb6ac92fb9223c32d4260013ef1d30a2e1e8edf52a2f
 WHIRLPOOL 
4af9e5326b9a94013c173d650ac5c92105e21731ef6398e707808219831158bd995060a860d31d6874a56b96123bb5e646600f45ee6f4fb185d3e9c1b349ddc7
-DIST itpp-4.3.0.tar.bz2 1196432 SHA256 
009b38929eef60be12abd6f516da535d9ea01872cd4b8ec537cfe40311ad5f64 SHA512 
e2ad944cdb1325676465920d692577f86885252f9e9eb068084b0edaca17dffd33793e5c502572c21f77b47f8d8f45522ea6a945eb5548553305ab23904a04fa
 WHIRLPOOL 
87a823313363806e894297f23b20bb0cdc11e72cf3388d25cf57c27820793f7c5c41e4a593a954dc431d2f473052defc5bedbdc9e547830d5ceb54f31cb0e6b0
 DIST itpp-4.3.1.tar.bz2 1289687 SHA256 
50717621c5dfb5ed22f8492f8af32b17776e6e06641dfe3a3a8f82c8d353b877 SHA512 
b46d048fa7f33e80d2291a5e38e205c159791ea200f92c70d69e8ad8447ac2f0c847fece566a99af739853a1643cb16e226b4200c8bf115417f324e6d38c66bd
 WHIRLPOOL 
e4791babcdb9e874a29b8f628af000e93fc316a7da0199713e7b840317d1b1109e4350c7582a3f88db3fe8be03ff8ee93b40712b77f61faa155acc668f39c0e0

diff --git a/sci-libs/itpp/files/itpp-4.0.6-gcc44.patch 
b/sci-libs/itpp/files/itpp-4.0.6-gcc44.patch
deleted file mode 100644
index 6514363..000
--- a/sci-libs/itpp/files/itpp-4.0.6-gcc44.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-diff -ur itpp-4.0.6.orig/itpp/base/timing.cpp itpp-4.0.6/itpp/base/timing.cpp
 itpp-4.0.6.orig/itpp/base/timing.cpp   2008-10-08 14:52:24.0 
+0300
-+++ itpp-4.0.6/itpp/base/timing.cpp2009-07-30 10:32:45.0 +0300
-@@ -27,6 +27,8 @@
-  * -
-  */
- 
-+#include 
-+
- #ifndef _MSC_VER
- #  include 
- #else
-diff -ur itpp-4.0.6.orig/itpp/base/vec.cpp itpp-4.0.6/itpp/base/vec.cpp
 itpp-4.0.6.orig/itpp/base/vec.cpp  2008-10-08 14:52:24.0 +0300
-+++ itpp-4.0.6/itpp/base/vec.cpp   2009-07-30 10:35:45.0 +0300
-@@ -27,6 +27,8 @@
-  * -
-  */
- 
-+#include 
-+
- #include 
- #include 
- #include 
-diff -ur itpp-4.0.6.orig/itpp/fixed/cfix.cpp itpp-4.0.6/itpp/fixed/cfix.cpp
 itpp-4.0.6.orig/itpp/fixed/cfix.cpp2008-10-08 14:52:24.0 
+0300
-+++ itpp-4.0.6/itpp/fixed/cfix.cpp 2009-07-30 10:37:21.0 +0300
-@@ -27,6 +27,8 @@
-  * -
-  */
- 
-+#include 
-+
- #include 
- #include 
- #include 
-diff -ur itpp-4.0.6.orig/itpp/fixed/fix.cpp itpp-4.0.6/itpp/fixed/fix.cpp
 itpp-4.0.6.orig/itpp/fixed/fix.cpp 2008-10-08 14:52:24.0 +0300
-+++ itpp-4.0.6/itpp/fixed/fix.cpp  2009-07-30 10:37:39.0 +0300
-@@ -27,6 +27,8 @@
-  * -
-  */
- 
-+#include 
-+
- #include 
- #include 
- #include 
-diff -ur itpp-4.0.6.orig/itpp/fixed/fixed.cpp itpp-4.0.6/itpp/fixed/fixed.cpp
 itpp-4.0.6.orig/itpp/fixed/fixed.cpp   2008-10-08 14:52:24.0 
+0300
-+++ itpp-4.0.6/itpp/fixed/fixed.cpp2009-07-30 10:37:03.0 +0300
-@@ -27,6 +27,8 @@
-  * -
-  */
- 
-+#include 
-+
- #include 
- 
- 

diff --git a/sci-libs/itpp/files/itpp-4.0.7-fastica-fix-endless-loop.patch 
b/sci-libs/itpp/files/itpp-4.0.7-fastica-fix-endless-loop.patch
deleted file mode 100644
index 8d232a4..000
--- a/sci-libs/itpp/files/itpp-4.0.7-fastica-fix-endless-loop.patch

[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/

2015-10-04 Thread Jeroen Roovers
commit: 5a4e9b7bb24732d2d7d6aa64c34bfa652c6534dc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 18:08:56 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 18:08:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4e9b7b

sci-libs/itpp: Stable for PPC64 (bug #561744).

Package-Manager: portage-2.2.22
RepoMan-Options: --ignore-arches

 sci-libs/itpp/itpp-4.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r1.ebuild 
b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
index 3634f7b..e97f4fa 100644
--- a/sci-libs/itpp/itpp-4.3.1-r1.ebuild
+++ b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/

2015-09-30 Thread Agostino Sarubbo
commit: 1741937dd680d4ee86fc47cbf2543818ba4b7e73
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 30 13:42:30 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 30 13:42:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1741937d

sci-libs/itpp: x86 stable wrt bug #561744

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 sci-libs/itpp/itpp-4.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r1.ebuild 
b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
index e81d0da..3634f7b 100644
--- a/sci-libs/itpp/itpp-4.3.1-r1.ebuild
+++ b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/itpp/

2015-09-29 Thread Agostino Sarubbo
commit: 5ef2690bb0838767dec36c9a6a0bf64b60ea7a61
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep 29 10:17:54 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep 29 10:17:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef2690b

sci-libs/itpp: amd64 stable wrt bug #561744

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 sci-libs/itpp/itpp-4.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/itpp/itpp-4.3.1-r1.ebuild 
b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
index 6a8a60a..e81d0da 100644
--- a/sci-libs/itpp/itpp-4.3.1-r1.ebuild
+++ b/sci-libs/itpp/itpp-4.3.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="