* [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100218.ebuild
@ 2010-02-21 19:19 Alfredo Tupone (tupone)
0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-02-21 19:19 UTC (permalink / raw
To: gentoo-commits
tupone 10/02/21 19:19:14
Modified: ChangeLog
Added: alephone-20100218.ebuild
Log:
Version bump to 20100218. Bug #306085
(Portage version: 2.1.7.16/cvs/Linux i686)
Revision Changes Path
1.29 games-fps/alephone/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 7 Nov 2009 17:00:47 -0000 1.28
+++ ChangeLog 21 Feb 2010 19:19:13 -0000 1.29
@@ -1,6 +1,11 @@
# ChangeLog for games-fps/alephone
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.28 2009/11/07 17:00:47 volkmar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.29 2010/02/21 19:19:13 tupone Exp $
+
+*alephone-20100218 (21 Feb 2010)
+
+ 21 Feb 2010; Tupone Alfredo <tupone@gentoo.org> +alephone-20100218.ebuild:
+ Version bump to 20100218. Bug #306085 by hitachi
07 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> alephone-20091015.ebuild:
Keywording for ppc, bug 275131
1.1 games-fps/alephone/alephone-20100218.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?rev=1.1&content-type=text/plain
Index: alephone-20100218.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild,v 1.1 2010/02/21 19:19:13 tupone Exp $
EAPI=2
inherit autotools games
MY_P=AlephOne-${PV}
DESCRIPTION="An enhanced version of the game engine from the classic Mac game, Marathon"
HOMEPAGE="http://source.bungie.org/"
SRC_URI="mirror://sourceforge/marathon/${MY_P}.tar.bz2"
LICENSE="GPL-2 BitstreamVera"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="alsa mad mpeg opengl sndfile speex truetype vorbis"
RDEPEND="media-libs/sdl-net
media-libs/sdl-image
media-libs/libsdl
dev-libs/expat
alsa? ( media-libs/alsa-lib )
mad? ( media-libs/libmad )
mpeg? ( media-libs/smpeg )
opengl? ( virtual/opengl )
sndfile? ( media-libs/libsndfile )
speex? ( media-libs/speex )
truetype? ( media-libs/sdl-ttf )
vorbis? ( media-libs/libvorbis )"
DEPEND="${RDEPEND}
dev-libs/boost"
S=${WORKDIR}/${MY_P}
src_prepare() {
sed "s:GAMES_DATADIR:${GAMES_DATADIR}:g" \
"${FILESDIR}"/${PN}.sh > "${T}"/${PN}.sh \
|| die "sed failed"
# try using the system expat - bug #251108
sed -i \
-e '/SUBDIRS/ s/Expat//' \
-e 's/Expat\/libexpat.a/-lexpat/' \
Source_Files/Makefile.am \
|| die "sed failed"
sed -i \
-e '/Expat/d' \
configure.ac \
|| die "sed failed"
rm -rf Source_Files/Expat
eautoreconf
}
src_configure() {
egamesconf \
--disable-dependency-tracking \
--enable-lua \
$(use_enable alsa) \
$(use_enable mad) \
$(use_enable mpeg smpeg) \
$(use_enable opengl) \
$(use_enable sndfile) \
$(use_enable speex) \
$(use_enable truetype ttf) \
$(use_enable vorbis)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dogamesbin "${T}"/${PN}.sh || die "dogamesbin failed"
doman docs/${PN}.6
dodoc AUTHORS ChangeLog README
dohtml docs/*.html
prepgamesdirs
}
pkg_postinst() {
games_pkg_postinst
echo
elog "Read the docs and install the data files accordingly to play."
echo
elog "If you only want to install one scenario, read"
elog "http://traxus.bungie.org/index.php/Aleph_One_install_guide#Single_scenario_3"
elog "If you want to install multiple scenarios, read"
elog "http://traxus.bungie.org/index.php/Aleph_One_install_guide#Multiple_scenarios_3"
echo
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100218.ebuild
@ 2010-02-21 20:52 Alfredo Tupone (tupone)
0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-02-21 20:52 UTC (permalink / raw
To: gentoo-commits
tupone 10/02/21 20:52:39
Modified: ChangeLog alephone-20100218.ebuild
Log:
Removing opengl use flag. Fix Bug #298104
(Portage version: 2.1.7.16/cvs/Linux i686)
Revision Changes Path
1.30 games-fps/alephone/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 21 Feb 2010 19:19:13 -0000 1.29
+++ ChangeLog 21 Feb 2010 20:52:39 -0000 1.30
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/alephone
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.29 2010/02/21 19:19:13 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.30 2010/02/21 20:52:39 tupone Exp $
+
+ 21 Feb 2010; Tupone Alfredo <tupone@gentoo.org> alephone-20100218.ebuild:
+ Removing opengl use flag. Fix Bug #298104 by flameeyes@gentoo.org
*alephone-20100218 (21 Feb 2010)
1.2 games-fps/alephone/alephone-20100218.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?r1=1.1&r2=1.2
Index: alephone-20100218.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alephone-20100218.ebuild 21 Feb 2010 19:19:13 -0000 1.1
+++ alephone-20100218.ebuild 21 Feb 2010 20:52:39 -0000 1.2
@@ -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-fps/alephone/alephone-20100218.ebuild,v 1.1 2010/02/21 19:19:13 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild,v 1.2 2010/02/21 20:52:39 tupone Exp $
EAPI=2
inherit autotools games
@@ -13,7 +13,7 @@
LICENSE="GPL-2 BitstreamVera"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="alsa mad mpeg opengl sndfile speex truetype vorbis"
+IUSE="alsa mad mpeg sndfile speex truetype vorbis"
RDEPEND="media-libs/sdl-net
media-libs/sdl-image
@@ -22,7 +22,7 @@
alsa? ( media-libs/alsa-lib )
mad? ( media-libs/libmad )
mpeg? ( media-libs/smpeg )
- opengl? ( virtual/opengl )
+ virtual/opengl
sndfile? ( media-libs/libsndfile )
speex? ( media-libs/speex )
truetype? ( media-libs/sdl-ttf )
@@ -59,7 +59,7 @@
$(use_enable alsa) \
$(use_enable mad) \
$(use_enable mpeg smpeg) \
- $(use_enable opengl) \
+ --enable-opengl
$(use_enable sndfile) \
$(use_enable speex) \
$(use_enable truetype ttf) \
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100218.ebuild
@ 2010-03-05 8:09 Alfredo Tupone (tupone)
0 siblings, 0 replies; 6+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-03-05 8:09 UTC (permalink / raw
To: gentoo-commits
tupone 10/03/05 08:09:01
Modified: ChangeLog alephone-20100218.ebuild
Log:
Adding dev-libs/zzlib dependency. Bug #307581
(Portage version: 2.1.7.16/cvs/Linux i686)
Revision Changes Path
1.31 games-fps/alephone/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 21 Feb 2010 20:52:39 -0000 1.30
+++ ChangeLog 5 Mar 2010 08:09:00 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/alephone
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.30 2010/02/21 20:52:39 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.31 2010/03/05 08:09:00 tupone Exp $
+
+ 05 Mar 2010; Tupone Alfredo <tupone@gentoo.org> alephone-20100218.ebuild:
+ Adding dev-libs/zzlib dependency. Bug #307581 by j.habenicht
21 Feb 2010; Tupone Alfredo <tupone@gentoo.org> alephone-20100218.ebuild:
Removing opengl use flag. Fix Bug #298104 by flameeyes@gentoo.org
1.3 games-fps/alephone/alephone-20100218.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?r1=1.2&r2=1.3
Index: alephone-20100218.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alephone-20100218.ebuild 21 Feb 2010 20:52:39 -0000 1.2
+++ alephone-20100218.ebuild 5 Mar 2010 08:09:00 -0000 1.3
@@ -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-fps/alephone/alephone-20100218.ebuild,v 1.2 2010/02/21 20:52:39 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild,v 1.3 2010/03/05 08:09:00 tupone Exp $
EAPI=2
inherit autotools games
@@ -19,10 +19,13 @@
media-libs/sdl-image
media-libs/libsdl
dev-libs/expat
+ dev-libs/zziplib
+ media-libs/libpng
alsa? ( media-libs/alsa-lib )
mad? ( media-libs/libmad )
mpeg? ( media-libs/smpeg )
virtual/opengl
+ virtual/glu
sndfile? ( media-libs/libsndfile )
speex? ( media-libs/speex )
truetype? ( media-libs/sdl-ttf )
@@ -59,7 +62,7 @@
$(use_enable alsa) \
$(use_enable mad) \
$(use_enable mpeg smpeg) \
- --enable-opengl
+ --enable-opengl \
$(use_enable sndfile) \
$(use_enable speex) \
$(use_enable truetype ttf) \
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100218.ebuild
@ 2010-04-04 16:49 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-04-04 16:49 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/04/04 16:49:40
Modified: ChangeLog alephone-20100218.ebuild
Log:
add use dep for libsdl
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.32 games-fps/alephone/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 5 Mar 2010 08:09:00 -0000 1.31
+++ ChangeLog 4 Apr 2010 16:49:40 -0000 1.32
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/alephone
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.31 2010/03/05 08:09:00 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.32 2010/04/04 16:49:40 mr_bones_ Exp $
+
+ 04 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ alephone-20100218.ebuild:
+ add use dep for libsdl
05 Mar 2010; Tupone Alfredo <tupone@gentoo.org> alephone-20100218.ebuild:
Adding dev-libs/zzlib dependency. Bug #307581 by j.habenicht
1.4 games-fps/alephone/alephone-20100218.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?r1=1.3&r2=1.4
Index: alephone-20100218.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- alephone-20100218.ebuild 5 Mar 2010 08:09:00 -0000 1.3
+++ alephone-20100218.ebuild 4 Apr 2010 16:49:40 -0000 1.4
@@ -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-fps/alephone/alephone-20100218.ebuild,v 1.3 2010/03/05 08:09:00 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild,v 1.4 2010/04/04 16:49:40 mr_bones_ Exp $
EAPI=2
inherit autotools games
@@ -17,7 +17,7 @@
RDEPEND="media-libs/sdl-net
media-libs/sdl-image
- media-libs/libsdl
+ media-libs/libsdl[video]
dev-libs/expat
dev-libs/zziplib
media-libs/libpng
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100218.ebuild
@ 2010-05-25 21:33 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2010-05-25 21:33 UTC (permalink / raw
To: gentoo-commits
pacho 10/05/25 21:33:24
Modified: ChangeLog alephone-20100218.ebuild
Log:
stable amd64, bug 318515
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.33 games-fps/alephone/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 4 Apr 2010 16:49:40 -0000 1.32
+++ ChangeLog 25 May 2010 21:33:24 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/alephone
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.32 2010/04/04 16:49:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.33 2010/05/25 21:33:24 pacho Exp $
+
+ 25 May 2010; Pacho Ramos <pacho@gentoo.org> alephone-20100218.ebuild:
+ stable amd64, bug 318515
04 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org>
alephone-20100218.ebuild:
1.5 games-fps/alephone/alephone-20100218.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?r1=1.4&r2=1.5
Index: alephone-20100218.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- alephone-20100218.ebuild 4 Apr 2010 16:49:40 -0000 1.4
+++ alephone-20100218.ebuild 25 May 2010 21:33:24 -0000 1.5
@@ -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-fps/alephone/alephone-20100218.ebuild,v 1.4 2010/04/04 16:49:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild,v 1.5 2010/05/25 21:33:24 pacho Exp $
EAPI=2
inherit autotools games
@@ -12,7 +12,7 @@
LICENSE="GPL-2 BitstreamVera"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE="alsa mad mpeg sndfile speex truetype vorbis"
RDEPEND="media-libs/sdl-net
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100218.ebuild
@ 2010-07-12 6:24 Christian Faulhammer (fauli)
0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-12 6:24 UTC (permalink / raw
To: gentoo-commits
fauli 10/07/12 06:24:43
Modified: ChangeLog alephone-20100218.ebuild
Log:
stable x86, bug 318515
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.34 games-fps/alephone/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 25 May 2010 21:33:24 -0000 1.33
+++ ChangeLog 12 Jul 2010 06:24:43 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/alephone
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.33 2010/05/25 21:33:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.34 2010/07/12 06:24:43 fauli Exp $
+
+ 12 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+ alephone-20100218.ebuild:
+ stable x86, bug 318515
25 May 2010; Pacho Ramos <pacho@gentoo.org> alephone-20100218.ebuild:
stable amd64, bug 318515
1.6 games-fps/alephone/alephone-20100218.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild?r1=1.5&r2=1.6
Index: alephone-20100218.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- alephone-20100218.ebuild 25 May 2010 21:33:24 -0000 1.5
+++ alephone-20100218.ebuild 12 Jul 2010 06:24:43 -0000 1.6
@@ -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-fps/alephone/alephone-20100218.ebuild,v 1.5 2010/05/25 21:33:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100218.ebuild,v 1.6 2010/07/12 06:24:43 fauli Exp $
EAPI=2
inherit autotools games
@@ -12,7 +12,7 @@
LICENSE="GPL-2 BitstreamVera"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="alsa mad mpeg sndfile speex truetype vorbis"
RDEPEND="media-libs/sdl-net
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-07-12 6:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-21 20:52 [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100218.ebuild Alfredo Tupone (tupone)
-- strict thread matches above, loose matches on Subject: below --
2010-07-12 6:24 Christian Faulhammer (fauli)
2010-05-25 21:33 Pacho Ramos (pacho)
2010-04-04 16:49 Michael Sterrett (mr_bones_)
2010-03-05 8:09 Alfredo Tupone (tupone)
2010-02-21 19:19 Alfredo Tupone (tupone)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox