From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pianobar/
Date: Tue, 26 Jul 2022 06:43:54 +0000 (UTC) [thread overview]
Message-ID: <1658817827.360e013ce0af17d027bbf36b2c23308b6d34c8fd.sam@gentoo> (raw)
commit: 360e013ce0af17d027bbf36b2c23308b6d34c8fd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 06:34:01 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 06:43:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360e013c
media-sound/pianobar: add 2022.04.01
Closes: https://bugs.gentoo.org/834394
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/pianobar/Manifest | 1 +
.../{pianobar-9999.ebuild => pianobar-2022.04.01.ebuild} | 13 ++++++-------
media-sound/pianobar/pianobar-9999.ebuild | 13 ++++++-------
3 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/media-sound/pianobar/Manifest b/media-sound/pianobar/Manifest
index fcbb4c5410f4..e3f41875f371 100644
--- a/media-sound/pianobar/Manifest
+++ b/media-sound/pianobar/Manifest
@@ -1 +1,2 @@
DIST pianobar-2020.04.05.tar.bz2 48823 BLAKE2B 91e9b96f0a635995ab08bd189b7b6b353f553b6c6cd405be2e95f9c0401b075158df4aa28633854747eced4ac60777724dd265dae62744c773d5f4b4c12aa90e SHA512 40d717693f128da3718c0e1be9c90c269712becf9ac2ffe0669a91ea9417d0fdb0476949df29c1da908e2d78678f26955149dbb8c5a0167161f95835ce76084e
+DIST pianobar-2022.04.01.tar.bz2 52262 BLAKE2B d6f28a893ad94aed2cb7cda55a2b00480bb1319e01561974d75a10559c5ccda45fa6fe216d0b1d130c33d6eb2d7b395a95942a8a62eec0c21912f208799cc8f3 SHA512 9ad60c0048b375d74ad2bab289d75deec6dba46c31bfc1799dabf18661ec0cdef494df72273e6c16989ead21dc034445595a3e2ace43f6b6ca61446449895aef
diff --git a/media-sound/pianobar/pianobar-9999.ebuild b/media-sound/pianobar/pianobar-2022.04.01.ebuild
similarity index 86%
copy from media-sound/pianobar/pianobar-9999.ebuild
copy to media-sound/pianobar/pianobar-2022.04.01.ebuild
index a13e7069ac50..2ad410129b22 100644
--- a/media-sound/pianobar/pianobar-9999.ebuild
+++ b/media-sound/pianobar/pianobar-2022.04.01.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit toolchain-funcs flag-o-matic
@@ -18,17 +18,16 @@ HOMEPAGE="https://6xq.net/pianobar/"
LICENSE="MIT"
SLOT="0"
-IUSE=""
-BDEPEND="virtual/pkgconfig"
RDEPEND="
dev-libs/json-c:=
- dev-libs/libgcrypt:0=
+ dev-libs/libgcrypt:=
media-libs/libao
- >=media-video/ffmpeg-3.3:0=
+ >=media-video/ffmpeg-3.3:=
net-misc/curl
"
DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
src_compile() {
append-cflags -std=c99
@@ -38,7 +37,7 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" PREFIX=/usr LIBDIR=/usr/$(get_libdir) DYNLINK=1 install
- dodoc ChangeLog README.md
+ dodoc ChangeLog README.rst
rm "${D}"/usr/lib*/*.a || die
diff --git a/media-sound/pianobar/pianobar-9999.ebuild b/media-sound/pianobar/pianobar-9999.ebuild
index a13e7069ac50..2ad410129b22 100644
--- a/media-sound/pianobar/pianobar-9999.ebuild
+++ b/media-sound/pianobar/pianobar-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit toolchain-funcs flag-o-matic
@@ -18,17 +18,16 @@ HOMEPAGE="https://6xq.net/pianobar/"
LICENSE="MIT"
SLOT="0"
-IUSE=""
-BDEPEND="virtual/pkgconfig"
RDEPEND="
dev-libs/json-c:=
- dev-libs/libgcrypt:0=
+ dev-libs/libgcrypt:=
media-libs/libao
- >=media-video/ffmpeg-3.3:0=
+ >=media-video/ffmpeg-3.3:=
net-misc/curl
"
DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
src_compile() {
append-cflags -std=c99
@@ -38,7 +37,7 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" PREFIX=/usr LIBDIR=/usr/$(get_libdir) DYNLINK=1 install
- dodoc ChangeLog README.md
+ dodoc ChangeLog README.rst
rm "${D}"/usr/lib*/*.a || die
next reply other threads:[~2022-07-26 6:43 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-26 6:43 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-27 4:35 [gentoo-commits] repo/gentoo:master commit in: media-sound/pianobar/ Miroslav Šulc
2022-08-26 23:27 Sam James
2022-08-26 5:46 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-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=1658817827.360e013ce0af17d027bbf36b2c23308b6d34c8fd.sam@gentoo \
--to=sam@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