diff options
author | 2009-10-14 22:37:54 +0000 | |
---|---|---|
committer | 2009-10-14 22:37:54 +0000 | |
commit | 63f3e75e2dc03a87c12f4fc0a82b70312afdda5f (patch) | |
tree | 40b953eec33af85670b4cd3ca0d4eb9c47f58df5 /games-arcade/berusky | |
parent | Fixing sandbox violation with device-mapper, bug 249904 (diff) | |
download | gentoo-2-63f3e75e2dc03a87c12f4fc0a82b70312afdda5f.tar.gz gentoo-2-63f3e75e2dc03a87c12f4fc0a82b70312afdda5f.tar.bz2 gentoo-2-63f3e75e2dc03a87c12f4fc0a82b70312afdda5f.zip |
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade/berusky')
-rw-r--r-- | games-arcade/berusky/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/berusky/berusky-1.1.ebuild | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games-arcade/berusky/ChangeLog b/games-arcade/berusky/ChangeLog index d0204119f783..202f147658d5 100644 --- a/games-arcade/berusky/ChangeLog +++ b/games-arcade/berusky/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/berusky -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/berusky/ChangeLog,v 1.1 2007/08/28 15:31:36 tupone Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/berusky/ChangeLog,v 1.2 2009/10/14 22:37:54 mr_bones_ Exp $ + + 14 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> berusky-1.1.ebuild: + EAPI=2 *berusky-1.1 (28 Aug 2007) diff --git a/games-arcade/berusky/berusky-1.1.ebuild b/games-arcade/berusky/berusky-1.1.ebuild index 553bd865eb12..0c7cda1d3512 100644 --- a/games-arcade/berusky/berusky-1.1.ebuild +++ b/games-arcade/berusky/berusky-1.1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/berusky/berusky-1.1.ebuild,v 1.2 2007/08/28 16:50:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/berusky/berusky-1.1.ebuild,v 1.3 2009/10/14 22:37:54 mr_bones_ Exp $ +EAPI=2 inherit autotools eutils games DATAFILE=${PN}-data-1.0 @@ -15,11 +16,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="media-libs/libsdl" +DEPEND="media-libs/libsdl[video]" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { mv ../${DATAFILE}/{berusky.ini,GameData,Graphics,Levels} . \ || die "failed moving data" epatch "${FILESDIR}"/${P}-gentoo.patch |