Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pianobar/
Date: Tue, 02 Aug 2016 15:53:02
Message-Id: 1470153080.45a4e59508bdae9938c2047389d563935990ed76.radhermit@gentoo
1 commit: 45a4e59508bdae9938c2047389d563935990ed76
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 15:51:20 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 15:51:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a4e595
7
8 media-sound/pianobar: version bump to 2016.06.02
9
10 media-sound/pianobar/Manifest | 1 +
11 .../{pianobar-9999.ebuild => pianobar-2016.06.02.ebuild} | 14 ++++----------
12 media-sound/pianobar/pianobar-9999.ebuild | 14 ++++----------
13 3 files changed, 9 insertions(+), 20 deletions(-)
14
15 diff --git a/media-sound/pianobar/Manifest b/media-sound/pianobar/Manifest
16 index 749c202..04f8a66 100644
17 --- a/media-sound/pianobar/Manifest
18 +++ b/media-sound/pianobar/Manifest
19 @@ -1 +1,2 @@
20 DIST pianobar-2015.11.22.tar.bz2 45973 SHA256 23fbc9e6f55b3277dba7a0f68ff721bad7f1eeea504c616ba008841686de322b SHA512 cd8f7307f0d7bd0359954202d2fc3b6d9fdcdc7238a2057c1541f85d62d69fafb22c4a6466d873c35727c1ad1576755ac2f9224dd5ce4ccba2d9c1c8b9a0205a WHIRLPOOL 30c6a43b2cad991d28ca7de981a950debed1f7b6097f71346ea181857e9599a3bf362153ffd040dbed1bc2a1b3459e96e48e5b963ffcb5a87d19157cf6d96ba8
21 +DIST pianobar-2016.06.02.tar.bz2 46262 SHA256 c6efb0d0fe36013c6506dadf3718e8ed9471b7839654c97027e036ed16212559 SHA512 943e4b7bdfa5690f73378c6454666ec972f4d33faa0549ec087fb0ffeb5584e7ec26cef39dfd0134eefe2723638cc41f29c76eecb306c295c067996443958027 WHIRLPOOL 1289313f7f9e19f4974c849854204a08d26efa0afc7e4ca56b7dfb43b5c696976e8faa8a0cc1b0d27e6166b39b27714e9eb566e234afdccc3faf968129a1edf6
22
23 diff --git a/media-sound/pianobar/pianobar-9999.ebuild b/media-sound/pianobar/pianobar-2016.06.02.ebuild
24 similarity index 84%
25 copy from media-sound/pianobar/pianobar-9999.ebuild
26 copy to media-sound/pianobar/pianobar-2016.06.02.ebuild
27 index 0b27aa6..e9e7619 100644
28 --- a/media-sound/pianobar/pianobar-9999.ebuild
29 +++ b/media-sound/pianobar/pianobar-2016.06.02.ebuild
30 @@ -1,8 +1,8 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 +# Copyright 1999-2016 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Id$
35
36 -EAPI="5"
37 +EAPI=6
38 inherit toolchain-funcs flag-o-matic multilib
39
40 if [[ ${PV} == 9999 ]]; then
41 @@ -23,21 +23,15 @@ IUSE="static-libs"
42 RDEPEND="media-libs/libao
43 net-misc/curl
44 dev-libs/libgcrypt:0=
45 - dev-libs/json-c
46 + dev-libs/json-c:=
47 >=virtual/ffmpeg-9"
48 DEPEND="${RDEPEND}
49 virtual/pkgconfig"
50
51 -src_prepare() {
52 - sed -e '/@echo /d' \
53 - -e 's/@${CC}/${CC}/' \
54 - -i Makefile || die
55 -}
56 -
57 src_compile() {
58 append-cflags -std=c99
59 tc-export CC
60 - emake DYNLINK=1
61 + emake V=1 DYNLINK=1
62 }
63
64 src_install() {
65
66 diff --git a/media-sound/pianobar/pianobar-9999.ebuild b/media-sound/pianobar/pianobar-9999.ebuild
67 index 0b27aa6..e9e7619 100644
68 --- a/media-sound/pianobar/pianobar-9999.ebuild
69 +++ b/media-sound/pianobar/pianobar-9999.ebuild
70 @@ -1,8 +1,8 @@
71 -# Copyright 1999-2015 Gentoo Foundation
72 +# Copyright 1999-2016 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 # $Id$
75
76 -EAPI="5"
77 +EAPI=6
78 inherit toolchain-funcs flag-o-matic multilib
79
80 if [[ ${PV} == 9999 ]]; then
81 @@ -23,21 +23,15 @@ IUSE="static-libs"
82 RDEPEND="media-libs/libao
83 net-misc/curl
84 dev-libs/libgcrypt:0=
85 - dev-libs/json-c
86 + dev-libs/json-c:=
87 >=virtual/ffmpeg-9"
88 DEPEND="${RDEPEND}
89 virtual/pkgconfig"
90
91 -src_prepare() {
92 - sed -e '/@echo /d' \
93 - -e 's/@${CC}/${CC}/' \
94 - -i Makefile || die
95 -}
96 -
97 src_compile() {
98 append-cflags -std=c99
99 tc-export CC
100 - emake DYNLINK=1
101 + emake V=1 DYNLINK=1
102 }
103
104 src_install() {