diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-02 17:29:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-02 17:29:06 +0000 |
commit | b96a8061376e6ed6fd8e6a4ae3f98f611fa476e0 (patch) | |
tree | 0367cf7d964a1f7e28907a370caa5ab3c3d68e2b /games-strategy/uqm/uqm-0.6.2.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-b96a8061376e6ed6fd8e6a4ae3f98f611fa476e0.tar.gz gentoo-2-b96a8061376e6ed6fd8e6a4ae3f98f611fa476e0.tar.bz2 gentoo-2-b96a8061376e6ed6fd8e6a4ae3f98f611fa476e0.zip |
EAPI=2
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'games-strategy/uqm/uqm-0.6.2.ebuild')
-rw-r--r-- | games-strategy/uqm/uqm-0.6.2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games-strategy/uqm/uqm-0.6.2.ebuild b/games-strategy/uqm/uqm-0.6.2.ebuild index 89d52db76453..7fe053d86693 100644 --- a/games-strategy/uqm/uqm-0.6.2.ebuild +++ b/games-strategy/uqm/uqm-0.6.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.6.2.ebuild,v 1.10 2010/01/22 16:55:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.6.2.ebuild,v 1.11 2010/02/02 17:29:06 mr_bones_ Exp $ -EAPI=1 +EAPI=2 inherit eutils multilib games DESCRIPTION="The Ur-Quan Masters: Port of Star Control 2" @@ -32,10 +32,11 @@ DEPEND="${RDEPEND} app-arch/unzip" src_unpack() { - local myopengl - unpack ${P}-source.tgz - cd "${S}" +} + +src_prepare() { + local myopengl # Because the new 0.6.* source archives have # everything in a subdir called "sc2". This, |