diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-07 18:39:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-07 18:39:22 +0000 |
commit | ceb52908a1a46ea1cff5dcef40b038f329e2ee27 (patch) | |
tree | 8da23d292ecb91f144ac1411862ebb3ea55957d5 /games-action | |
parent | version bump (diff) | |
download | gentoo-2-ceb52908a1a46ea1cff5dcef40b038f329e2ee27.tar.gz gentoo-2-ceb52908a1a46ea1cff5dcef40b038f329e2ee27.tar.bz2 gentoo-2-ceb52908a1a46ea1cff5dcef40b038f329e2ee27.zip |
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/trackballs/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/trackballs/trackballs-1.1.4.ebuild | 17 |
2 files changed, 13 insertions, 12 deletions
diff --git a/games-action/trackballs/ChangeLog b/games-action/trackballs/ChangeLog index ed59e87a4c82..1a66ea3ae438 100644 --- a/games-action/trackballs/ChangeLog +++ b/games-action/trackballs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/trackballs -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/ChangeLog,v 1.24 2008/02/29 18:08:34 carlo Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/ChangeLog,v 1.25 2009/11/07 18:39:22 mr_bones_ Exp $ + + 07 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> + trackballs-1.1.4.ebuild: + EAPI=2 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> trackballs-1.1.2.ebuild: Remove icon extension from desktop entry to match Icon Theme Specification. diff --git a/games-action/trackballs/trackballs-1.1.4.ebuild b/games-action/trackballs/trackballs-1.1.4.ebuild index 1558b64a6d7c..f3d83ab7d5dc 100644 --- a/games-action/trackballs/trackballs-1.1.4.ebuild +++ b/games-action/trackballs/trackballs-1.1.4.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-action/trackballs/trackballs-1.1.4.ebuild,v 1.5 2008/01/06 07:23:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/trackballs-1.1.4.ebuild,v 1.6 2009/11/07 18:39:22 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="simple game similar to the classical game Marble Madness" @@ -16,7 +17,7 @@ IUSE="nls" RDEPEND="virtual/opengl virtual/glu - media-libs/libsdl + media-libs/libsdl[audio,joystick,video] >=dev-scheme/guile-1.8 media-libs/sdl-mixer media-libs/sdl-image @@ -25,9 +26,7 @@ RDEPEND="virtual/opengl DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { sed -i \ -e 's/icons //' share/Makefile.in \ || die "sed failed" @@ -38,13 +37,11 @@ src_unpack() { || die "sed failed" } -src_compile() { +src_configure() { egamesconf \ --disable-dependency-tracking \ --with-highscores="${GAMES_STATEDIR}"/${PN}-highscores \ - $(use_enable nls) \ - || die - emake || die "emake failed" + $(use_enable nls) } src_install() { |