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 4E2F4138334 for ; Tue, 26 Feb 2019 14:45:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02861E07A9; Tue, 26 Feb 2019 14:45:46 +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 CF7C9E07A9 for ; Tue, 26 Feb 2019 14:45:45 +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 2569F335C9C for ; Tue, 26 Feb 2019 14:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89C0A54A for ; Tue, 26 Feb 2019 14:45:41 +0000 (UTC) From: "Eray Aslan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" Message-ID: <1551192332.e5e3349c2d9bff7a7c309cdc1b34b502d4f92f81.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailutils/mailutils-3.6.ebuild X-VCS-Directories: net-mail/mailutils/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: e5e3349c2d9bff7a7c309cdc1b34b502d4f92f81 X-VCS-Branch: master Date: Tue, 26 Feb 2019 14:45:41 +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: d646094e-1673-409f-b3f8-74484ad3b63b X-Archives-Hash: 8611c5de038b375a86e9ba8b18af263a commit: e5e3349c2d9bff7a7c309cdc1b34b502d4f92f81 Author: Eray Aslan gentoo org> AuthorDate: Tue Feb 26 14:44:53 2019 +0000 Commit: Eray Aslan gentoo org> CommitDate: Tue Feb 26 14:45:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e3349c net-mail/mailutils: ebuild clean up Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Eray Aslan gentoo.org> net-mail/mailutils/mailutils-3.6.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/net-mail/mailutils/mailutils-3.6.ebuild b/net-mail/mailutils/mailutils-3.6.ebuild index 0943bdb530c..7360f6552ed 100644 --- a/net-mail/mailutils/mailutils-3.6.ebuild +++ b/net-mail/mailutils/mailutils-3.6.ebuild @@ -48,8 +48,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) - servers? ( tcpd ) - servers? ( ldap )" + servers? ( tcpd ldap )" DOCS=( ABOUT-NLS AUTHORS COPYING COPYING.LESSER ChangeLog INSTALL NEWS README THANKS TODO ) PATCHES=( "${FILESDIR}/${PN}-3.5-add-include.patch" \ @@ -66,9 +65,6 @@ src_prepare() { sed -i -e /^INCLUDES/"s:$:$(mysql_config --include):" \ sql/Makefile.am || die fi - # bug 669946 - #eapply "${FILESDIR}/${PN}-3.5-add-include.patch" - #eapply_user eautoreconf } @@ -132,8 +128,6 @@ src_install() { newinitd "${FILESDIR}"/comsatd.initd comsatd fi - #dodoc AUTHORS ChangeLog NEWS README* THANKS TODO - # compatibility link use clients && dosym /usr/bin/mail /bin/mail