diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 22:24:21 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 22:24:21 +0000 |
commit | cf0ea21b394c219a0eb47e91c1a0fba56571a248 (patch) | |
tree | c492fa437621d468ceef7ad3924c900019d55b81 /games-action | |
parent | Added new revision for testing which uses the brand-spankin-new games-mods.ec... (diff) | |
download | gentoo-2-cf0ea21b394c219a0eb47e91c1a0fba56571a248.tar.gz gentoo-2-cf0ea21b394c219a0eb47e91c1a0fba56571a248.tar.bz2 gentoo-2-cf0ea21b394c219a0eb47e91c1a0fba56571a248.zip |
Moved cdrom_get_cds to src_unpack since binary packages don't require the original media to install as well as some general cleanup.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/rune/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/rune/rune-1.07-r2.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games-action/rune/ChangeLog b/games-action/rune/ChangeLog index 26d95cf08cf8..29e7bee96d7d 100644 --- a/games-action/rune/ChangeLog +++ b/games-action/rune/ChangeLog @@ -1,6 +1,10 @@ # 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.12 2006/09/19 18:26:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.13 2006/10/24 22:24:21 wolf31o2 Exp $ + + 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> rune-1.07-r2.ebuild: + Moved cdrom_get_cds to src_unpack since binary packages don't require the + original media to install as well as some general cleanup. 19 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> rune-1.07-r2.ebuild: Adding strip to RESTRICT for bug #137819. diff --git a/games-action/rune/rune-1.07-r2.ebuild b/games-action/rune/rune-1.07-r2.ebuild index a5ee55339a3c..474bccefe70c 100644 --- a/games-action/rune/rune-1.07-r2.ebuild +++ b/games-action/rune/rune-1.07-r2.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-r2.ebuild,v 1.4 2006/09/19 18:26:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild,v 1.5 2006/10/24 22:24:21 wolf31o2 Exp $ inherit eutils games @@ -34,13 +34,9 @@ GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} -pkg_setup() { - games_pkg_setup +src_unpack() { export CDROM_SET_NAMES=("Linux Rune CD" "Windows Rune CD") cdrom_get_cds System/rune-bin:System/Rune.exe -} - -src_unpack() { dodir "${dir}" if [[ ${CDROM_SET} -eq 0 ]] then |