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 5A4601396D0 for ; Wed, 30 Aug 2017 13:15:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDCB5E0E4B; Wed, 30 Aug 2017 13:15:10 +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 BE2D0E0E4B for ; Wed, 30 Aug 2017 13:15:10 +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 0375D340BEA for ; Wed, 30 Aug 2017 13:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DAEC87E6 for ; Wed, 30 Aug 2017 13:15:08 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1504098891.cc7eebd37d947f09c8bcadea7a2fc71e06bd0526.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/cvs/cvs-1.12.12-r12.ebuild X-VCS-Directories: dev-vcs/cvs/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: cc7eebd37d947f09c8bcadea7a2fc71e06bd0526 X-VCS-Branch: master Date: Wed, 30 Aug 2017 13:15:08 +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: 7f78687e-3fb0-4048-8df7-6c02a0443c59 X-Archives-Hash: 5a669224f04e29fc999ae09ca2b33471 commit: cc7eebd37d947f09c8bcadea7a2fc71e06bd0526 Author: Pacho Ramos gentoo org> AuthorDate: Wed Aug 30 13:14:51 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Aug 30 13:14:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7eebd3 dev-vcs/cvs: Remove redundant elog message (#605842 and #440436) Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild index 4f603809d51..cb0af6f5427 100644 --- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild +++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild @@ -95,7 +95,3 @@ src_install() { newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs } - -pkg_postinst() { - use server || elog "If you want any CVS server functionality, you MUST emerge with USE=server!" -}