Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs/
Date: Wed, 30 Aug 2017 13:15:36
Message-Id: 1504098891.cc7eebd37d947f09c8bcadea7a2fc71e06bd0526.pacho@gentoo
1 commit: cc7eebd37d947f09c8bcadea7a2fc71e06bd0526
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 13:14:51 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 13:14:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7eebd3
7
8 dev-vcs/cvs: Remove redundant elog message (#605842 and #440436)
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 4 ----
13 1 file changed, 4 deletions(-)
14
15 diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
16 index 4f603809d51..cb0af6f5427 100644
17 --- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
18 +++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
19 @@ -95,7 +95,3 @@ src_install() {
20
21 newpamd "${FILESDIR}"/cvs.pam-include-1.12.12 cvs
22 }
23 -
24 -pkg_postinst() {
25 - use server || elog "If you want any CVS server functionality, you MUST emerge with USE=server!"
26 -}