public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone (tupone)" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.1.1.ebuild
Date: Thu, 15 Nov 2012 11:43:55 +0000 (UTC)	[thread overview]
Message-ID: <20121115114355.42F6D20C9F@flycatcher.gentoo.org> (raw)

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
 }
 





             reply	other threads:[~2012-11-15 11:44 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121115114355.42F6D20C9F@flycatcher.gentoo.org \
    --to=tupone@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox