diff options
Diffstat (limited to 'games-action/rune')
-rw-r--r-- | games-action/rune/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/rune/rune-1.07-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/rune/ChangeLog b/games-action/rune/ChangeLog index 74a5617231b7..6c0319577166 100644 --- a/games-action/rune/ChangeLog +++ b/games-action/rune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/rune # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.7 2006/03/21 14:59:13 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.8 2006/04/13 19:53:38 wolf31o2 Exp $ + + 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> rune-1.07-r1.ebuild: + Moved games_pkg_setup to the beginning of pkg_setup. 21 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> rune-1.07-r1.ebuild: Marking stable on amd64/x86 as there have been no bug reports in 4 months diff --git a/games-action/rune/rune-1.07-r1.ebuild b/games-action/rune/rune-1.07-r1.ebuild index b18c3279479f..405f61fde494 100644 --- a/games-action/rune/rune-1.07-r1.ebuild +++ b/games-action/rune/rune-1.07-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r1.ebuild,v 1.5 2006/03/21 14:59:13 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r1.ebuild,v 1.6 2006/04/13 19:53:38 wolf31o2 Exp $ inherit eutils games @@ -37,9 +37,9 @@ dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} pkg_setup() { + games_pkg_setup export CDROM_SET_NAMES=("Linux Rune CD" "Windows Rune CD") cdrom_get_cds System/rune-bin:System/Rune.exe - games_pkg_setup } src_unpack() { |