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-irc/ircii/
Date: Wed, 30 Jun 2021 18:40:49
Message-Id: 1625078371.03e9833c6aa9895c1d61317ab1e2ad27abcd141b.sam@gentoo
1 commit: 03e9833c6aa9895c1d61317ab1e2ad27abcd141b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 18:39:31 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 18:39:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e9833c
7
8 net-irc/ircii: add missing libcrypt dependency
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-irc/ircii/{ircii-20210314.ebuild => ircii-20210314-r1.ebuild} | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-irc/ircii/ircii-20210314.ebuild b/net-irc/ircii/ircii-20210314-r1.ebuild
16 similarity index 88%
17 rename from net-irc/ircii/ircii-20210314.ebuild
18 rename to net-irc/ircii/ircii-20210314-r1.ebuild
19 index 873dc09a5e9..81b72ece0e5 100644
20 --- a/net-irc/ircii/ircii-20210314.ebuild
21 +++ b/net-irc/ircii/ircii-20210314-r1.ebuild
22 @@ -10,12 +10,12 @@ SRC_URI="https://ircii.warped.com/${P}.tar.bz2
23 https://ircii.warped.com/old/${P}.tar.bz2"
24 HOMEPAGE="http://eterna.com.au/ircii/"
25
26 -SLOT="0"
27 LICENSE="BSD"
28 +SLOT="0"
29 KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
30 -IUSE=""
31
32 DEPEND="sys-libs/ncurses:0=
33 + virtual/libcrypt:=
34 virtual/libiconv"
35 RDEPEND="${DEPEND}"
36
37 @@ -27,7 +27,7 @@ src_configure() {
38 }
39
40 src_install() {
41 - #Still needed as of 20210314, otherwise man dirs don't exist at the right time
42 + # Still needed as of 20210314, otherwise man dirs don't exist at the right time
43 emake -j1 DESTDIR="${D}" install
44
45 dodoc ChangeLog INSTALL NEWS README \