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 7B4401396D0 for ; Sun, 24 Sep 2017 12:05:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B7E8E0D14; Sun, 24 Sep 2017 12:05:24 +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 799F3E0D14 for ; Sun, 24 Sep 2017 12:05:24 +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 D3C94340988 for ; Sun, 24 Sep 2017 12:05:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AB0783F7 for ; Sun, 24 Sep 2017 12:05:21 +0000 (UTC) From: "Keri Harris" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Keri Harris" Message-ID: <1506254704.71d1e899324295b45f8e7968e5a29807ae498200.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/logtalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/logtalk/logtalk-3.07.0.ebuild X-VCS-Directories: dev-lang/logtalk/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: 71d1e899324295b45f8e7968e5a29807ae498200 X-VCS-Branch: master Date: Sun, 24 Sep 2017 12:05:21 +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: 334993d8-1c6d-4fb5-a147-f00cb4149245 X-Archives-Hash: a32357c560badf506f4191c930d0e847 commit: 71d1e899324295b45f8e7968e5a29807ae498200 Author: Keri Harris gentoo org> AuthorDate: Sun Sep 24 12:04:52 2017 +0000 Commit: Keri Harris gentoo org> CommitDate: Sun Sep 24 12:05:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d1e899 dev-lang/logtalk: user-setup runs automatically on first invocation Package-Manager: Portage-2.3.8, Repoman-2.3.1 dev-lang/logtalk/logtalk-3.07.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-lang/logtalk/logtalk-3.07.0.ebuild b/dev-lang/logtalk/logtalk-3.07.0.ebuild index cf66066889e..cccf00c411f 100644 --- a/dev-lang/logtalk/logtalk-3.07.0.ebuild +++ b/dev-lang/logtalk/logtalk-3.07.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -101,9 +101,6 @@ src_install() { pkg_postinst() { fdo-mime_desktop_database_update - ewarn "Before running logtalk, users should execute" - ewarn "logtalk_user_setup *once*" - ewarn "" ewarn "The following integration scripts are installed" ewarn "for running logtalk with selected Prolog compilers:" ewarn "B-Prolog: /usr/bin/bplgt"