public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.1.1.ebuild
@ 2011-07-05  5:40 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-07-05  5:40 UTC (permalink / raw
  To: gentoo-commits

tupone      11/07/05 05:40:34

  Modified:             ChangeLog
  Added:                clanbomber-2.1.1.ebuild
  Log:
  Version bump to 2.1.1 Bug #369537
  
  (Portage version: 2.1.10.4/cvs/Linux i686)

Revision  Changes    Path
1.14                 games-action/clanbomber/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	9 Dec 2009 22:45:48 -0000	1.13
+++ ChangeLog	5 Jul 2011 05:40:33 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for games-action/clanbomber
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.13 2009/12/09 22:45:48 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.14 2011/07/05 05:40:33 tupone Exp $
+
+*clanbomber-2.1.1 (05 Jul 2011)
+
+  05 Jul 2011; Tupone Alfredo <tupone@gentoo.org> +clanbomber-2.1.1.ebuild:
+  Version bump to 2.1.1 Bug #369537 by Victor Ostorga
 
   09 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
   clanbomber-2.0.9.1.ebuild:



1.1                  games-action/clanbomber/clanbomber-2.1.1.ebuild

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

Index: clanbomber-2.1.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.1 2011/07/05 05:40:33 tupone Exp $

EAPI=2

inherit base eutils games

DESCRIPTION="Bomberman-like multiplayer game"
HOMEPAGE="http://savannah.nongnu.org/projects/clanbomber/"
SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.lzma"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="media-libs/sdl-image
	media-libs/sdl-ttf
	media-libs/sdl-gfx"
RDEPEND="${DEPEND}
	dev-libs/boost"

DOCS=( AUTHORS ChangeLog ChangeLog.hg IDEAS LICENSE.DEJAVU NEWS QUOTES README
	TODO )

src_install() {
	base_src_install
	newicon src/pics/cup2.png ${PN}.png
	make_desktop_entry ${PN}2 ClanBomber2
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.1.1.ebuild
@ 2011-07-12 17:42 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-07-12 17:42 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/07/12 17:42:51

  Modified:             ChangeLog clanbomber-2.1.1.ebuild
  Log:
  clean up deps and install (bug #374865)
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.15                 games-action/clanbomber/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	5 Jul 2011 05:40:33 -0000	1.14
+++ ChangeLog	12 Jul 2011 17:42:51 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/clanbomber
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.14 2011/07/05 05:40:33 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.15 2011/07/12 17:42:51 mr_bones_ Exp $
+
+  12 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> clanbomber-2.1.1.ebuild:
+  clean up deps and install (bug #374865)
 
 *clanbomber-2.1.1 (05 Jul 2011)
 



1.2                  games-action/clanbomber/clanbomber-2.1.1.ebuild

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

Index: clanbomber-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clanbomber-2.1.1.ebuild	5 Jul 2011 05:40:33 -0000	1.1
+++ clanbomber-2.1.1.ebuild	12 Jul 2011 17:42:51 -0000	1.2
@@ -1,10 +1,9 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.1 2011/07/05 05:40:33 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.2 2011/07/12 17:42:51 mr_bones_ Exp $
 
 EAPI=2
-
-inherit base eutils games
+inherit autotools base eutils flag-o-matic games
 
 DESCRIPTION="Bomberman-like multiplayer game"
 HOMEPAGE="http://savannah.nongnu.org/projects/clanbomber/"
@@ -15,18 +14,45 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-DEPEND="media-libs/sdl-image
+RDEPEND="media-libs/libsdl[audio,joystick,video]
+	media-libs/sdl-image[png]
+	media-libs/sdl-mixer
 	media-libs/sdl-ttf
-	media-libs/sdl-gfx"
-RDEPEND="${DEPEND}
-	dev-libs/boost"
-
-DOCS=( AUTHORS ChangeLog ChangeLog.hg IDEAS LICENSE.DEJAVU NEWS QUOTES README
-	TODO )
+	media-libs/sdl-gfx
+	>dev-libs/boost-1.36
+	<dev-libs/boost-1.46
+	media-fonts/dejavu"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog ChangeLog.hg IDEAS NEWS QUOTES README TODO )
+
+src_prepare() {
+	local boost_ver=$(best_version "<dev-libs/boost-1.46")
+
+	boost_ver=${boost_ver/*boost-/}
+	boost_ver=${boost_ver%.*}
+	boost_ver=${boost_ver/./_}
+
+	einfo "Using boost version ${boost_ver}"
+	append-cxxflags \
+		-I/usr/include/boost-${boost_ver}
+	append-ldflags \
+		-L/usr/$(get_libdir)/boost-${boost_ver}
+	append-flags -DBOOST_FILESYSTEM_VERSION=2
+
+	export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
+	export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
+	sed -i -e 's/menuentry//' src/Makefile.am || die
+	eautoreconf
+}
 
 src_install() {
 	base_src_install
 	newicon src/pics/cup2.png ${PN}.png
 	make_desktop_entry ${PN}2 ClanBomber2
+	rm -f "${D}${GAMES_DATADIR}"/${PN}/fonts/DejaVuSans-Bold.ttf
+	dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf \
+		"${GAMES_DATADIR}"/${PN}/fonts/
 	prepgamesdirs
 }






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

* [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.1.1.ebuild
@ 2011-08-21  3:31 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-08-21  3:31 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/08/21 03:31:24

  Modified:             ChangeLog clanbomber-2.1.1.ebuild
  Log:
  x86 stable wrt bug #378839
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.16                 games-action/clanbomber/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	12 Jul 2011 17:42:51 -0000	1.15
+++ ChangeLog	21 Aug 2011 03:31:24 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/clanbomber
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.15 2011/07/12 17:42:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.16 2011/08/21 03:31:24 phajdan.jr Exp $
+
+  21 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> clanbomber-2.1.1.ebuild:
+  x86 stable wrt bug #378839
 
   12 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> clanbomber-2.1.1.ebuild:
   clean up deps and install (bug #374865)



1.3                  games-action/clanbomber/clanbomber-2.1.1.ebuild

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

Index: clanbomber-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- clanbomber-2.1.1.ebuild	12 Jul 2011 17:42:51 -0000	1.2
+++ clanbomber-2.1.1.ebuild	21 Aug 2011 03:31:24 -0000	1.3
@@ -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-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.2 2011/07/12 17:42:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.3 2011/08/21 03:31:24 phajdan.jr Exp $
 
 EAPI=2
 inherit autotools base eutils flag-o-matic games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="media-libs/libsdl[audio,joystick,video]






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

* [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.1.1.ebuild
@ 2012-05-03  3:02 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-03  3:02 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/03 03:02:33

  Modified:             ChangeLog clanbomber-2.1.1.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.17                 games-action/clanbomber/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	21 Aug 2011 03:31:24 -0000	1.16
+++ ChangeLog	3 May 2012 03:02:33 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/clanbomber
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.16 2011/08/21 03:31:24 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.17 2012/05/03 03:02:33 jdhore Exp $
+
+  03 May 2012; Jeff Horelick <jdhore@gentoo.org> clanbomber-2.1.1.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   21 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> clanbomber-2.1.1.ebuild:
   x86 stable wrt bug #378839



1.4                  games-action/clanbomber/clanbomber-2.1.1.ebuild

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

Index: clanbomber-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- clanbomber-2.1.1.ebuild	21 Aug 2011 03:31:24 -0000	1.3
+++ clanbomber-2.1.1.ebuild	3 May 2012 03:02:33 -0000	1.4
@@ -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-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.3 2011/08/21 03:31:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.4 2012/05/03 03:02:33 jdhore Exp $
 
 EAPI=2
 inherit autotools base eutils flag-o-matic games
@@ -23,7 +23,7 @@
 	<dev-libs/boost-1.46
 	media-fonts/dejavu"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 DOCS=( AUTHORS ChangeLog ChangeLog.hg IDEAS NEWS QUOTES README TODO )
 






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

* [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.1.1.ebuild
@ 2012-11-15 11:43 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-11-15 11:43 UTC (permalink / raw
  To: gentoo-commits

tupone      12/11/15 11:43:55

  Modified:             ChangeLog clanbomber-2.1.1.ebuild
  Log:
  Build with automake 1.12 Bug #442310
  Build with new boost
  
  (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.19                 games-action/clanbomber/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	4 Nov 2012 04:42:37 -0000	1.18
+++ ChangeLog	15 Nov 2012 11:43:55 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for games-action/clanbomber
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.18 2012/11/04 04:42:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.19 2012/11/15 11:43:55 tupone Exp $
+
+  15 Nov 2012; Tupone Alfredo <tupone@gentoo.org> clanbomber-2.1.1.ebuild,
+  +files/clanbomber-2.1.1-automake112.patch,
+  +files/clanbomber-2.1.1-boost150.patch:
+  Build with automake 1.12 Bug #442310 by Diego
+  Build with new boost
 
   04 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> clanbomber-2.1.1.ebuild:
   unclamp the boost dep (bug #441602)



1.6                  games-action/clanbomber/clanbomber-2.1.1.ebuild

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

Index: clanbomber-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- clanbomber-2.1.1.ebuild	4 Nov 2012 04:42:37 -0000	1.5
+++ clanbomber-2.1.1.ebuild	15 Nov 2012 11:43:55 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.5 2012/11/04 04:42:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.6 2012/11/15 11:43:55 tupone Exp $
 
 EAPI=2
 inherit autotools base eutils flag-o-matic games
@@ -19,7 +19,7 @@
 	media-libs/sdl-mixer
 	media-libs/sdl-ttf
 	media-libs/sdl-gfx
-	>dev-libs/boost-1.49.0
+	dev-libs/boost
 	media-fonts/dejavu"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
@@ -33,16 +33,12 @@
 	boost_ver=${boost_ver%.*}
 	boost_ver=${boost_ver/./_}
 
-	einfo "Using boost version ${boost_ver}"
-	append-cxxflags \
-		-I/usr/include/boost-${boost_ver}
-	append-ldflags \
-		-L/usr/$(get_libdir)/boost-${boost_ver}
-	append-flags -DBOOST_FILESYSTEM_VERSION=2
-
 	export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
 	export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
 	sed -i -e 's/menuentry//' src/Makefile.am || die
+	epatch \
+		"${FILESDIR}"/${P}-automake112.patch \
+		"${FILESDIR}"/${P}-boost150.patch
 	eautoreconf
 }
 





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

* [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.1.1.ebuild
@ 2014-05-15 16:20 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 16:20 UTC (permalink / raw
  To: gentoo-commits

ulm         14/05/15 16:20:54

  Modified:             ChangeLog clanbomber-2.1.1.ebuild
  Log:
  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.21                 games-action/clanbomber/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	31 Jan 2013 00:56:15 -0000	1.20
+++ ChangeLog	15 May 2014 16:20:54 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/clanbomber
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.20 2013/01/31 00:56:15 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.21 2014/05/15 16:20:54 ulm Exp $
+
+  15 May 2014; Ulrich Müller <ulm@gentoo.org> clanbomber-2.1.1.ebuild:
+  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+  "sound", bug 357661.
 
   31 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
   -clanbomber-2.0.9.1.ebuild, -files/clanbomber-2.0.9.1-gcc43.patch:



1.7                  games-action/clanbomber/clanbomber-2.1.1.ebuild

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

Index: clanbomber-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- clanbomber-2.1.1.ebuild	15 Nov 2012 11:43:55 -0000	1.6
+++ clanbomber-2.1.1.ebuild	15 May 2014 16:20:54 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.6 2012/11/15 11:43:55 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.7 2014/05/15 16:20:54 ulm Exp $
 
 EAPI=2
 inherit autotools base eutils flag-o-matic games
@@ -14,7 +14,7 @@
 KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
-RDEPEND="media-libs/libsdl[audio,joystick,video]
+RDEPEND="media-libs/libsdl[sound,joystick,video]
 	media-libs/sdl-image[png]
 	media-libs/sdl-mixer
 	media-libs/sdl-ttf





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

* [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.1.1.ebuild
@ 2014-12-31 12:37 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone (tupone) @ 2014-12-31 12:37 UTC (permalink / raw
  To: gentoo-commits

tupone      14/12/31 12:37:22

  Modified:             ChangeLog clanbomber-2.1.1.ebuild
  Log:
  Migration to EAPI 4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.22                 games-action/clanbomber/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	15 May 2014 16:20:54 -0000	1.21
+++ ChangeLog	31 Dec 2014 12:37:22 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/clanbomber
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.21 2014/05/15 16:20:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.22 2014/12/31 12:37:22 tupone Exp $
+
+  31 Dec 2014; Tupone Alfredo <tupone@gentoo.org> clanbomber-2.1.1.ebuild:
+  Migration to EAPI 4
 
   15 May 2014; Ulrich Müller <ulm@gentoo.org> clanbomber-2.1.1.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to



1.8                  games-action/clanbomber/clanbomber-2.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?r1=1.7&r2=1.8

Index: clanbomber-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- clanbomber-2.1.1.ebuild	15 May 2014 16:20:54 -0000	1.7
+++ clanbomber-2.1.1.ebuild	31 Dec 2014 12:37:22 -0000	1.8
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.7 2014/05/15 16:20:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.8 2014/12/31 12:37:22 tupone Exp $
 
-EAPI=2
-inherit autotools base eutils flag-o-matic games
+EAPI=4
+inherit autotools eutils flag-o-matic games
 
 DESCRIPTION="Bomberman-like multiplayer game"
 HOMEPAGE="http://savannah.nongnu.org/projects/clanbomber/"
@@ -43,7 +43,7 @@
 }
 
 src_install() {
-	base_src_install
+	default
 	newicon src/pics/cup2.png ${PN}.png
 	make_desktop_entry ${PN}2 ClanBomber2
 	rm -f "${D}${GAMES_DATADIR}"/${PN}/fonts/DejaVuSans-Bold.ttf





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

end of thread, other threads:[~2014-12-31 12:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-12 17:42 [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.1.1.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-31 12:37 Alfredo Tupone (tupone)
2014-05-15 16:20 Ulrich Mueller (ulm)
2012-11-15 11:43 Alfredo Tupone (tupone)
2012-05-03  3:02 Jeff Horelick (jdhore)
2011-08-21  3:31 PaweA Hajdan (phajdan.jr)
2011-07-05  5:40 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