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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA9BC138239 for ; Sat, 7 Mar 2020 16:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15FB3E0896; Sat, 7 Mar 2020 16:00:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECCE3E0896 for ; Sat, 7 Mar 2020 15:59:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90EBE34F043 for ; Sat, 7 Mar 2020 15:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4030A17 for ; Sat, 7 Mar 2020 15:59:57 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1583596776.19814d499dab91fd4709c43be7598db5629c52f2.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/nullmailer/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/nullmailer/nullmailer-2.2-r1.ebuild mail-mta/nullmailer/nullmailer-2.2.ebuild X-VCS-Directories: mail-mta/nullmailer/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 19814d499dab91fd4709c43be7598db5629c52f2 X-VCS-Branch: master Date: Sat, 7 Mar 2020 15:59:57 +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: 51f135e3-f97e-4d48-8b61-bbdf8fe15e15 X-Archives-Hash: c3a3a894a2e38b0eab7060ad6997f563 commit: 19814d499dab91fd4709c43be7598db5629c52f2 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Mar 7 15:59:36 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Mar 7 15:59:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19814d49 mail-mta/nullmailer: migrate to sys-apps/shadow Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> .../nullmailer/{nullmailer-2.2.ebuild => nullmailer-2.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-mta/nullmailer/nullmailer-2.2.ebuild b/mail-mta/nullmailer/nullmailer-2.2-r1.ebuild similarity index 98% rename from mail-mta/nullmailer/nullmailer-2.2.ebuild rename to mail-mta/nullmailer/nullmailer-2.2-r1.ebuild index cea54398acb..051ce2259b9 100644 --- a/mail-mta/nullmailer/nullmailer-2.2.ebuild +++ b/mail-mta/nullmailer/nullmailer-2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ DEPEND=" " RDEPEND=" virtual/logger - virtual/shadow + sys-apps/shadow ssl? ( net-libs/gnutls:0= ) !mail-mta/courier !mail-mta/esmtp