diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-04 17:12:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-04 17:12:53 +0000 |
commit | e49a205b6cfdb7a5d2575a084b3e251f67c38cf4 (patch) | |
tree | f77f3bbc60bcbcd87a0cae7f6a3719b008e986cf /games-action | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-e49a205b6cfdb7a5d2575a084b3e251f67c38cf4.tar.gz gentoo-2-e49a205b6cfdb7a5d2575a084b3e251f67c38cf4.tar.bz2 gentoo-2-e49a205b6cfdb7a5d2575a084b3e251f67c38cf4.zip |
esd is deprecated
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/xshipwars/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/xshipwars/xshipwars-2.5.5.ebuild | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/games-action/xshipwars/ChangeLog b/games-action/xshipwars/ChangeLog index 223bbd600192..e588f5ff363f 100644 --- a/games-action/xshipwars/ChangeLog +++ b/games-action/xshipwars/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/xshipwars -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.22 2008/11/30 08:01:23 tupone Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.23 2009/11/04 17:12:53 mr_bones_ Exp $ + + 04 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> + xshipwars-2.5.5.ebuild: + esd is deprecated 30 Nov 2008; Tupone Alfredo <tupone@gentoo.org> -files/xshipwars-2.5.5-64bit.patch, xshipwars-2.5.5.ebuild: diff --git a/games-action/xshipwars/xshipwars-2.5.5.ebuild b/games-action/xshipwars/xshipwars-2.5.5.ebuild index 9547dcfdf5df..56c0af83f298 100644 --- a/games-action/xshipwars/xshipwars-2.5.5.ebuild +++ b/games-action/xshipwars/xshipwars-2.5.5.ebuild @@ -1,6 +1,6 @@ -# 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-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.8 2008/11/30 08:01:23 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.9 2009/11/04 17:12:52 mr_bones_ Exp $ inherit toolchain-funcs eutils games @@ -16,12 +16,11 @@ SRC_URI="http://wolfpack.twu.net/users/wolfpack/${MY_P}.tar.bz2 LICENSE="GPL-2 xshipwars" SLOT="0" KEYWORDS="~amd64 ppc x86" -IUSE="joystick yiff esd debug" +IUSE="joystick yiff debug" RDEPEND="x11-libs/libXpm joystick? ( media-libs/libjsw ) - yiff? ( media-libs/yiff ) - esd? ( media-sound/esound )" + yiff? ( media-libs/yiff )" DEPEND="${RDEPEND} x11-proto/xextproto" @@ -47,12 +46,12 @@ src_compile() { --disable-arch-i586 \ --disable-arch-i686 \ --disable-arch-pentiumpro \ + --disable-ESounD \ $(use_enable joystick libjsw) \ $(use_enable debug) \ --enable-X11 \ --enable-libXpm \ $(use_enable yiff Y2) \ - $(use_enable esd ESounD) \ " # xsw uses --{en,dis}able=FEATURE syntax myconf=${myconf//able-/able=} |