public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100424.ebuild
@ 2010-07-17  6:40 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-07-17  6:40 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/07/17 06:40:24

  Modified:             ChangeLog
  Added:                alephone-20100424.ebuild
  Log:
  version bump
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.35                 games-fps/alephone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	12 Jul 2010 06:24:43 -0000	1.34
+++ ChangeLog	17 Jul 2010 06:40:24 -0000	1.35
@@ -1,6 +1,12 @@
 # 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.34 2010/07/12 06:24:43 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.35 2010/07/17 06:40:24 mr_bones_ Exp $
+
+*alephone-20100424 (17 Jul 2010)
+
+  17 Jul 2010; Michael Sterrett <mr_bones_@gentoo.org>
+  +alephone-20100424.ebuild:
+  version bump
 
   12 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
   alephone-20100218.ebuild:



1.1                  games-fps/alephone/alephone-20100424.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.1&content-type=text/plain

Index: alephone-20100424.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-20100424.ebuild,v 1.1 2010/07/17 06:40:24 mr_bones_ 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 sndfile speex truetype vorbis"

RDEPEND="media-libs/sdl-net
	media-libs/sdl-image
	media-libs/libsdl[video]
	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 )
	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) \
		--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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100424.ebuild
@ 2010-08-18 12:45 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-18 12:45 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/08/18 12:45:02

  Modified:             ChangeLog alephone-20100424.ebuild
  Log:
  Stable on amd64 wrt bug #333061
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 games-fps/alephone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	17 Jul 2010 06:40:24 -0000	1.35
+++ ChangeLog	18 Aug 2010 12:45:02 -0000	1.36
@@ -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.35 2010/07/17 06:40:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.36 2010/08/18 12:45:02 hwoarang Exp $
+
+  18 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+  alephone-20100424.ebuild:
+  Stable on amd64 wrt bug #333061
 
 *alephone-20100424 (17 Jul 2010)
 



1.2                  games-fps/alephone/alephone-20100424.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?r1=1.1&r2=1.2

Index: alephone-20100424.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alephone-20100424.ebuild	17 Jul 2010 06:40:24 -0000	1.1
+++ alephone-20100424.ebuild	18 Aug 2010 12:45:02 -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-20100424.ebuild,v 1.1 2010/07/17 06:40:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v 1.2 2010/08/18 12:45:02 hwoarang 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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100424.ebuild
@ 2010-08-19  3:35 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-08-19  3:35 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/08/19 03:35:39

  Modified:             ChangeLog alephone-20100424.ebuild
  Log:
  x86 stable wrt bug #333061
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.37                 games-fps/alephone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	18 Aug 2010 12:45:02 -0000	1.36
+++ ChangeLog	19 Aug 2010 03:35:39 -0000	1.37
@@ -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.36 2010/08/18 12:45:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.37 2010/08/19 03:35:39 phajdan.jr Exp $
+
+  19 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  alephone-20100424.ebuild:
+  x86 stable wrt bug #333061
 
   18 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
   alephone-20100424.ebuild:



1.3                  games-fps/alephone/alephone-20100424.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?r1=1.2&r2=1.3

