summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-05-06 01:50:54 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-05-06 01:50:54 +0000
commitcd0ac6fb8a7a9079af99bb529711c3e17be4fd4d (patch)
treef00050b0baaab345943cb6d11ba5c414043f6473 /games-arcade
parentFix bug 228441 by cp'ing libtool-free admin/acinclude.m4.in to acinclude.m4 (diff)
downloadgentoo-2-cd0ac6fb8a7a9079af99bb529711c3e17be4fd4d.tar.gz
gentoo-2-cd0ac6fb8a7a9079af99bb529711c3e17be4fd4d.tar.bz2
gentoo-2-cd0ac6fb8a7a9079af99bb529711c3e17be4fd4d.zip
EAPI=2
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/apricots/ChangeLog6
-rw-r--r--games-arcade/apricots/apricots-0.2.6-r1.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/apricots/ChangeLog b/games-arcade/apricots/ChangeLog
index 34aa4f4af797..636f4465e120 100644
--- a/games-arcade/apricots/ChangeLog
+++ b/games-arcade/apricots/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/apricots
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/ChangeLog,v 1.14 2009/05/06 01:44:24 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/ChangeLog,v 1.15 2009/05/06 01:50:54 mr_bones_ Exp $
+
+ 06 May 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ apricots-0.2.6-r1.ebuild:
+ EAPI=2
06 May 2009; Peter Alfredsen <loki_val@gentoo.org>
apricots-0.2.6-r1.ebuild:
diff --git a/games-arcade/apricots/apricots-0.2.6-r1.ebuild b/games-arcade/apricots/apricots-0.2.6-r1.ebuild
index 7777a5935d83..d4af6a0f1bb1 100644
--- a/games-arcade/apricots/apricots-0.2.6-r1.ebuild
+++ b/games-arcade/apricots/apricots-0.2.6-r1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.7 2009/05/06 01:44:24 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.8 2009/05/06 01:50:54 mr_bones_ Exp $
+EAPI=2
inherit autotools eutils games
DESCRIPTION="Fly a plane around bomb/shoot the enemy. Port of Planegame from Amiga."
@@ -17,9 +18,7 @@ DEPEND="media-libs/libsdl
media-libs/openal
media-libs/freealut"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${P}-freealut.patch
cp admin/acinclude.m4.in acinclude.m4