public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/sword/
Date: Sun, 13 Dec 2020 12:26:57 +0000 (UTC)	[thread overview]
Message-ID: <1607862409.dcfab2f6b9d7220d97871f94ad68d5f6fcd7d11b.marecki@gentoo> (raw)

commit:     dcfab2f6b9d7220d97871f94ad68d5f6fcd7d11b
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 12:26:17 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 12:26:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcfab2f6

app-text/sword-1.9.0: drop USE=static-libs support

No idea why we needed it in this package to begin with.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-text/sword/{sword-1.9.0.ebuild => sword-1.9.0-r1.ebuild} | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-text/sword/sword-1.9.0.ebuild b/app-text/sword/sword-1.9.0-r1.ebuild
similarity index 88%
rename from app-text/sword/sword-1.9.0.ebuild
rename to app-text/sword/sword-1.9.0-r1.ebuild
index b53e698cb50..edd796fc48f 100644
--- a/app-text/sword/sword-1.9.0.ebuild
+++ b/app-text/sword/sword-1.9.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.crosswire.org/ftpmirror/pub/${PN}/source/v${PV%.*}/${P}.tar
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos"
-IUSE="clucene curl debug doc icu static-libs"
+IUSE="clucene curl debug doc icu"
 
 RDEPEND="sys-libs/zlib
 	curl? ( net-misc/curl )
@@ -26,16 +26,17 @@ DOCS=( AUTHORS CODINGSTYLE ChangeLog README )
 src_configure() {
 	use doc && DOCS+=( examples/ samples/ )
 
+	# Upstream default is to build both the shared and the static library,
+	# make sure we only build the shared one.
 	local mycmakeargs=(
 		-DSYSCONF_INSTALL_DIR="${EPREFIX}/etc"
 		-DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
+		-DLIBSWORD_LIBRARY_TYPE="Shared"
 		-DWITH_CLUCENE=$(usex clucene)
 		-DWITH_CURL=$(usex curl)
 		-DWITH_ICU=$(usex icu)
 		-DWITH_ZLIB=1
 	)
-	# Upstream default is to build both the shared and the static library
-	use static-libs || mycmakeargs+=( -DLIBSWORD_LIBRARY_TYPE="Shared" )
 
 	cmake_src_configure
 }


             reply	other threads:[~2020-12-13 12:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-13 12:26 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16  1:41 [gentoo-commits] repo/gentoo:master commit in: app-text/sword/ Sam James
2023-12-29  1:15 Sam James
2022-05-19  7:17 WANG Xuerui
2021-09-09 10:45 Marek Szuba
2021-01-24 12:10 Agostino Sarubbo
2021-01-22 16:53 Agostino Sarubbo
2020-12-09 11:09 Marek Szuba
2020-07-25 13:56 Marek Szuba
2020-07-25 13:56 Marek Szuba
2018-10-20 17:50 Mikle Kolyada
2018-10-17 12:07 Thomas Deutschmann
2018-10-12 22:40 Chris Reffett
2018-06-20  1:21 Chris Reffett
2018-02-19 19:42 David Seifert
2017-01-10 23:14 Chris Reffett
2017-01-10 14:56 Agostino Sarubbo
2015-12-28 21:44 Chris Reffett

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=1607862409.dcfab2f6b9d7220d97871f94ad68d5f6fcd7d11b.marecki@gentoo \
    --to=marecki@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