From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pianobar/
Date: Fri, 15 May 2020 22:30:11 +0000 (UTC) [thread overview]
Message-ID: <1589581801.2f5fdbdc73cfbea4394f2404b4750a63a01527b9.asturm@gentoo> (raw)
commit: 2f5fdbdc73cfbea4394f2404b4750a63a01527b9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 15 22:11:32 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 15 22:30:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5fdbdc
media-sound/pianobar: Improve EAPI-7, sorting
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/pianobar/pianobar-9999.ebuild | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/media-sound/pianobar/pianobar-9999.ebuild b/media-sound/pianobar/pianobar-9999.ebuild
index 5a3320ef9da..603adde3fbf 100644
--- a/media-sound/pianobar/pianobar-9999.ebuild
+++ b/media-sound/pianobar/pianobar-9999.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit toolchain-funcs flag-o-matic
if [[ ${PV} == 9999 ]]; then
@@ -19,14 +20,15 @@ LICENSE="MIT"
SLOT="0"
IUSE="static-libs"
-RDEPEND="media-libs/libao
- net-misc/curl
- dev-libs/libgcrypt:0=
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
dev-libs/json-c:=
- >=media-video/ffmpeg-3.1:0=
+ dev-libs/libgcrypt:0=
+ media-libs/libao
+ >=media-video/ffmpeg-3.3:0=
+ net-misc/curl
"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
src_compile() {
append-cflags -std=c99
@@ -38,7 +40,9 @@ src_install() {
emake DESTDIR="${D}" PREFIX=/usr LIBDIR=/usr/$(get_libdir) DYNLINK=1 install
dodoc ChangeLog README.md
- use static-libs || { rm "${D}"/usr/lib*/*.a || die; }
+ if ! use static-libs; then
+ rm "${D}"/usr/lib*/*.a || die
+ fi
docinto contrib
dodoc -r contrib/{config-example,*.sh,eventcmd-examples}
next reply other threads:[~2020-05-15 22:30 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-15 22:30 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-12 10:14 [gentoo-commits] repo/gentoo:master commit in: media-sound/pianobar/ Ionen Wolkens
2022-08-27 4:35 Miroslav Šulc
2022-08-26 23:27 Sam James
2022-08-26 5:46 Sam James
2022-07-26 6:43 Sam James
2022-07-26 6:43 Sam James
2020-06-15 8:20 Andreas Sturmlechner
2020-06-09 13:53 Agostino Sarubbo
2020-06-09 13:45 Agostino Sarubbo
2020-05-15 22:30 Andreas Sturmlechner
2020-05-15 22:30 Andreas Sturmlechner
2020-04-25 19:17 Mikle Kolyada
2019-07-03 20:09 Tim Harder
2019-04-28 22:41 Pacho Ramos
2019-04-28 22:06 Thomas Deutschmann
2019-04-08 15:53 Mikle Kolyada
2019-02-10 7:23 Tim Harder
2019-02-10 7:23 Tim Harder
2018-09-28 8:53 Mikle Kolyada
2018-09-24 1:50 Thomas Deutschmann
2018-06-25 6:05 Tim Harder
2017-09-06 0:01 Tim Harder
2016-09-23 18:43 Tim Harder
2016-09-23 18:43 Tim Harder
2016-08-02 15:52 Tim Harder
2016-04-12 6:06 Tim Harder
2016-01-11 3:48 Tim Harder
2016-01-11 3:48 Tim Harder
2015-11-26 5:10 Tim Harder
2015-11-13 4:15 Tim Harder
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=1589581801.2f5fdbdc73cfbea4394f2404b4750a63a01527b9.asturm@gentoo \
--to=asturm@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