Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/net6/
Date: Mon, 02 Apr 2018 10:21:51
Message-Id: 1522664327.3137c77ed2d11c572a71ff1276002f7c3824ffcc.pacho@gentoo
1 commit: 3137c77ed2d11c572a71ff1276002f7c3824ffcc
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 10:18:47 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 10:18:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3137c77e
7
8 net-libs/net6: Drop obsolete elog message (#572738)
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 net-libs/net6/net6-1.3.14-r2.ebuild | 8 +-------
13 1 file changed, 1 insertion(+), 7 deletions(-)
14
15 diff --git a/net-libs/net6/net6-1.3.14-r2.ebuild b/net-libs/net6/net6-1.3.14-r2.ebuild
16 index b0af352cb3b..525537b3d75 100644
17 --- a/net-libs/net6/net6-1.3.14-r2.ebuild
18 +++ b/net-libs/net6/net6-1.3.14-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -35,9 +35,3 @@ src_install() {
26 default
27 prune_libtool_files
28 }
29 -
30 -pkg_postinst() {
31 - elog "Please note that because of the use of C++ templates"
32 - elog "Gobby 0.4 has to be recompiled against the new ${PN}"
33 - elog "to pick up the changes."
34 -}