public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bamtools/
Date: Thu, 13 Dec 2018 14:08:55 +0000 (UTC)	[thread overview]
Message-ID: <1544710072.e47f0847b07adb2e6d9bb0f3b1bd491c6f3535fa.soap@gentoo> (raw)

commit:     e47f0847b07adb2e6d9bb0f3b1bd491c6f3535fa
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 14:07:52 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 14:07:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47f0847

sci-biology/bamtools: Bump to EAPI 7

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-biology/bamtools/bamtools-2.5.1.ebuild | 22 ++++++----------------
 sci-biology/bamtools/bamtools-9999.ebuild  | 22 ++++++----------------
 2 files changed, 12 insertions(+), 32 deletions(-)

diff --git a/sci-biology/bamtools/bamtools-2.5.1.ebuild b/sci-biology/bamtools/bamtools-2.5.1.ebuild
index 038ed14beb0..84c9dc83723 100644
--- a/sci-biology/bamtools/bamtools-2.5.1.ebuild
+++ b/sci-biology/bamtools/bamtools-2.5.1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 inherit cmake-utils multibuild
 
 DESCRIPTION="A programmer's API and an end-user's toolkit for handling BAM files"
@@ -24,8 +23,8 @@ IUSE="static-libs"
 RDEPEND="
 	>=dev-libs/jsoncpp-1.8.0:=
 	sys-libs/zlib:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 pkg_setup() {
 	[[ ${MERGE_TYPE} != binary ]] &&
@@ -44,17 +43,8 @@ src_prepare() {
 
 src_configure() {
 	my_configure() {
-		case "${MULTIBUILD_ID}" in
-			static*)
-				local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
-				;;
-			shared)
-				local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
-				;;
-			*)
-				die "${MULTIBUILD_ID} is not recognized"
-				;;
-		esac
+		[[ ${MULTIBUILD_ID} == static-libs* ]] &&
+			local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
 
 		cmake-utils_src_configure
 	}

diff --git a/sci-biology/bamtools/bamtools-9999.ebuild b/sci-biology/bamtools/bamtools-9999.ebuild
index 038ed14beb0..84c9dc83723 100644
--- a/sci-biology/bamtools/bamtools-9999.ebuild
+++ b/sci-biology/bamtools/bamtools-9999.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 inherit cmake-utils multibuild
 
 DESCRIPTION="A programmer's API and an end-user's toolkit for handling BAM files"
@@ -24,8 +23,8 @@ IUSE="static-libs"
 RDEPEND="
 	>=dev-libs/jsoncpp-1.8.0:=
 	sys-libs/zlib:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 pkg_setup() {
 	[[ ${MERGE_TYPE} != binary ]] &&
@@ -44,17 +43,8 @@ src_prepare() {
 
 src_configure() {
 	my_configure() {
-		case "${MULTIBUILD_ID}" in
-			static*)
-				local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
-				;;
-			shared)
-				local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
-				;;
-			*)
-				die "${MULTIBUILD_ID} is not recognized"
-				;;
-		esac
+		[[ ${MULTIBUILD_ID} == static-libs* ]] &&
+			local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
 
 		cmake-utils_src_configure
 	}


             reply	other threads:[~2018-12-13 14:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-13 14:08 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-20 20:04 [gentoo-commits] repo/gentoo:master commit in: sci-biology/bamtools/ David Seifert
2021-06-20 20:04 David Seifert
2020-04-14  8:35 Joonas Niilola
2019-11-13 18:16 David Seifert
2018-06-02 13:25 David Seifert
2017-12-23 18:45 David Seifert
2017-12-23 18:45 David Seifert
2017-12-23 18:45 David Seifert
2017-11-02  3:31 David Seifert
2017-11-02  3:19 David Seifert
2017-11-02  3:19 David Seifert
2015-12-13  9:54 Justin Lecher
2015-08-16 11:30 Justin Lecher

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=1544710072.e47f0847b07adb2e6d9bb0f3b1bd491c6f3535fa.soap@gentoo \
    --to=soap@gentoo.org \
    --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