From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SldrQ-0000Xl-Ts for garchives@archives.gentoo.org; Mon, 02 Jul 2012 10:28:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F228E0738; Mon, 2 Jul 2012 10:27:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 31DE8E0738 for ; Mon, 2 Jul 2012 10:27:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 924071B40BD for ; Mon, 2 Jul 2012 10:27:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2B623E5436 for ; Mon, 2 Jul 2012 10:27:54 +0000 (UTC) From: "Christian Schmitt" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Schmitt" Message-ID: <1341224818.30a869e6f99c94ae71a010aecee1cb360bebc065.christian@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-simulation/flightgear/flightgear-2.6.0.ebuild games-simulation/flightgear/flightgear-9999.ebuild X-VCS-Directories: games-simulation/flightgear/ X-VCS-Committer: christian X-VCS-Committer-Name: Christian Schmitt X-VCS-Revision: 30a869e6f99c94ae71a010aecee1cb360bebc065 X-VCS-Branch: master Date: Mon, 2 Jul 2012 10:27:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 052c57a5-4a40-415f-bc98-1d5478f94f1f X-Archives-Hash: a81d19db9154a0a4d59cd7267be1dd68 commit: 30a869e6f99c94ae71a010aecee1cb360bebc065 Author: Christian Schmitt ilovelinux de> AuthorDate: Mon Jul 2 10:26:58 2012 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Mon Jul 2 10:26:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D30a869e6 [games-simulation/flightgear] add an elog informing about launchers --- .../flightgear/flightgear-2.6.0.ebuild | 7 +++++++ games-simulation/flightgear/flightgear-9999.ebuild | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletions(-) diff --git a/games-simulation/flightgear/flightgear-2.6.0.ebuild b/games-= simulation/flightgear/flightgear-2.6.0.ebuild index 6429022..d2fa549 100644 --- a/games-simulation/flightgear/flightgear-2.6.0.ebuild +++ b/games-simulation/flightgear/flightgear-2.6.0.ebuild @@ -50,3 +50,10 @@ src_install() { make_desktop_entry fgfs "FlightGear" prepgamesdirs } + +pkg_postinst() { + elog "It is recommended that you install one of the available launchers= ," + elog "as they provide easy access to startup options:" + elog "* games-simulation/fgx" + elog "* games-simulation/fgrun" +} diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-s= imulation/flightgear/flightgear-9999.ebuild index 64615b4..7413cd0 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -67,7 +67,12 @@ pkg_postinst() { elog "To download fgdata, use" elog "\"git clone git://mapserver.flightgear.org/fgdata/ SOMEPATH\"." elog - elog elog "Don't forget that before updating FlightGear you will most likely= " elog "have to update Simgear, too" + elog + elog + elog "It is recommended that you install one of the available launchers= ," + elog "as they provide easy access to startup options:" + elog "* games-simulation/fgx" + elog "* games-simulation/fgrun" }