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 2AEA6158086 for ; Mon, 3 Jan 2022 21:36:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 046D6E0794; Mon, 3 Jan 2022 21:36:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D4F4E0794 for ; Mon, 3 Jan 2022 21:36:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 48716342D2B for ; Mon, 3 Jan 2022 21:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0DA9275 for ; Mon, 3 Jan 2022 21:36:06 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1641245756.51b6a0f2b2fb633a1b62f92f7812bc8c91b20246.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: virtual/sendmail/ X-VCS-Repository: repo/proj/guru X-VCS-Files: virtual/sendmail/metadata.xml virtual/sendmail/sendmail-0.ebuild X-VCS-Directories: virtual/sendmail/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 51b6a0f2b2fb633a1b62f92f7812bc8c91b20246 X-VCS-Branch: dev Date: Mon, 3 Jan 2022 21:36:06 +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: db7e105a-b04a-45b2-9c3b-917d01dbc154 X-Archives-Hash: 94befbc39d21ee2a6846090b99393c44 commit: 51b6a0f2b2fb633a1b62f92f7812bc8c91b20246 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jan 3 19:20:23 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Jan 3 21:35:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51b6a0f2 virtual/sendmail: initial import Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> virtual/sendmail/metadata.xml | 8 ++++++++ virtual/sendmail/sendmail-0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/virtual/sendmail/metadata.xml b/virtual/sendmail/metadata.xml new file mode 100644 index 000000000..7ebbd0334 --- /dev/null +++ b/virtual/sendmail/metadata.xml @@ -0,0 +1,8 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + diff --git a/virtual/sendmail/sendmail-0.ebuild b/virtual/sendmail/sendmail-0.ebuild new file mode 100644 index 000000000..c793d1345 --- /dev/null +++ b/virtual/sendmail/sendmail-0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for sendmail program" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +DEPEND=" + || ( + mail-mta/nullmailer + mail-mta/msmtp[mta] + mail-mta/ssmtp[mta] + mail-mta/esmtp + mail-mta/opensmtpd + mail-mta/postfix + mail-mta/courier + mail-mta/exim + mail-mta/sendmail + virtual/qmail + ) +"