diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-11-06 21:59:28 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-11-06 21:59:28 +0000 |
commit | f8e316e66e76c69b4543dfd92a142a58daa0c005 (patch) | |
tree | 8350defbbd8b3138bb850f0a2e146c29271ca04b /games-engines | |
parent | pulseaudio needs to be built with glib support to provide the same files that... (diff) | |
download | gentoo-2-f8e316e66e76c69b4543dfd92a142a58daa0c005.tar.gz gentoo-2-f8e316e66e76c69b4543dfd92a142a58daa0c005.tar.bz2 gentoo-2-f8e316e66e76c69b4543dfd92a142a58daa0c005.zip |
add useful elog
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/openmw/ChangeLog | 5 | ||||
-rw-r--r-- | games-engines/openmw/openmw-0.33.0.ebuild | 11 |
2 files changed, 14 insertions, 2 deletions
diff --git a/games-engines/openmw/ChangeLog b/games-engines/openmw/ChangeLog index 9d08daaa91ab..c47d14b40185 100644 --- a/games-engines/openmw/ChangeLog +++ b/games-engines/openmw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/openmw # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/ChangeLog,v 1.2 2014/11/06 21:23:18 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/ChangeLog,v 1.3 2014/11/06 21:59:28 hasufell Exp $ + + 06 Nov 2014; Julian Ospald <hasufell@gentoo.org> openmw-0.33.0.ebuild: + add useful elog 06 Nov 2014; Julian Ospald <hasufell@gentoo.org> openmw-0.33.0.ebuild, -files/openmw-0.33.0-build.patch, files/openmw-0.33.0-cfg.patch: diff --git a/games-engines/openmw/openmw-0.33.0.ebuild b/games-engines/openmw/openmw-0.33.0.ebuild index 38fe4b21ae51..2e32f125ae3b 100644 --- a/games-engines/openmw/openmw-0.33.0.ebuild +++ b/games-engines/openmw/openmw-0.33.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild,v 1.2 2014/11/06 21:23:18 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild,v 1.3 2014/11/06 21:59:28 hasufell Exp $ EAPI=5 @@ -95,6 +95,15 @@ pkg_preinst() { pkg_postinst() { games_pkg_postinst gnome2_icon_cache_update + + if use !cdinstall ; then + elog "You need the original Morrowind Data files. If you haven't" + elog "installed them yet, you can install them straight via the" + elog "game launcher (launcher USE flag) which is the officially" + elog "supported method or by using the" + elog "games-rpg/morrowind-data (cdinstall USE flag) package" + elog "(this might not work for all morrowind releases out there)." + fi } pkg_postrm() { |