Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/toxic/
Date: Sat, 02 Jan 2021 00:49:44
Message-Id: 1609548538.1e71e889ecdaa3ab96fda5769a776cc64a342735.sam@gentoo
1 commit: 1e71e889ecdaa3ab96fda5769a776cc64a342735
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 00:48:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 00:48:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e71e889
7
8 net-im/toxic: revbump for libconfig (and other) subslot deps
9
10 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../{toxic-0.10.0.ebuild => toxic-0.10.0-r1.ebuild} | 14 +++++++-------
14 .../{toxic-0.8.3-r1.ebuild => toxic-0.8.3-r2.ebuild} | 18 +++++++++---------
15 2 files changed, 16 insertions(+), 16 deletions(-)
16
17 diff --git a/net-im/toxic/toxic-0.10.0.ebuild b/net-im/toxic/toxic-0.10.0-r1.ebuild
18 similarity index 94%
19 rename from net-im/toxic/toxic-0.10.0.ebuild
20 rename to net-im/toxic/toxic-0.10.0-r1.ebuild
21 index eec33667d60..d8edefaf923 100644
22 --- a/net-im/toxic/toxic-0.10.0.ebuild
23 +++ b/net-im/toxic/toxic-0.10.0-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -18,11 +18,11 @@ IUSE="+audio-notify debug doc llvm notification png python qrcode +sound +video
31 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
32 video? ( sound X ) "
33
34 -BDEPEND="dev-libs/libconfig"
35 -
36 -RDEPEND="net-libs/tox
37 +RDEPEND="
38 + dev-libs/libconfig:=
39 + net-libs/tox:=
40 net-misc/curl
41 - sys-libs/ncurses:*
42 + sys-libs/ncurses:=
43 audio-notify? (
44 media-libs/freealut
45 media-libs/openal
46 @@ -31,12 +31,12 @@ RDEPEND="net-libs/tox
47 debug? ( llvm? ( sys-devel/llvm:* ) )
48 python? ( ${PYTHON_DEPS} )
49 qrcode? (
50 - media-gfx/qrencode
51 + media-gfx/qrencode:=
52 png? ( media-libs/libpng )
53 )
54 sound? (
55 media-libs/openal
56 - net-libs/tox[av]
57 + net-libs/tox:=[av]
58 )
59 X? (
60 x11-base/xorg-proto
61
62 diff --git a/net-im/toxic/toxic-0.8.3-r1.ebuild b/net-im/toxic/toxic-0.8.3-r2.ebuild
63 similarity index 88%
64 rename from net-im/toxic/toxic-0.8.3-r1.ebuild
65 rename to net-im/toxic/toxic-0.8.3-r2.ebuild
66 index 03ec7dfb015..7dae366dc14 100644
67 --- a/net-im/toxic/toxic-0.8.3-r1.ebuild
68 +++ b/net-im/toxic/toxic-0.8.3-r2.ebuild
69 @@ -1,4 +1,4 @@
70 -# Copyright 1999-2020 Gentoo Authors
71 +# Copyright 1999-2021 Gentoo Authors
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI=7
75 @@ -17,22 +17,22 @@ KEYWORDS="amd64 x86"
76 IUSE="notification python qrcode +sound +video +X"
77 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
78
79 -BDEPEND="dev-libs/libconfig"
80 -
81 -RDEPEND=">=net-libs/tox-0.2.8:*
82 +RDEPEND="
83 + dev-libs/libconfig:=
84 + >=net-libs/tox-0.2.8:=
85 net-misc/curl
86 - sys-libs/ncurses:*
87 + sys-libs/ncurses:=
88 notification? ( x11-libs/libnotify )
89 python? ( ${PYTHON_DEPS} )
90 - qrcode? ( media-gfx/qrencode )
91 + qrcode? ( media-gfx/qrencode:= )
92 sound? (
93 media-libs/freealut
94 media-libs/openal
95 - net-libs/tox[av]
96 + net-libs/tox:=[av]
97 )
98 video? (
99 - media-libs/libvpx
100 - net-libs/tox[av]
101 + media-libs/libvpx:=
102 + net-libs/tox:=[av]
103 x11-libs/libX11 )"
104
105 DEPEND="${RDEPEND}"