Index: alephone-20100424.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alephone-20100424.ebuild	18 Aug 2010 12:45:02 -0000	1.2
+++ alephone-20100424.ebuild	19 Aug 2010 03:35:39 -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-20100424.ebuild,v 1.2 2010/08/18 12:45:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v 1.3 2010/08/19 03:35:39 phajdan.jr 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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100424.ebuild
@ 2011-01-20 23:34 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-01-20 23:34 UTC (permalink / raw
  To: gentoo-commits

tupone      11/01/20 23:34:46

  Modified:             ChangeLog alephone-20100424.ebuild
  Log:
  Fix build with boost-1.45. Bug #352123
  
  (Portage version: 2.1.9.34/cvs/Linux i686)

Revision  Changes    Path
1.38                 games-fps/alephone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	19 Aug 2010 03:35:39 -0000	1.37
+++ ChangeLog	20 Jan 2011 23:34:46 -0000	1.38
@@ -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.37 2010/08/19 03:35:39 phajdan.jr Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.38 2011/01/20 23:34:46 tupone Exp $
+
+  20 Jan 2011; Tupone Alfredo <tupone@gentoo.org> alephone-20100424.ebuild,
+  +files/alephone-20100424-boost_145.patch:
+  Fix build with boost-1.45. Bug #352123 by flameeyes@gentoo.org
 
   19 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   alephone-20100424.ebuild:



1.4                  games-fps/alephone/alephone-20100424.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?r1=1.3&r2=1.4

Index: alephone-20100424.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- alephone-20100424.ebuild	19 Aug 2010 03:35:39 -0000	1.3
+++ alephone-20100424.ebuild	20 Jan 2011 23:34:46 -0000	1.4
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v 1.3 2010/08/19 03:35:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v 1.4 2011/01/20 23:34:46 tupone Exp $
 
 EAPI=2
-inherit autotools games
+inherit autotools eutils games
 
 MY_P=AlephOne-${PV}
 DESCRIPTION="An enhanced version of the game engine from the classic Mac game, Marathon"
@@ -52,6 +52,8 @@
 		|| die "sed failed"
 	rm -rf Source_Files/Expat
 
+	epatch "${FILESDIR}"/${P}-boost_145.patch
+
 	eautoreconf
 }
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100424.ebuild
@ 2011-09-13  8:45 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-09-13  8:45 UTC (permalink / raw
  To: gentoo-commits

tupone      11/09/13 08:45:26

  Modified:             ChangeLog alephone-20100424.ebuild
  Log:
  Build with media-libs/libpng-1.5 Bug #380765
  
  (Portage version: 2.1.10.15/cvs/Linux i686)

Revision  Changes    Path
1.39                 games-fps/alephone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	20 Jan 2011 23:34:46 -0000	1.38
+++ ChangeLog	13 Sep 2011 08:45:26 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for games-fps/alephone
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.38 2011/01/20 23:34:46 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.39 2011/09/13 08:45:26 tupone Exp $
+
+  13 Sep 2011; Tupone Alfredo <tupone@gentoo.org> alephone-20100424.ebuild,
+  +files/alephone-20100424-png15.patch:
+  Build with media-libs/libpng-1.5 Bug #380765 by Diego Elio Pettenò
 
   20 Jan 2011; Tupone Alfredo <tupone@gentoo.org> alephone-20100424.ebuild,
   +files/alephone-20100424-boost_145.patch:



1.5                  games-fps/alephone/alephone-20100424.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?r1=1.4&r2=1.5

Index: alephone-20100424.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- alephone-20100424.ebuild	20 Jan 2011 23:34:46 -0000	1.4
+++ alephone-20100424.ebuild	13 Sep 2011 08:45:26 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v 1.4 2011/01/20 23:34:46 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v 1.5 2011/09/13 08:45:26 tupone Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -52,7 +52,8 @@
 		|| die "sed failed"
 	rm -rf Source_Files/Expat
 
-	epatch "${FILESDIR}"/${P}-boost_145.patch
+	epatch "${FILESDIR}"/${P}-boost_145.patch \
+		"${FILESDIR}"/${P}-png15.patch
 
 	eautoreconf
 }






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100424.ebuild
@ 2012-06-23  4:25 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-23  4:25 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/23 04:25:39

  Modified:             ChangeLog alephone-20100424.ebuild
  Log:
  Fix building with sys-devel/automake >= 1.12 wrt #422557
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 games-fps/alephone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	13 Sep 2011 08:45:26 -0000	1.39
+++ ChangeLog	23 Jun 2012 04:25:39 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/alephone
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.39 2011/09/13 08:45:26 tupone Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.40 2012/06/23 04:25:39 ssuominen Exp $
+
+  23 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> alephone-20100424.ebuild:
+  Fix building with sys-devel/automake >= 1.12 wrt #422557
 
   13 Sep 2011; Tupone Alfredo <tupone@gentoo.org> alephone-20100424.ebuild,
   +files/alephone-20100424-png15.patch:



1.6                  games-fps/alephone/alephone-20100424.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?r1=1.5&r2=1.6

Index: alephone-20100424.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- alephone-20100424.ebuild	13 Sep 2011 08:45:26 -0000	1.5
+++ alephone-20100424.ebuild	23 Jun 2012 04:25:39 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v 1.5 2011/09/13 08:45:26 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v 1.6 2012/06/23 04:25:39 ssuominen Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -20,7 +20,7 @@
 	media-libs/libsdl[video]
 	dev-libs/expat
 	dev-libs/zziplib
