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 0B504138334 for ; Wed, 29 Aug 2018 05:41:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D96BEE07EF; Wed, 29 Aug 2018 05:41:30 +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 AEC80E07EF for ; Wed, 29 Aug 2018 05:41:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2267033FAD1 for ; Wed, 29 Aug 2018 05:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 871BC3B8 for ; Wed, 29 Aug 2018 05:41:27 +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: <1535521276.389b3bff88b2a65bc0f2f60802e6926eb06b62cd.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/cyrus-imapd/cyrus-imapd-3.0.8.ebuild X-VCS-Directories: net-mail/cyrus-imapd/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: 389b3bff88b2a65bc0f2f60802e6926eb06b62cd X-VCS-Branch: master Date: Wed, 29 Aug 2018 05:41:27 +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-Archives-Salt: 3a354e27-c9e7-4f20-8655-dfa66e6ab0dc X-Archives-Hash: eeee07c7c61c3fb958de7068c23363f6 commit: 389b3bff88b2a65bc0f2f60802e6926eb06b62cd Author: Eray Aslan gentoo org> AuthorDate: Wed Aug 29 05:41:16 2018 +0000 Commit: Eray Aslan gentoo org> CommitDate: Wed Aug 29 05:41:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389b3bff net-mail/cyrus-imapd: QA: blank line Package-Manager: Portage-2.3.48, Repoman-2.3.10 net-mail/cyrus-imapd/cyrus-imapd-3.0.8.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.8.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-3.0.8.ebuild index 8ab9e5689ef..610dbc059bc 100644 --- a/net-mail/cyrus-imapd/cyrus-imapd-3.0.8.ebuild +++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.8.ebuild @@ -4,7 +4,6 @@ EAPI=6 inherit autotools flag-o-matic pam ssl-cert user - DESCRIPTION="The Cyrus IMAP Server" HOMEPAGE="http://www.cyrusimap.org/" SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz"