From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pianobar/
Date: Mon, 15 Jun 2020 08:20:00 +0000 (UTC) [thread overview]
Message-ID: <1592209183.49dafe0d461725f55eb51054ed0a624c849d2223.asturm@gentoo> (raw)
commit: 49dafe0d461725f55eb51054ed0a624c849d2223
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 14 23:13:44 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 08:19:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49dafe0d
media-sound/pianobar: Drop 2019.01.25 and 2019.02.14
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/pianobar/Manifest | 2 --
media-sound/pianobar/pianobar-2019.01.25.ebuild | 46 -------------------------
media-sound/pianobar/pianobar-2019.02.14.ebuild | 46 -------------------------
3 files changed, 94 deletions(-)
diff --git a/media-sound/pianobar/Manifest b/media-sound/pianobar/Manifest
index 8418a625dbc..fcbb4c5410f 100644
--- a/media-sound/pianobar/Manifest
+++ b/media-sound/pianobar/Manifest
@@ -1,3 +1 @@
-DIST pianobar-2019.01.25.tar.bz2 48340 BLAKE2B 09078b0fdf43baab99c343a86d5f1c1e0ee7ab39e2af20e7cdde6c21320a74d82ed9bc02e821b02ab045329944aa7d273d637c80bcb0ce96692281dc2e1a0568 SHA512 bfcec235ff01e40a2f650166a29020276b43b241008fd5eb8b84944744b1ce6262cf3be140354404c9410b88d6910e4bcf77b4de787742a7898bbc8511fef0f6
-DIST pianobar-2019.02.14.tar.bz2 48396 BLAKE2B 3b25cdbd086efdb4c5f3239b9c47af6c6f647929573dd8fda93a569252dcace34654fc9460bc0cc9925057bb56a10912788a9aedaba8f217dfc2f9eae9718275 SHA512 00491118ed46df4871e8d019e7139d0779d07d03ab4c8a2312f024613a8b849430bb7c23339a021604023f2c5234015fdbd5d7078caf8cf6d690d03e7c648755
DIST pianobar-2020.04.05.tar.bz2 48823 BLAKE2B 91e9b96f0a635995ab08bd189b7b6b353f553b6c6cd405be2e95f9c0401b075158df4aa28633854747eced4ac60777724dd265dae62744c773d5f4b4c12aa90e SHA512 40d717693f128da3718c0e1be9c90c269712becf9ac2ffe0669a91ea9417d0fdb0476949df29c1da908e2d78678f26955149dbb8c5a0167161f95835ce76084e
diff --git a/media-sound/pianobar/pianobar-2019.01.25.ebuild b/media-sound/pianobar/pianobar-2019.01.25.ebuild
deleted file mode 100644
index dd49bf04b5f..00000000000
--- a/media-sound/pianobar/pianobar-2019.01.25.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs flag-o-matic
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PromyLOPh/pianobar.git"
-else
- SRC_URI="https://6xq.net/${PN}/${P}.tar.bz2"
- KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="A console-based replacement for Pandora's flash player"
-HOMEPAGE="https://6xq.net/pianobar/"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="static-libs"
-
-RDEPEND="media-libs/libao
- net-misc/curl
- dev-libs/libgcrypt:0=
- dev-libs/json-c:=
- >=media-video/ffmpeg-3.1:0=
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_compile() {
- append-cflags -std=c99
- tc-export AR CC
- emake V=1 DYNLINK=1
-}
-
-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; }
-
- docinto contrib
- dodoc -r contrib/{config-example,*.sh,eventcmd-examples}
- docompress -x /usr/share/doc/${PF}/contrib
-}
diff --git a/media-sound/pianobar/pianobar-2019.02.14.ebuild b/media-sound/pianobar/pianobar-2019.02.14.ebuild
deleted file mode 100644
index 5a3320ef9da..00000000000
--- a/media-sound/pianobar/pianobar-2019.02.14.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs flag-o-matic
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PromyLOPh/pianobar.git"
-else
- SRC_URI="https://6xq.net/${PN}/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A console-based replacement for Pandora's flash player"
-HOMEPAGE="https://6xq.net/pianobar/"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="static-libs"
-
-RDEPEND="media-libs/libao
- net-misc/curl
- dev-libs/libgcrypt:0=
- dev-libs/json-c:=
- >=media-video/ffmpeg-3.1:0=
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_compile() {
- append-cflags -std=c99
- tc-export AR CC
- emake V=1 DYNLINK=1
-}
-
-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; }
-
- docinto contrib
- dodoc -r contrib/{config-example,*.sh,eventcmd-examples}
- docompress -x /usr/share/doc/${PF}/contrib
-}
next reply other threads:[~2020-06-15 8:20 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-15 8:20 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-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=1592209183.49dafe0d461725f55eb51054ed0a624c849d2223.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