-	media-libs/libpng
+	media-libs/libpng:0
 	alsa? ( media-libs/alsa-lib )
 	mad? ( media-libs/libmad )
 	mpeg? ( media-libs/smpeg )
@@ -38,21 +38,25 @@
 src_prepare() {
 	sed "s:GAMES_DATADIR:${GAMES_DATADIR}:g" \
 		"${FILESDIR}"/${PN}.sh > "${T}"/${PN}.sh \
-		|| die "sed failed"
+		|| die
 
 	# 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"
+		|| die
 	sed -i \
 		-e '/Expat/d' \
 		configure.ac \
-		|| die "sed failed"
+		|| die
 	rm -rf Source_Files/Expat
 
-	epatch "${FILESDIR}"/${P}-boost_145.patch \
+	# for automake 1.12 compability - bug #422557
+	sed -i -e 's:AC_PROG_CC:&\nAC_PROG_OBJCXX:' configure.ac || die
+
+	epatch \
+		"${FILESDIR}"/${P}-boost_145.patch \
 		"${FILESDIR}"/${P}-png15.patch
 
 	eautoreconf






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100424.ebuild
@ 2012-10-15  8:50 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-10-15  8:50 UTC (permalink / raw
  To: gentoo-commits

tupone      12/10/15 08:50:20

  Modified:             ChangeLog alephone-20100424.ebuild
  Log:
  Fix build with gcc-4.7 Bug #423037
  
  (Portage version: 2.1.11.26/cvs/Linux i686)

Revision  Changes    Path
1.41                 games-fps/alephone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	23 Jun 2012 04:25:39 -0000	1.40
+++ ChangeLog	15 Oct 2012 08:50:20 -0000	1.41
@@ -1,6 +1,11 @@
 # ChangeLog for games-fps/alephone
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.40 2012/06/23 04:25:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/ChangeLog,v 1.41 2012/10/15 08:50:20 tupone Exp $
+
+  15 Oct 2012; Tupone Alfredo <tupone@gentoo.org> alephone-20100424.ebuild,
+  +files/alephone-20100424-gcc47.patch:
+  Fix build with gcc-4.7 Bug #423037 by Samuli Suominen
+  Moved to EAPI 4
 
   23 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> alephone-20100424.ebuild:
   Fix building with sys-devel/automake >= 1.12 wrt #422557



1.7                  games-fps/alephone/alephone-20100424.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild?r1=1.6&r2=1.7

Index: alephone-20100424.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- alephone-20100424.ebuild	23 Jun 2012 04:25:39 -0000	1.6
+++ alephone-20100424.ebuild	15 Oct 2012 08:50:20 -0000	1.7
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v 1.6 2012/06/23 04:25:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/alephone/alephone-20100424.ebuild,v 1.7 2012/10/15 08:50:20 tupone Exp $
 
-EAPI=2
+EAPI=4
 inherit autotools eutils games
 
 MY_P=AlephOne-${PV}
@@ -57,6 +57,7 @@
 
 	epatch \
 		"${FILESDIR}"/${P}-boost_145.patch \
+		"${FILESDIR}"/${P}-gcc47.patch \
 		"${FILESDIR}"/${P}-png15.patch
 
 	eautoreconf
@@ -64,7 +65,6 @@
 
 src_configure() {
 	egamesconf \
-		--disable-dependency-tracking \
 		--enable-lua \
 		$(use_enable alsa) \
 		$(use_enable mad) \
@@ -77,10 +77,9 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dogamesbin "${T}"/${PN}.sh || die "dogamesbin failed"
+	default
+	dogamesbin "${T}"/${PN}.sh
 	doman docs/${PN}.6
-	dodoc AUTHORS ChangeLog README
 	dohtml docs/*.html
 	prepgamesdirs
 }





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-10-15  8:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-17  6:40 [gentoo-commits] gentoo-x86 commit in games-fps/alephone: ChangeLog alephone-20100424.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-18 12:45 Markos Chandras (hwoarang)
2010-08-19  3:35 PaweA Hajdan (phajdan.jr)
2011-01-20 23:34 Alfredo Tupone (tupone)
2011-09-13  8:45 Alfredo Tupone (tupone)
2012-06-23  4:25 Samuli Suominen (ssuominen)
2012-10-15  8:50 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