public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/ciftilib/, sci-libs/ciftilib/files/
Date: Sat, 30 Jan 2021 09:31:10 +0000 (UTC)	[thread overview]
Message-ID: <1611999063.fd57fb2706919f70446dc9e90e93ba9ba96179b3.andrewammerlaan@gentoo> (raw)

commit:     fd57fb2706919f70446dc9e90e93ba9ba96179b3
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 09:31:03 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 30 09:31:03 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=fd57fb27

sci-libs/ciftilib: version bump, EAPI bump, cmake-utils-->cmake

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../{ciftilib-1.5.3-r1.ebuild => ciftilib-1.6.0.ebuild}  | 16 ++++++----------
 .../ciftilib/files/ciftilib-1.5.3-openmp_in_pc.patch     | 12 ------------
 2 files changed, 6 insertions(+), 22 deletions(-)

diff --git a/sci-libs/ciftilib/ciftilib-1.5.3-r1.ebuild b/sci-libs/ciftilib/ciftilib-1.6.0.ebuild
similarity index 84%
rename from sci-libs/ciftilib/ciftilib-1.5.3-r1.ebuild
rename to sci-libs/ciftilib/ciftilib-1.6.0.ebuild
index ad4894dd1..062fa44ef 100644
--- a/sci-libs/ciftilib/ciftilib-1.5.3-r1.ebuild
+++ b/sci-libs/ciftilib/ciftilib-1.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="C++ Library for reading and writing CIFTI-2 and CIFTI-1 files"
 HOMEPAGE="https://github.com/Washington-University/CiftiLib"
@@ -22,10 +22,6 @@ DEPEND="
 	"
 RDEPEND="${DEPEND}"
 
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.5.3-openmp_in_pc.patch
-	)
-
 S="${WORKDIR}/CiftiLib-${PV}"
 
 #TODO: Enable doc building and installation
@@ -42,14 +38,14 @@ src_prepare(){
 		-e "s:DT_:CIFTI_DT_:g" \
 		-i `grep -rl DT_ *`
 
-	cmake-utils_src_prepare
+	cmake_src_prepare
 }
 
 src_configure() {
 	local mycmakeargs=(-DBUILD_SHARED_LIBS=ON)
 	use qt5 || mycmakeargs+=(-DIGNORE_QT=TRUE)
 
-	cmake-utils_src_configure
+	cmake_src_configure
 }
 
 src_test(){
@@ -57,5 +53,5 @@ src_test(){
 	local myctestargs=(
 			-j1
 	)
-	cmake-utils_src_test
+	cmake_src_test
 }

diff --git a/sci-libs/ciftilib/files/ciftilib-1.5.3-openmp_in_pc.patch b/sci-libs/ciftilib/files/ciftilib-1.5.3-openmp_in_pc.patch
deleted file mode 100644
index 6fd35159a..000000000
--- a/sci-libs/ciftilib/files/ciftilib-1.5.3-openmp_in_pc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/CiftiLib.pc.in b/CiftiLib.pc.in
-index 13cd78c..8db6c46 100644
---- a/CiftiLib.pc.in
-+++ b/CiftiLib.pc.in
-@@ -5,6 +5,6 @@ Name: CiftiLib
- Description: C++ Library for reading and writing CIFTI-2 and CIFTI-1 files
- Version: @CIFTILIB_VERSION@
- URL: https://github.com/Washington-University/CiftiLib
--Cflags: -I${includedir}/CiftiLib @CIFTILIB_PKGCONFIG_DEFINE@
-+Cflags: -I${includedir}/CiftiLib @CIFTILIB_PKGCONFIG_DEFINE@ @OpenMP_CXX_FLAGS@
- Libs: -L${libdir} -lCifti
- @CIFTILIB_PKGCONFIG_REQUIRES_LINE@


             reply	other threads:[~2021-01-30  9:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-30  9:31 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-22 23:44 [gentoo-commits] proj/sci:master commit in: sci-libs/ciftilib/, sci-libs/ciftilib/files/ Horea Christian
2018-10-20 21:29 Horea Christian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1611999063.fd57fb2706919f70446dc9e90e93ba9ba96179b3.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox