summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-10-14 23:41:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-10-14 23:41:08 +0000
commite34bccd709d67e8776afcd17e9052933ae4a4e57 (patch)
tree572fa9b1158a4f2cd9c4ca5ab1253121be838176 /games-strategy/lightyears
parentversion bump (diff)
downloadgentoo-2-e34bccd709d67e8776afcd17e9052933ae4a4e57.tar.gz
gentoo-2-e34bccd709d67e8776afcd17e9052933ae4a4e57.tar.bz2
gentoo-2-e34bccd709d67e8776afcd17e9052933ae4a4e57.zip
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-strategy/lightyears')
-rw-r--r--games-strategy/lightyears/ChangeLog8
-rw-r--r--games-strategy/lightyears/lightyears-1.3a.ebuild10
2 files changed, 10 insertions, 8 deletions
diff --git a/games-strategy/lightyears/ChangeLog b/games-strategy/lightyears/ChangeLog
index 130edc442c36..b68cea037744 100644
--- a/games-strategy/lightyears/ChangeLog
+++ b/games-strategy/lightyears/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/lightyears
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.7 2008/11/05 20:56:17 tupone Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.8 2009/10/14 23:41:08 mr_bones_ Exp $
+
+ 14 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ lightyears-1.3a.ebuild:
+ EAPI=2
*lightyears-1.3a (05 Nov 2008)
diff --git a/games-strategy/lightyears/lightyears-1.3a.ebuild b/games-strategy/lightyears/lightyears-1.3a.ebuild
index 178793f798f9..2fa842072cb4 100644
--- a/games-strategy/lightyears/lightyears-1.3a.ebuild
+++ b/games-strategy/lightyears/lightyears-1.3a.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.3a.ebuild,v 1.1 2008/11/05 20:56:17 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.3a.ebuild,v 1.2 2009/10/14 23:41:08 mr_bones_ Exp $
+EAPI=2
inherit eutils python games
DESCRIPTION="a single-player game with a science-fiction theme"
@@ -16,10 +17,7 @@ IUSE=""
DEPEND="dev-lang/python
dev-python/pygame"
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
+src_prepare() {
epatch "${FILESDIR}/${P}"-gentoo.patch
sed -i \
-e "s:@GENTOO_LIBDIR@:$(games_get_libdir)/${PN}:" \