diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-09-05 13:29:21 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-09-05 13:29:21 +0000 |
commit | 7b2fb08c3ad9dce282a2c3ea23e346caf6b4e48c (patch) | |
tree | 21961c1c1e2c57ca9d5d2e404f158905ee718d64 /games-rpg | |
parent | Adding patch wrt security bug #189255 (diff) | |
download | gentoo-2-7b2fb08c3ad9dce282a2c3ea23e346caf6b4e48c.tar.gz gentoo-2-7b2fb08c3ad9dce282a2c3ea23e346caf6b4e48c.tar.bz2 gentoo-2-7b2fb08c3ad9dce282a2c3ea23e346caf6b4e48c.zip |
Changed URI for custom libSDL. Added postinst message describing new features. Fixed keywords.
(Portage version: 2.1.3.7)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/nwn/ChangeLog | 6 | ||||
-rw-r--r-- | games-rpg/nwn/nwn-1.68-r2.ebuild | 12 |
2 files changed, 14 insertions, 4 deletions
diff --git a/games-rpg/nwn/ChangeLog b/games-rpg/nwn/ChangeLog index 1382cf61d124..1cc1bcee3ca1 100644 --- a/games-rpg/nwn/ChangeLog +++ b/games-rpg/nwn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/nwn # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.59 2007/09/04 20:12:02 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.60 2007/09/05 13:29:21 calchan Exp $ + + 05 Sep 2007; Denis Dupeyron <calchan@gentoo.org> nwn-1.68-r2.ebuild: + Changed URI for custom libSDL. Added postinst message describing new + features. Fixed keywords. 04 Sep 2007; Denis Dupeyron <calchan@gentoo.org> nwn-1.68-r1.ebuild: Applied locale dir fix to current stable version (see bug #183344 diff --git a/games-rpg/nwn/nwn-1.68-r2.ebuild b/games-rpg/nwn/nwn-1.68-r2.ebuild index ddb67aaeeecd..e53d7ad84cf6 100644 --- a/games-rpg/nwn/nwn-1.68-r2.ebuild +++ b/games-rpg/nwn/nwn-1.68-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r2.ebuild,v 1.1 2007/09/04 19:36:32 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r2.ebuild,v 1.2 2007/09/05 13:29:21 calchan Exp $ inherit eutils games @@ -14,7 +14,7 @@ HOU_NAME=_linuxclient${MY_PV}_xp2.tar.gz DESCRIPTION="role-playing game set in a huge medieval fantasy world of Dungeons and Dragons" HOMEPAGE="http://nwn.bioware.com/downloads/linuxclient.html" -SRC_URI="http://gentooexperimental.org/~calchan/distfiles/nwn-libsdl-1.2.12.tar.bz2 +SRC_URI="http://dev.gentoo.org/~calchan/distfiles/nwn-libsdl-1.2.12.tar.bz2 linguas_fr? ( !sou? ( !hou? ( ${PATCH_URL_BASE}/French${PACKAGE_NAME} ) ) sou? ( ${PATCH_URL_BASE}/French${SOU_NAME} ) @@ -46,7 +46,7 @@ SRC_URI="http://gentooexperimental.org/~calchan/distfiles/nwn-libsdl-1.2.12.tar. LICENSE="NWN-EULA" SLOT="0" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* ~amd64 ~x86" IUSE="sou hou ${LANGUAGES}" # nowin USE flag not used anymore by pkg_setup() RESTRICT="mirror strip" @@ -241,6 +241,12 @@ src_install() { pkg_postinst() { games_pkg_postinst + einfo "The included custom libSDL is patched to enable the following key sequences:" + einfo " * Right-Alt & Enter - Toggle between FullScreen/Windowed" + einfo " * Left-Alt & Enter - Iconify Window" + einfo " * Left-Control & G - Disable the mouse grab that keeps the cursor inside the NWN window" + einfo " * Right-Control & G - Re-enable the mouse grab to keep the cursor inside the NWN window" + einfo einfo "The NWN linux client is now installed." einfo "Proceed with the following step in order to get it working:" einfo "Run ${dir}/fixinstall as root" |