diff options
author | 2015-01-22 16:44:16 +0000 | |
---|---|---|
committer | 2015-01-22 16:44:16 +0000 | |
commit | e2f9df353c88725092d07d27312f8afc7b3c24e8 (patch) | |
tree | 5ba9f6e30d17e036272170c7156811777b33b36e /games-engines | |
parent | sci-chemistry/ccpn: Drop obsolete patches (diff) | |
download | gentoo-2-e2f9df353c88725092d07d27312f8afc7b3c24e8.tar.gz gentoo-2-e2f9df353c88725092d07d27312f8afc7b3c24e8.tar.bz2 gentoo-2-e2f9df353c88725092d07d27312f8afc7b3c24e8.zip |
rm cdinstall USE flag wrt #537260
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/openmw/ChangeLog | 7 | ||||
-rw-r--r-- | games-engines/openmw/openmw-0.33.0-r2.ebuild | 19 |
2 files changed, 12 insertions, 14 deletions
diff --git a/games-engines/openmw/ChangeLog b/games-engines/openmw/ChangeLog index 0aae593cc839..f770448522e0 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.5 2014/11/08 23:33:48 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/ChangeLog,v 1.6 2015/01/22 16:44:16 hasufell Exp $ + + 22 Jan 2015; Julian Ospald <hasufell@gentoo.org> openmw-0.33.0-r2.ebuild: + rm cdinstall USE flag wrt #537260 *openmw-0.33.0-r2 (08 Nov 2014) diff --git a/games-engines/openmw/openmw-0.33.0-r2.ebuild b/games-engines/openmw/openmw-0.33.0-r2.ebuild index acc5dd9be647..b18e9a322ad5 100644 --- a/games-engines/openmw/openmw-0.33.0-r2.ebuild +++ b/games-engines/openmw/openmw-0.33.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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-r2.ebuild,v 1.1 2014/11/08 23:33:48 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/openmw-0.33.0-r2.ebuild,v 1.2 2015/01/22 16:44:16 hasufell Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/OpenMW/openmw/archive/${P}.tar.gz" LICENSE="GPL-3 MIT BitstreamVera OFL-1.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc cdinstall devtools +launcher" +IUSE="doc devtools +launcher" # XXX static build RDEPEND=">=dev-games/mygui-3.2.1 @@ -32,7 +32,6 @@ RDEPEND=">=dev-games/mygui-3.2.1 DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen media-gfx/graphviz )" -PDEPEND="cdinstall? ( games-rpg/morrowind-data )" S=${WORKDIR}/${PN}-${P} @@ -96,14 +95,10 @@ 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 + 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." } pkg_postrm() { |