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/bnc/
Date: Wed, 30 Jun 2021 18:40:49
Message-Id: 1625078377.1c9e269e688297ac6866f978514815ba04d56033.sam@gentoo
1 commit: 1c9e269e688297ac6866f978514815ba04d56033
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 18:39:37 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 18:39:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9e269e
7
8 net-irc/bnc: add missing libcrypt dependency
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-irc/bnc/{bnc-2.9.4-r1.ebuild => bnc-2.9.4-r2.ebuild} | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/net-irc/bnc/bnc-2.9.4-r1.ebuild b/net-irc/bnc/bnc-2.9.4-r2.ebuild
16 similarity index 89%
17 rename from net-irc/bnc/bnc-2.9.4-r1.ebuild
18 rename to net-irc/bnc/bnc-2.9.4-r2.ebuild
19 index c59d47de39e..15f92bbc17b 100644
20 --- a/net-irc/bnc/bnc-2.9.4-r1.ebuild
21 +++ b/net-irc/bnc/bnc-2.9.4-r2.ebuild
22 @@ -1,23 +1,23 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 MY_P="${P/-/}"
31 DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server"
32 HOMEPAGE="http://gotbnc.com/"
33 SRC_URI="http://gotbnc.com/files/${MY_P}.tar.gz"
34 +S="${WORKDIR}/${MY_P}"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="~alpha amd64 arm ppc ppc64 ~s390 sparc x86"
39 IUSE="ssl"
40
41 -DEPEND="ssl? ( dev-libs/openssl:0= )"
42 +DEPEND="virtual/libcrypt:=
43 + ssl? ( dev-libs/openssl:0= )"
44 RDEPEND="${DEPEND}"
45
46 -S="${WORKDIR}/${MY_P}"
47 -
48 PATCHES=(
49 "${FILESDIR}/respect-cflags-ldflags.patch"
50 "${FILESDIR}/${PN}-2.9.3-64bit.patch"