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-im/sendxmpp/
Date: Mon, 01 Nov 2021 21:56:11
Message-Id: 1635803705.7ecd9a56b971b454a4130c6b7a5ca0b707267666.jsmolic@gentoo
1 commit: 7ecd9a56b971b454a4130c6b7a5ca0b707267666
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 19:11:10 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 21:55:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecd9a56
7
8 net-im/sendxmpp: Port to EAPI 8
9
10 Closes: https://bugs.gentoo.org/819336
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 net-im/sendxmpp/sendxmpp-1.24.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/net-im/sendxmpp/sendxmpp-1.24.ebuild b/net-im/sendxmpp/sendxmpp-1.24.ebuild
17 index 29dad73f0f5..f170e4a2625 100644
18 --- a/net-im/sendxmpp/sendxmpp-1.24.ebuild
19 +++ b/net-im/sendxmpp/sendxmpp-1.24.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=8
27
28 inherit perl-module
29
30 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/lhost/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="amd64 ~hppa ppc sparc x86"
34 -IUSE=""
35
36 RDEPEND="dev-perl/Net-XMPP
37 dev-perl/Authen-SASL