commit: 45a4e59508bdae9938c2047389d563935990ed76
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 15:51:20 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 15:51:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a4e595
media-sound/pianobar: version bump to 2016.06.02
media-sound/pianobar/Manifest | 1 +
.../{pianobar-9999.ebuild => pianobar-2016.06.02.ebuild} | 14 ++++----------
media-sound/pianobar/pianobar-9999.ebuild | 14 ++++----------
3 files changed, 9 insertions(+), 20 deletions(-)
diff --git a/media-sound/pianobar/Manifest b/media-sound/pianobar/Manifest
index 749c202..04f8a66 100644
--- a/media-sound/pianobar/Manifest
+++ b/media-sound/pianobar/Manifest
@@ -1 +1,2 @@
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-9999.ebuild
b/media-sound/pianobar/pianobar-2016.06.02.ebuild
similarity index 84%
copy from media-sound/pianobar/pianobar-9999.ebuild
copy to media-sound/pianobar/pianobar-2016.06.02.ebuild
index 0b27aa6..e9e7619 100644
--- a/media-sound/pianobar/pianobar-9999.ebuild
+++ b/media-sound/pianobar/pianobar-2016.06.02.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI=6
inherit toolchain-funcs flag-o-matic multilib
if [[ ${PV} == 9999 ]]; then
@@ -23,21 +23,15 @@ IUSE="static-libs"
RDEPEND="media-libs/libao
net-misc/curl
dev-libs/libgcrypt:0=
- dev-libs/json-c
+ 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
+ emake V=1 DYNLINK=1
}
src_install() {
diff --git a/media-sound/pianobar/pianobar-9999.ebuild
b/media-sound/pianobar/pianobar-9999.ebuild
index 0b27aa6..e9e7619 100644
--- a/media-sound/pianobar/pianobar-9999.ebuild
+++ b/media-sound/pianobar/pianobar-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI=6
inherit toolchain-funcs flag-o-matic multilib
if [[ ${PV} == 9999 ]]; then
@@ -23,21 +23,15 @@ IUSE="static-libs"
RDEPEND="media-libs/libao
net-misc/curl
dev-libs/libgcrypt:0=
- dev-libs/json-c
+ 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
+ emake V=1 DYNLINK=1
}
src_install() {