Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/epic5/
Date: Mon, 07 Jun 2021 08:33:37
Message-Id: 1623054801.4489277b769e0d573f74328227464adea6a99795.juippis@gentoo
1 commit: 4489277b769e0d573f74328227464adea6a99795
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat May 8 17:17:47 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 7 08:33:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4489277b
7
8 net-irc/epic5: remove unused eclass
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 net-irc/epic5/epic5-2.0.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-irc/epic5/epic5-2.0.1.ebuild b/net-irc/epic5/epic5-2.0.1.ebuild
18 index d38b780348b..45d0990c99f 100644
19 --- a/net-irc/epic5/epic5-2.0.1.ebuild
20 +++ b/net-irc/epic5/epic5-2.0.1.ebuild
21 @@ -1,10 +1,10 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 USE_RUBY="ruby24 ruby25 ruby26"
28
29 -inherit autotools ruby-single toolchain-funcs
30 +inherit autotools ruby-single
31
32 DESCRIPTION="Epic5 IRC Client"
33 SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/${P}.tar.xz"