From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pianobar/
Date: Fri, 23 Sep 2016 18:43:52 +0000 (UTC) [thread overview]
Message-ID: <1474655360.13e68c569154bdec17628d2c53f7274b44dc73cb.radhermit@gentoo> (raw)
commit: 13e68c569154bdec17628d2c53f7274b44dc73cb
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 18:29:20 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 18:29:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e68c56
media-sound/pianobar: remove old
media-sound/pianobar/Manifest | 1 -
media-sound/pianobar/pianobar-2015.11.22.ebuild | 52 -------------------------
2 files changed, 53 deletions(-)
diff --git a/media-sound/pianobar/Manifest b/media-sound/pianobar/Manifest
index 04f8a66..202ec5c 100644
--- a/media-sound/pianobar/Manifest
+++ b/media-sound/pianobar/Manifest
@@ -1,2 +1 @@
-DIST pianobar-2015.11.22.tar.bz2 45973 SHA256 23fbc9e6f55b3277dba7a0f68ff721bad7f1eeea504c616ba008841686de322b SHA512 cd8f7307f0d7bd0359954202d2fc3b6d9fdcdc7238a2057c1541f85d62d69fafb22c4a6466d873c35727c1ad1576755ac2f9224dd5ce4ccba2d9c1c8b9a0205a WHIRLPOOL 30c6a43b2cad991d28ca7de981a950debed1f7b6097f71346ea181857e9599a3bf362153ffd040dbed1bc2a1b3459e96e48e5b963ffcb5a87d19157cf6d96ba8
DIST pianobar-2016.06.02.tar.bz2 46262 SHA256 c6efb0d0fe36013c6506dadf3718e8ed9471b7839654c97027e036ed16212559 SHA512 943e4b7bdfa5690f73378c6454666ec972f4d33faa0549ec087fb0ffeb5584e7ec26cef39dfd0134eefe2723638cc41f29c76eecb306c295c067996443958027 WHIRLPOOL 1289313f7f9e19f4974c849854204a08d26efa0afc7e4ca56b7dfb43b5c696976e8faa8a0cc1b0d27e6166b39b27714e9eb566e234afdccc3faf968129a1edf6
diff --git a/media-sound/pianobar/pianobar-2015.11.22.ebuild b/media-sound/pianobar/pianobar-2015.11.22.ebuild
deleted file mode 100644
index 9f2f614..00000000
--- a/media-sound/pianobar/pianobar-2015.11.22.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-inherit toolchain-funcs flag-o-matic multilib
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="git://github.com/PromyLOPh/pianobar.git"
-else
- SRC_URI="http://6xq.net/projects/${PN}/${P}.tar.bz2"
- KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="A console-based replacement for Pandora's flash player"
-HOMEPAGE="http://6xq.net/projects/pianobar/"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="static-libs"
-
-RDEPEND="media-libs/libao
- net-misc/curl
- dev-libs/libgcrypt:0=
- dev-libs/json-c
- >=virtual/ffmpeg-9"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- sed -e '/@echo /d' \
- -e 's/@${CC}/${CC}/' \
- -i Makefile || die
-}
-
-src_compile() {
- append-cflags -std=c99
- tc-export CC
- emake 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:[~2016-09-23 18:43 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-23 18:43 Tim Harder [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-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-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=1474655360.13e68c569154bdec17628d2c53f7274b44dc73cb.radhermit@gentoo \
--to=radhermit@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