diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-29 19:32:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-29 19:32:58 +0000 |
commit | f822cc7ea5d1a6d7a8d5c035744dad43d5ce53ff (patch) | |
tree | a4a5ab998188b52c73b5b253663583d86c5fcf6d /games-rpg | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-f822cc7ea5d1a6d7a8d5c035744dad43d5ce53ff.tar.gz gentoo-2-f822cc7ea5d1a6d7a8d5c035744dad43d5ce53ff.tar.bz2 gentoo-2-f822cc7ea5d1a6d7a8d5c035744dad43d5ce53ff.zip |
tidying patch from Ian Leonard (bug #211869)
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/nwn-data/ChangeLog | 6 | ||||
-rw-r--r-- | games-rpg/nwn-data/nwn-data-1.29-r3.ebuild | 18 |
2 files changed, 9 insertions, 15 deletions
diff --git a/games-rpg/nwn-data/ChangeLog b/games-rpg/nwn-data/ChangeLog index ab066c7c0612..b6e68325f775 100644 --- a/games-rpg/nwn-data/ChangeLog +++ b/games-rpg/nwn-data/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/nwn-data # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/ChangeLog,v 1.34 2008/02/16 23:22:54 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/ChangeLog,v 1.35 2008/02/29 19:32:58 mr_bones_ Exp $ + + 29 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org> + nwn-data-1.29-r3.ebuild: + tidying patch from Ian Leonard (bug #211869) 16 Feb 2008; Denis Dupeyron <calchan@gentoo.org> -nwn-data-1.29-r2.ebuild: Removed old experimental ebuild. diff --git a/games-rpg/nwn-data/nwn-data-1.29-r3.ebuild b/games-rpg/nwn-data/nwn-data-1.29-r3.ebuild index c6bc85b80cae..d6e717dabf70 100644 --- a/games-rpg/nwn-data/nwn-data-1.29-r3.ebuild +++ b/games-rpg/nwn-data/nwn-data-1.29-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/nwn-data-1.29-r3.ebuild,v 1.1 2008/02/16 23:00:00 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/nwn-data-1.29-r3.ebuild,v 1.2 2008/02/29 19:32:58 mr_bones_ Exp $ inherit eutils games @@ -190,7 +190,7 @@ get_cd_set() { disk2.zip disk3.zip disk4.zip ;; gold_cd) - einfo "Shadow of Undrentide will be installed from your CDS along" + einfo "Shadow of Undrentide will be installed from your CDs along" einfo "with the original Neverwinter Nights. If you have the" einfo "Hordes of the Underdark expansion, it will be installed after." touch .metadata/orig || die "touch orig" @@ -198,7 +198,7 @@ get_cd_set() { export CDROM_NAME_4="CD4" if use hou then - einfo "You will also need the HoU CDs for this installation." + einfo "You will also need the HoU CD for this installation." export CDROM_NAME_5="HoU" cdrom_get_cds ArcadeInstallNWNXP1_12d.EXE disk2.zip \ disk3.zip disk4.zip ArcadeInstallNWNXP213f.EXE @@ -582,17 +582,7 @@ src_install() { done ) fi done - if ! use sou && ! use hou && use nowin - then - if [[ -f data/patch.bif ]] - then - chmod a-x data/patch.bif - fi - if [[ -f patch.key ]] - then - chmod a-x patch.key - fi - fi + doicon "${DISTDIR}"/nwn.png prepgamesdirs |