* [gentoo-commits] gentoo-x86 commit in games-board/gtkboard: gtkboard-0.11_pre0.ebuild
@ 2010-05-24 14:59 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-05-24 14:59 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/05/24 14:59:29
Modified: gtkboard-0.11_pre0.ebuild
Log:
clean up
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.16 games-board/gtkboard/gtkboard-0.11_pre0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild?r1=1.15&r2=1.16
Index: gtkboard-0.11_pre0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gtkboard-0.11_pre0.ebuild 24 May 2010 12:08:50 -0000 1.15
+++ gtkboard-0.11_pre0.ebuild 24 May 2010 14:59:29 -0000 1.16
@@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.15 2010/05/24 12:08:50 tupone Exp $
-EAPI="2"
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.16 2010/05/24 14:59:29 mr_bones_ Exp $
+EAPI=2
inherit eutils games
MY_P=${P/_}
@@ -16,8 +16,8 @@
IUSE="gnome"
RDEPEND=">=x11-libs/gtk+-2
- media-libs/libsdl
- media-libs/sdl-mixer
+ media-libs/libsdl[audio]
+ media-libs/sdl-mixer[vorbis]
gnome? ( gnome-base/libgnomeui )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
@@ -27,7 +27,7 @@
PATCHES=(
"${FILESDIR}"/${P}-gcc41.patch
"${FILESDIR}"/${P}-gcc45.patch
- )
+)
src_configure() {
egamesconf \
@@ -35,8 +35,7 @@
--datadir="${GAMES_DATADIR}"/${PN} \
--enable-gtk2 \
--enable-sdl \
- $(use_enable gnome) \
- || die
+ $(use_enable gnome)
}
src_install() {
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-board/gtkboard: gtkboard-0.11_pre0.ebuild
@ 2011-02-22 19:03 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-02-22 19:03 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 11/02/22 19:03:05
Modified: gtkboard-0.11_pre0.ebuild
Log:
slot dep for gtk+
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.17 games-board/gtkboard/gtkboard-0.11_pre0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild?r1=1.16&r2=1.17
Index: gtkboard-0.11_pre0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gtkboard-0.11_pre0.ebuild 24 May 2010 14:59:29 -0000 1.16
+++ gtkboard-0.11_pre0.ebuild 22 Feb 2011 19:03:05 -0000 1.17
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.16 2010/05/24 14:59:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.17 2011/02/22 19:03:05 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -15,7 +15,7 @@
KEYWORDS="amd64 ppc x86"
IUSE="gnome"
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
media-libs/libsdl[audio]
media-libs/sdl-mixer[vorbis]
gnome? ( gnome-base/libgnomeui )"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-22 19:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-24 14:59 [gentoo-commits] gentoo-x86 commit in games-board/gtkboard: gtkboard-0.11_pre0.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2011-02-22 19:03 Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox