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: media-libs/exempi/
Date: Thu, 29 Apr 2021 17:38:12 +0000 (UTC)	[thread overview]
Message-ID: <1619717874.16c5fb57d864b28cf8c0c00a213b36335bd9d94c.soap@gentoo> (raw)

commit:     16c5fb57d864b28cf8c0c00a213b36335bd9d94c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 17:37:54 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 17:37:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c5fb57

media-libs/exempi: [QA] cleanup

* Incorrect dependency type for boost
* Remove static-libs
* dodoc for examples

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

 media-libs/exempi/exempi-2.4.5-r1.ebuild | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/media-libs/exempi/exempi-2.4.5-r1.ebuild b/media-libs/exempi/exempi-2.4.5-r1.ebuild
index 049365af8dd..8f9176de69e 100644
--- a/media-libs/exempi/exempi-2.4.5-r1.ebuild
+++ b/media-libs/exempi/exempi-2.4.5-r1.ebuild
@@ -12,20 +12,19 @@ SRC_URI="https://libopenraw.freedesktop.org/download/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="2/3"
 KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="examples static-libs test"
+IUSE="examples test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
 	>=dev-libs/expat-2:=
 	sys-libs/zlib
-	virtual/libiconv
-"
-DEPEND="${RDEPEND}"
+	virtual/libiconv"
+DEPEND="
+	${RDEPEND}
+	test? ( dev-libs/boost )"
 BDEPEND="
 	sys-devel/autoconf-archive
-	sys-devel/gettext
-	test? ( >=dev-libs/boost-1.48 )
-"
+	sys-devel/gettext"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-2.4.2-iconv.patch
@@ -43,19 +42,20 @@ src_prepare() {
 src_configure() {
 	# Valgrind detection is "disabled" due to bug #295875
 	econf \
-		$(use_enable static-libs static) \
+		--disable-static \
 		$(use_enable test unittest) \
 		VALGRIND=""
 }
 
 src_install() {
 	default
-	find "${D}" -name '*.la' -delete || die
 
 	if use examples; then
 		emake -C samples/source distclean
 		rm samples/{,source,testfiles}/Makefile* || die
-		insinto /usr/share/doc/${PF}/examples
-		doins -r samples/*
+		docinto examples
+		dodoc -r samples/.
 	fi
+
+	find "${ED}" -name '*.la' -delete || die
 }


             reply	other threads:[~2021-04-29 17:38 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-29 17:38 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-05 16:13 [gentoo-commits] repo/gentoo:master commit in: media-libs/exempi/ Michał Górny
2024-02-29  4:59 Sam James
2023-09-07 20:15 Sam James
2023-03-04 17:40 Arthur Zamarin
2023-03-03 19:04 Arthur Zamarin
2023-02-09 19:35 Sam James
2023-02-02 18:41 Arthur Zamarin
2023-01-31 18:31 Sam James
2023-01-31 18:31 Sam James
2023-01-31 17:32 Arthur Zamarin
2023-01-31 14:03 Arthur Zamarin
2023-01-14 10:00 Arthur Zamarin
2022-12-17  8:38 Sam James
2022-12-06  9:52 Arthur Zamarin
2022-12-02  1:08 Sam James
2022-12-01 22:28 Jakov Smolić
2022-12-01 22:24 Jakov Smolić
2022-12-01 22:22 Jakov Smolić
2022-11-21 20:05 Arthur Zamarin
2022-10-29 20:36 Sam James
2022-10-29 20:16 Sam James
2022-10-29 20:16 Sam James
2021-04-29 15:38 Sam James
2019-05-23  3:27 Aaron Bauman
2018-10-06 20:45 Andreas Sturmlechner
2018-10-06 16:48 Matt Turner
2018-10-05 13:43 Agostino Sarubbo
2018-10-04 20:55 Sergei Trofimovich
2018-10-02 14:02 Tobias Klausmann
2018-10-01 21:47 Thomas Deutschmann
2018-09-30 16:51 Andreas Sturmlechner
2018-05-15  0:21 Aaron Bauman
2018-04-22 19:18 Matt Turner
2018-04-16 18:36 Sergei Trofimovich
2018-04-14 11:40 Markus Meier
2018-04-08  5:04 Matt Turner
2018-04-08  5:04 Matt Turner
2018-04-01 13:48 Sergei Trofimovich
2018-04-01 10:00 Tobias Klausmann
2018-03-29 15:19 Thomas Deutschmann
2018-03-29  2:01 Aaron Bauman
2018-03-28 21:44 Sergei Trofimovich
2018-03-25 21:33 Gilles Dartiguelongue
2017-07-28  4:41 Markus Meier
2017-07-07 20:46 Alexis Ballier
2017-06-30 11:10 Agostino Sarubbo
2017-06-30  8:25 Sergei Trofimovich
2017-06-28 13:19 Agostino Sarubbo
2016-09-29 15:51 Michael Palimaka

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=1619717874.16c5fb57d864b28cf8c0c00a213b36335bd9d94c.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