Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/cclive/
Date: Sun, 16 Apr 2017 18:11:55
Message-Id: 1492366062.54f3e84cd0d244d3fc999a50a85be32194619155.soap@gentoo
1 commit: 54f3e84cd0d244d3fc999a50a85be32194619155
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 16 18:07:42 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 16 18:07:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f3e84c
7
8 media-video/cclive: Add subslot operator to dev-libs/boost
9
10 * EAPI 6
11
12 Bug: https://bugs.gentoo.org/show_bug.cgi?id=503462
13 Package-Manager: Portage-2.3.5, Repoman-2.3.2
14
15 ...{cclive-0.9.3-r1.ebuild => cclive-0.9.3-r2.ebuild} | 19 ++++++++++---------
16 1 file changed, 10 insertions(+), 9 deletions(-)
17
18 diff --git a/media-video/cclive/cclive-0.9.3-r1.ebuild b/media-video/cclive/cclive-0.9.3-r2.ebuild
19 similarity index 67%
20 rename from media-video/cclive/cclive-0.9.3-r1.ebuild
21 rename to media-video/cclive/cclive-0.9.3-r2.ebuild
22 index f3ab9b185f9..36533f23301 100644
23 --- a/media-video/cclive/cclive-0.9.3-r1.ebuild
24 +++ b/media-video/cclive/cclive-0.9.3-r2.ebuild
25 @@ -1,9 +1,9 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2017 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29
30 -EAPI=5
31 +EAPI=6
32
33 -inherit eutils flag-o-matic
34 +inherit flag-o-matic
35
36 DESCRIPTION="Command line tool for extracting videos from various websites"
37 HOMEPAGE="http://cclive.sourceforge.net/"
38 @@ -13,9 +13,10 @@ LICENSE="AGPL-3"
39 SLOT="0"
40 KEYWORDS="amd64 ~ppc ~ppc64 x86"
41
42 -RDEPEND=">=media-libs/libquvi-0.4.0
43 +RDEPEND="
44 + >=media-libs/libquvi-0.4.0:0=
45 >=dev-cpp/glibmm-2.24:2
46 - >=dev-libs/boost-1.49
47 + >=dev-libs/boost-1.49:=
48 >=dev-libs/glib-2.24:2
49 >=net-misc/curl-7.20
50 >=dev-libs/libpcre-8.02[cxx]"
51 @@ -23,10 +24,10 @@ DEPEND="${RDEPEND}
52 app-arch/xz-utils
53 virtual/pkgconfig"
54
55 -src_prepare() {
56 - epatch "${FILESDIR}"/${P}-iostream.patch #527658
57 - epatch "${FILESDIR}"/${P}-boost-ver-check.patch #548310
58 -}
59 +PATCHES=(
60 + "${FILESDIR}"/${P}-iostream.patch #527658
61 + "${FILESDIR}"/${P}-boost-ver-check.patch #548310
62 +)
63
64 src_configure() {
65 append-cxxflags -std=c++11 #567174