Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/
Date: Tue, 01 Feb 2022 18:19:22
Message-Id: 1643739014.edb9af70dbbf790b11fe8ca21237bf2d68ae6fbb.jsmolic@gentoo
1 commit: edb9af70dbbf790b11fe8ca21237bf2d68ae6fbb
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sun Jan 30 00:00:00 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 18:10:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb9af70
7
8 net-irc/kvirc: Use EAPI="8"
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 ...e20210630233331-r1.ebuild => kvirc-5.2_pre20210630233331.ebuild} | 6 ++----
14 net-irc/kvirc/kvirc-9999.ebuild | 6 ++----
15 2 files changed, 4 insertions(+), 8 deletions(-)
16
17 diff --git a/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild b/net-irc/kvirc/kvirc-5.2_pre20210630233331.ebuild
18 similarity index 99%
19 rename from net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
20 rename to net-irc/kvirc/kvirc-5.2_pre20210630233331.ebuild
21 index 9021ee741580..be505e60f4d5 100644
22 --- a/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild
23 +++ b/net-irc/kvirc/kvirc-5.2_pre20210630233331.ebuild
24 @@ -1,7 +1,7 @@
25 # Copyright 2009-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI="7"
29 +EAPI="8"
30 CMAKE_MAKEFILE_GENERATOR="emake"
31 PYTHON_COMPAT=( python3_{8..9} )
32
33 @@ -34,7 +34,6 @@ IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile
34 REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
35
36 BDEPEND="dev-lang/perl:0
37 - >=dev-util/cmake-3.16
38 virtual/pkgconfig
39 doc? ( app-doc/doxygen )
40 kde? ( kde-frameworks/extra-cmake-modules:5 )
41 @@ -71,8 +70,7 @@ DEPEND="dev-qt/qtcore:5
42 media-libs/libogg
43 media-libs/libtheora
44 media-libs/libvorbis
45 - )
46 -"
47 + )"
48 RDEPEND="${DEPEND}
49 gsm? ( media-sound/gsm )"
50
51
52 diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild
53 index 7f7a27ad95c0..359412505ad3 100644
54 --- a/net-irc/kvirc/kvirc-9999.ebuild
55 +++ b/net-irc/kvirc/kvirc-9999.ebuild
56 @@ -1,7 +1,7 @@
57 # Copyright 2009-2022 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 -EAPI="7"
61 +EAPI="8"
62 CMAKE_MAKEFILE_GENERATOR="emake"
63 PYTHON_COMPAT=( python3_{8..9} )
64
65 @@ -34,7 +34,6 @@ IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile
66 REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
67
68 BDEPEND="dev-lang/perl:0
69 - >=dev-util/cmake-3.16
70 virtual/pkgconfig
71 doc? ( app-doc/doxygen )
72 kde? ( kde-frameworks/extra-cmake-modules:5 )
73 @@ -71,8 +70,7 @@ DEPEND="dev-qt/qtcore:5
74 media-libs/libogg
75 media-libs/libtheora
76 media-libs/libvorbis
77 - )
78 -"
79 + )"
80 RDEPEND="${DEPEND}
81 gsm? ( media-sound/gsm )"