hasufell 14/11/06 21:59:28 Modified: ChangeLog openmw-0.33.0.ebuild Log: add useful elog (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.3 games-engines/openmw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-engines/openmw/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 6 Nov 2014 21:23:18 -0000 1.2 +++ ChangeLog 6 Nov 2014 21:59:28 -0000 1.3 @@ -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 <[email protected]> openmw-0.33.0.ebuild: + add useful elog 06 Nov 2014; Julian Ospald <[email protected]> openmw-0.33.0.ebuild, -files/openmw-0.33.0-build.patch, files/openmw-0.33.0-cfg.patch: 1.3 games-engines/openmw/openmw-0.33.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild?r1=1.2&r2=1.3 Index: openmw-0.33.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- openmw-0.33.0.ebuild 6 Nov 2014 21:23:18 -0000 1.2 +++ openmw-0.33.0.ebuild 6 Nov 2014 21:59:28 -0000 1.3 @@ -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_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() {
