From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4213F15800F for ; Tue, 24 Jan 2023 07:29:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 503DAE07C9; Tue, 24 Jan 2023 07:29:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C675E07C9 for ; Tue, 24 Jan 2023 07:29:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E7B6340E3B for ; Tue, 24 Jan 2023 07:29:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC885865 for ; Tue, 24 Jan 2023 07:29:15 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1674544946.a2ed9190072d2e7b1f677b5ea75fb2c9da2d315f.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/courier-imap/courier-imap-5.2.1-r1.ebuild net-mail/courier-imap/courier-imap-5.2.1-r2.ebuild X-VCS-Directories: net-mail/courier-imap/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: a2ed9190072d2e7b1f677b5ea75fb2c9da2d315f X-VCS-Branch: master Date: Tue, 24 Jan 2023 07:29:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fe140f78-0e8e-458d-a5ed-73146636ac2c X-Archives-Hash: d3d0aeb0cb67ddfea3890baa9482960f commit: a2ed9190072d2e7b1f677b5ea75fb2c9da2d315f Author: Alfredo Tupone gentoo org> AuthorDate: Tue Jan 24 07:21:38 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jan 24 07:22:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ed9190 net-mail/courier-imap: simplify deps, remove fam Signed-off-by: Alfredo Tupone gentoo.org> ...-5.2.1-r1.ebuild => courier-imap-5.2.1-r2.ebuild} | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/net-mail/courier-imap/courier-imap-5.2.1-r1.ebuild b/net-mail/courier-imap/courier-imap-5.2.1-r2.ebuild similarity index 95% rename from net-mail/courier-imap/courier-imap-5.2.1-r1.ebuild rename to net-mail/courier-imap/courier-imap-5.2.1-r2.ebuild index e49fb6eb3694..403ebd030787 100644 --- a/net-mail/courier-imap/courier-imap-5.2.1-r1.ebuild +++ b/net-mail/courier-imap/courier-imap-5.2.1-r2.ebuild @@ -12,7 +12,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="berkdb debug fam +gdbm gnutls ipv6 selinux trashquota" +IUSE="berkdb debug +gdbm gnutls ipv6 selinux trashquota" REQUIRED_USE="|| ( berkdb gdbm )" CDEPEND=" @@ -24,15 +24,9 @@ CDEPEND=" >=net-libs/courier-unicode-2:= >=net-mail/mailbase-0.00-r8 net-dns/libidn:= - berkdb? ( - sys-libs/db:= - net-mail/courier-makedat[berkdb?,gdbm?] - ) - fam? ( virtual/fam ) - gdbm? ( - >=sys-libs/gdbm-1.8.0:= - net-mail/courier-makedat[berkdb?,gdbm?] - ) + net-mail/courier-makedat[berkdb?,gdbm?] + berkdb? ( sys-libs/db:= ) + gdbm? ( >=sys-libs/gdbm-1.8.0:= ) " DEPEND="${CDEPEND} dev-lang/perl @@ -118,17 +112,11 @@ src_configure() { --with-mailuser=mail \ --with-mailgroup=mail \ --with-certsdir="/etc/courier-imap" \ - $(use_with fam) \ $(use_with ipv6) \ $(use_with gnutls) \ ${myconf} } -#src_compile() { - # spurious failures with parallel compiles, bug #???? -# emake -j1 -#} - src_install() { dodir "/var/lib/${PN}" /etc/pam.d keepdir /var/lib/courier-imap