public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog
@ 2012-01-05 22:30 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-01-05 22:30 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/01/05 22:30:13

  Modified:             ChangeLog
  Added:                pingus-0.7.6.ebuild
  Log:
  version bump (bug #396451)
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.34                 games-puzzle/pingus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	4 Jan 2012 17:53:23 -0000	1.33
+++ ChangeLog	5 Jan 2012 22:30:13 -0000	1.34
@@ -1,6 +1,11 @@
 # ChangeLog for games-puzzle/pingus
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.33 2012/01/04 17:53:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.34 2012/01/05 22:30:13 mr_bones_ Exp $
+
+*pingus-0.7.6 (05 Jan 2012)
+
+  05 Jan 2012; Michael Sterrett <mr_bones_@gentoo.org> +pingus-0.7.6.ebuild:
+  version bump (bug #396451)
 
   04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pingus-0.7.5.ebuild:
   x86 stable wrt bug #395443



1.1                  games-puzzle/pingus/pingus-0.7.6.ebuild

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

Index: pingus-0.7.6.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.1 2012/01/05 22:30:13 mr_bones_ Exp $

EAPI=2
inherit eutils scons-utils toolchain-funcs games

DESCRIPTION="free Lemmings clone"
HOMEPAGE="http://pingus.seul.org/"
SRC_URI="http://pingus.googlecode.com/files/${P}.tar.bz2"

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

DEPEND="media-libs/libsdl[joystick,opengl?,video]
	media-libs/sdl-image[png]
	media-libs/sdl-mixer
	opengl? ( virtual/opengl )
	media-libs/libpng
	dev-libs/boost"

src_compile() {
	escons \
		CXX="$(tc-getCXX)" \
		CCFLAGS="${CXXFLAGS}" \
		LINKFLAGS="${LDFLAGS}" \
		$(use_scons opengl with_opengl) \
		|| die
}

src_install() {
	emake install-exec install-data \
		DESTDIR="${D}" \
		PREFIX="/usr" \
		DATADIR="${GAMES_DATADIR}/${PN}" \
		BINDIR="${GAMES_BINDIR}" \
		|| die
	doman doc/man/pingus.6
	doicon data/images/icons/pingus.svg
	make_desktop_entry ${PN} Pingus
	dodoc AUTHORS NEWS README TODO
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog
@ 2012-02-07 23:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-07 23:37 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/07 23:37:11

  Modified:             pingus-0.7.6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #402603
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-puzzle/pingus/pingus-0.7.6.ebuild

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

Index: pingus-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pingus-0.7.6.ebuild	5 Jan 2012 22:30:13 -0000	1.1
+++ pingus-0.7.6.ebuild	7 Feb 2012 23:37:11 -0000	1.2
@@ -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-puzzle/pingus/pingus-0.7.6.ebuild,v 1.1 2012/01/05 22:30:13 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.2 2012/02/07 23:37:11 ago Exp $
 
 EAPI=2
 inherit eutils scons-utils toolchain-funcs games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="opengl"
 
 DEPEND="media-libs/libsdl[joystick,opengl?,video]



1.36                 games-puzzle/pingus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	10 Jan 2012 20:19:52 -0000	1.35
+++ ChangeLog	7 Feb 2012 23:37:11 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/pingus
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.35 2012/01/10 20:19:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.36 2012/02/07 23:37:11 ago Exp $
+
+  07 Feb 2012; Agostino Sarubbo <ago@gentoo.org> pingus-0.7.6.ebuild:
+  Stable for amd64, wrt bug #402603
 
   10 Jan 2012; Brent Baude <ranger@gentoo.org> pingus-0.7.5.ebuild:
   Marking pingus-0.7.5 ppc for bug 395443






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog
@ 2012-02-17 11:03 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 12+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-17 11:03 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/17 11:03:45

  Modified:             pingus-0.7.6.ebuild ChangeLog
  Log:
  x86 stable wrt bug #402603
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.3                  games-puzzle/pingus/pingus-0.7.6.ebuild

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

Index: pingus-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pingus-0.7.6.ebuild	7 Feb 2012 23:37:11 -0000	1.2
+++ pingus-0.7.6.ebuild	17 Feb 2012 11:03:44 -0000	1.3
@@ -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-puzzle/pingus/pingus-0.7.6.ebuild,v 1.2 2012/02/07 23:37:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.3 2012/02/17 11:03:44 phajdan.jr Exp $
 
 EAPI=2
 inherit eutils scons-utils toolchain-funcs games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="opengl"
 
 DEPEND="media-libs/libsdl[joystick,opengl?,video]



1.37                 games-puzzle/pingus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	7 Feb 2012 23:37:11 -0000	1.36
+++ ChangeLog	17 Feb 2012 11:03:44 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/pingus
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.36 2012/02/07 23:37:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.37 2012/02/17 11:03:44 phajdan.jr Exp $
+
+  17 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pingus-0.7.6.ebuild:
+  x86 stable wrt bug #402603
 
   07 Feb 2012; Agostino Sarubbo <ago@gentoo.org> pingus-0.7.6.ebuild:
   Stable for amd64, wrt bug #402603






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog
@ 2012-03-06 20:42 Brent Baude (ranger)
  0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2012-03-06 20:42 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/06 20:42:21

  Modified:             pingus-0.7.6.ebuild ChangeLog
  Log:
  Marking pingus-0.7.6 ppc for bug 402603
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  games-puzzle/pingus/pingus-0.7.6.ebuild

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

Index: pingus-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pingus-0.7.6.ebuild	17 Feb 2012 11:03:44 -0000	1.3
+++ pingus-0.7.6.ebuild	6 Mar 2012 20:42:21 -0000	1.4
@@ -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-puzzle/pingus/pingus-0.7.6.ebuild,v 1.3 2012/02/17 11:03:44 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.4 2012/03/06 20:42:21 ranger Exp $
 
 EAPI=2
 inherit eutils scons-utils toolchain-funcs games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="opengl"
 
 DEPEND="media-libs/libsdl[joystick,opengl?,video]



1.38                 games-puzzle/pingus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	17 Feb 2012 11:03:44 -0000	1.37
+++ ChangeLog	6 Mar 2012 20:42:21 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/pingus
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.37 2012/02/17 11:03:44 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.38 2012/03/06 20:42:21 ranger Exp $
+
+  06 Mar 2012; Brent Baude <ranger@gentoo.org> pingus-0.7.6.ebuild:
+  Marking pingus-0.7.6 ppc for bug 402603
 
   17 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pingus-0.7.6.ebuild:
   x86 stable wrt bug #402603






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog
@ 2012-05-24 18:06 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-05-24 18:06 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/05/24 18:06:08

  Modified:             pingus-0.7.6.ebuild ChangeLog
  Log:
  Add strip-flags for bug #396149
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  games-puzzle/pingus/pingus-0.7.6.ebuild

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

Index: pingus-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pingus-0.7.6.ebuild	6 Mar 2012 20:42:21 -0000	1.4
+++ pingus-0.7.6.ebuild	24 May 2012 18:06:07 -0000	1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.4 2012/03/06 20:42:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.5 2012/05/24 18:06:07 mr_bones_ Exp $
 
 EAPI=2
-inherit eutils scons-utils toolchain-funcs games
+inherit eutils flag-o-matic scons-utils toolchain-funcs games
 
 DESCRIPTION="free Lemmings clone"
 HOMEPAGE="http://pingus.seul.org/"
@@ -22,6 +22,7 @@
 	dev-libs/boost"
 
 src_compile() {
+	strip-flags
 	escons \
 		CXX="$(tc-getCXX)" \
 		CCFLAGS="${CXXFLAGS}" \



1.40                 games-puzzle/pingus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	24 May 2012 18:04:10 -0000	1.39
+++ ChangeLog	24 May 2012 18:06:07 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/pingus
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.39 2012/05/24 18:04:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.40 2012/05/24 18:06:07 mr_bones_ Exp $
+
+  24 May 2012; Michael Sterrett <mr_bones_@gentoo.org> pingus-0.7.6.ebuild:
+  Add strip-flags for bug #396149
 
   24 May 2012; Michael Sterrett <mr_bones_@gentoo.org>
   -files/pingus-0.7.3-libpng15.patch, -files/pingus-0.7.3-paths.patch,






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog
@ 2012-06-29 20:11 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-06-29 20:11 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/06/29 20:11:51

  Modified:             pingus-0.7.6.ebuild ChangeLog
  Log:
  use the latest boost
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  games-puzzle/pingus/pingus-0.7.6.ebuild

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

Index: pingus-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pingus-0.7.6.ebuild	24 May 2012 18:06:07 -0000	1.5
+++ pingus-0.7.6.ebuild	29 Jun 2012 20:11:51 -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-puzzle/pingus/pingus-0.7.6.ebuild,v 1.5 2012/05/24 18:06:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.6 2012/06/29 20:11:51 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils flag-o-matic scons-utils toolchain-funcs games
@@ -21,8 +21,26 @@
 	media-libs/libpng
 	dev-libs/boost"
 
-src_compile() {
+src_prepare() {
+	# how do I hate boost? Let me count the ways...
+	local boost_ver=$(best_version ">=dev-libs/boost-1.36")
+
+	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}
+	export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
+	export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
+
 	strip-flags
+}
+
+src_compile() {
 	escons \
 		CXX="$(tc-getCXX)" \
 		CCFLAGS="${CXXFLAGS}" \



1.41                 games-puzzle/pingus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	24 May 2012 18:06:07 -0000	1.40
+++ ChangeLog	29 Jun 2012 20:11:51 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/pingus
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.40 2012/05/24 18:06:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.41 2012/06/29 20:11:51 mr_bones_ Exp $
+
+  29 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> pingus-0.7.6.ebuild:
+  use the latest boost
 
   24 May 2012; Michael Sterrett <mr_bones_@gentoo.org> pingus-0.7.6.ebuild:
   Add strip-flags for bug #396149






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog
@ 2012-06-30  5:00 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-06-30  5:00 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/06/30 05:00:28

  Modified:             pingus-0.7.6.ebuild ChangeLog
  Log:
  fix USE=-opengl compile (bug #404425)
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  games-puzzle/pingus/pingus-0.7.6.ebuild

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

Index: pingus-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pingus-0.7.6.ebuild	29 Jun 2012 20:11:51 -0000	1.6
+++ pingus-0.7.6.ebuild	30 Jun 2012 05:00:28 -0000	1.7
@@ -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-puzzle/pingus/pingus-0.7.6.ebuild,v 1.6 2012/06/29 20:11:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.7 2012/06/30 05:00:28 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils flag-o-matic scons-utils toolchain-funcs games
@@ -38,6 +38,7 @@
 	export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
 
 	strip-flags
+	epatch "${FILESDIR}"/${P}-noopengl.patch
 }
 
 src_compile() {



1.42                 games-puzzle/pingus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	29 Jun 2012 20:11:51 -0000	1.41
+++ ChangeLog	30 Jun 2012 05:00:28 -0000	1.42
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/pingus
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.41 2012/06/29 20:11:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.42 2012/06/30 05:00:28 mr_bones_ Exp $
+
+  30 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/pingus-0.7.6-noopengl.patch, pingus-0.7.6.ebuild:
+  fix USE=-opengl compile (bug #404425)
 
   29 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> pingus-0.7.6.ebuild:
   use the latest boost






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog
@ 2012-07-09  2:30 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-07-09  2:30 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/07/09 02:30:02

  Modified:             pingus-0.7.6.ebuild ChangeLog
  Log:
  add gcc47 patch from Markus Oehme (bug #425238)
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  games-puzzle/pingus/pingus-0.7.6.ebuild

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

Index: pingus-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pingus-0.7.6.ebuild	30 Jun 2012 05:00:28 -0000	1.7
+++ pingus-0.7.6.ebuild	9 Jul 2012 02:30:02 -0000	1.8
@@ -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-puzzle/pingus/pingus-0.7.6.ebuild,v 1.7 2012/06/30 05:00:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.8 2012/07/09 02:30:02 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils flag-o-matic scons-utils toolchain-funcs games
@@ -38,7 +38,9 @@
 	export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
 
 	strip-flags
-	epatch "${FILESDIR}"/${P}-noopengl.patch
+	epatch \
+		"${FILESDIR}"/${P}-noopengl.patch \
+		"${FILESDIR}"/${P}-gcc47.patch
 }
 
 src_compile() {



1.43                 games-puzzle/pingus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	30 Jun 2012 05:00:28 -0000	1.42
+++ ChangeLog	9 Jul 2012 02:30:02 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/pingus
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.42 2012/06/30 05:00:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.43 2012/07/09 02:30:02 mr_bones_ Exp $
+
+  09 Jul 2012; Michael Sterrett <mr_bones_@gentoo.org> pingus-0.7.6.ebuild,
+  +files/pingus-0.7.6-gcc47.patch:
+  add gcc47 patch from Markus Oehme (bug #425238)
 
   30 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org>
   +files/pingus-0.7.6-noopengl.patch, pingus-0.7.6.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog
@ 2015-02-22 21:13 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 12+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-02-22 21:13 UTC (permalink / raw
  To: gentoo-commits

tupone      15/02/22 21:13:05

  Modified:             pingus-0.7.6.ebuild ChangeLog
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.10                 games-puzzle/pingus/pingus-0.7.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?r1=1.9&r2=1.10

Index: pingus-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pingus-0.7.6.ebuild	8 Dec 2012 07:32:00 -0000	1.9
+++ pingus-0.7.6.ebuild	22 Feb 2015 21:13:05 -0000	1.10
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.9 2012/12/08 07:32:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.10 2015/02/22 21:13:05 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils flag-o-matic scons-utils toolchain-funcs games
 
 DESCRIPTION="free Lemmings clone"
@@ -21,6 +21,7 @@
 	opengl? ( virtual/opengl )
 	media-libs/libpng
 	dev-libs/boost"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	# how do I hate boost? Let me count the ways...
@@ -49,8 +50,7 @@
 		CXX="$(tc-getCXX)" \
 		CCFLAGS="${CXXFLAGS}" \
 		LINKFLAGS="${LDFLAGS}" \
-		$(use_scons opengl with_opengl) \
-		|| die
+		$(use_scons opengl with_opengl)
 }
 
 src_install() {
@@ -58,8 +58,7 @@
 		DESTDIR="${D}" \
 		PREFIX="/usr" \
 		DATADIR="${GAMES_DATADIR}/${PN}" \
-		BINDIR="${GAMES_BINDIR}" \
-		|| die
+		BINDIR="${GAMES_BINDIR}"
 	doman doc/man/pingus.6
 	doicon data/images/icons/pingus.svg
 	make_desktop_entry ${PN} Pingus



1.45                 games-puzzle/pingus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	8 Dec 2012 07:32:00 -0000	1.44
+++ ChangeLog	22 Feb 2015 21:13:05 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/pingus
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.44 2012/12/08 07:32:00 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.45 2015/02/22 21:13:05 tupone Exp $
+
+  22 Feb 2015; Tupone Alfredo <tupone@gentoo.org> pingus-0.7.6.ebuild:
+  EAPI 5
 
   08 Dec 2012; Michael Sterrett <mr_bones_@gentoo.org> metadata.xml,
   pingus-0.7.6.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog
@ 2015-02-25 21:13 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-25 21:13 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/25 21:13:24

  Modified:             pingus-0.7.6.ebuild ChangeLog
  Log:
  tidy boost stuff; add slot dep for libpng
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.11                 games-puzzle/pingus/pingus-0.7.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?r1=1.10&r2=1.11

Index: pingus-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pingus-0.7.6.ebuild	22 Feb 2015 21:13:05 -0000	1.10
+++ pingus-0.7.6.ebuild	25 Feb 2015 21:13:24 -0000	1.11
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.10 2015/02/22 21:13:05 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.11 2015/02/25 21:13:24 mr_bones_ Exp $
 
 EAPI=5
-inherit eutils flag-o-matic scons-utils toolchain-funcs games
+inherit eutils scons-utils toolchain-funcs games
 
 DESCRIPTION="free Lemmings clone"
 HOMEPAGE="http://pingus.seul.org/"
@@ -14,31 +14,17 @@
 KEYWORDS="amd64 ppc x86"
 IUSE="opengl music"
 
-DEPEND="media-libs/libsdl[joystick,opengl?,video]
+RDEPEND="media-libs/libsdl[joystick,opengl?,video]
 	media-libs/sdl-image[png]
 	media-libs/sdl-mixer
 	music? ( media-libs/sdl-mixer[mod] )
 	opengl? ( virtual/opengl )
-	media-libs/libpng
+	media-libs/libpng:0=
 	dev-libs/boost"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
 
 src_prepare() {
-	# how do I hate boost? Let me count the ways...
-	local boost_ver=$(best_version ">=dev-libs/boost-1.36")
-
-	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}
-	export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
-	export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
-
 	strip-flags
 	epatch \
 		"${FILESDIR}"/${P}-noopengl.patch \



1.46                 games-puzzle/pingus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	22 Feb 2015 21:13:05 -0000	1.45
+++ ChangeLog	25 Feb 2015 21:13:24 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/pingus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.45 2015/02/22 21:13:05 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.46 2015/02/25 21:13:24 mr_bones_ Exp $
+
+  25 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> pingus-0.7.6.ebuild:
+  tidy boost stuff; add slot dep for libpng
 
   22 Feb 2015; Tupone Alfredo <tupone@gentoo.org> pingus-0.7.6.ebuild:
   EAPI 5





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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog
@ 2015-03-27  6:59 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-03-27  6:59 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/03/27 06:59:46

  Modified:             pingus-0.7.6.ebuild ChangeLog
  Log:
  add flag-o-matic for strip-flags
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.12                 games-puzzle/pingus/pingus-0.7.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?r1=1.11&r2=1.12

Index: pingus-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pingus-0.7.6.ebuild	25 Feb 2015 21:13:24 -0000	1.11
+++ pingus-0.7.6.ebuild	27 Mar 2015 06:59:46 -0000	1.12
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.11 2015/02/25 21:13:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.12 2015/03/27 06:59:46 mr_bones_ Exp $
 
 EAPI=5
-inherit eutils scons-utils toolchain-funcs games
+inherit eutils scons-utils toolchain-funcs flag-o-matic games
 
 DESCRIPTION="free Lemmings clone"
 HOMEPAGE="http://pingus.seul.org/"



1.47                 games-puzzle/pingus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	25 Feb 2015 21:13:24 -0000	1.46
+++ ChangeLog	27 Mar 2015 06:59:46 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/pingus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.46 2015/02/25 21:13:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.47 2015/03/27 06:59:46 mr_bones_ Exp $
+
+  27 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> pingus-0.7.6.ebuild:
+  add flag-o-matic for strip-flags
 
   25 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> pingus-0.7.6.ebuild:
   tidy boost stuff; add slot dep for libpng





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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog
@ 2015-07-18 14:26 Pacho Ramos (pacho)
  0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos (pacho) @ 2015-07-18 14:26 UTC (permalink / raw
  To: gentoo-commits

pacho       15/07/18 14:26:49

  Modified:             pingus-0.7.6.ebuild ChangeLog
  Log:
  Needs to be rebuilt when libboost so versions change
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.13                 games-puzzle/pingus/pingus-0.7.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?r1=1.12&r2=1.13

Index: pingus-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pingus-0.7.6.ebuild	27 Mar 2015 06:59:46 -0000	1.12
+++ pingus-0.7.6.ebuild	18 Jul 2015 14:26:49 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.12 2015/03/27 06:59:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.13 2015/07/18 14:26:49 pacho Exp $
 
 EAPI=5
 inherit eutils scons-utils toolchain-funcs flag-o-matic games
@@ -20,7 +20,7 @@
 	music? ( media-libs/sdl-mixer[mod] )
 	opengl? ( virtual/opengl )
 	media-libs/libpng:0=
-	dev-libs/boost"
+	dev-libs/boost:="
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 



1.48                 games-puzzle/pingus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	27 Mar 2015 06:59:46 -0000	1.47
+++ ChangeLog	18 Jul 2015 14:26:49 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/pingus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.47 2015/03/27 06:59:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.48 2015/07/18 14:26:49 pacho Exp $
+
+  18 Jul 2015; Pacho Ramos <pacho@gentoo.org> pingus-0.7.6.ebuild:
+  Needs to be rebuilt when libboost so versions change
 
   27 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> pingus-0.7.6.ebuild:
   add flag-o-matic for strip-flags





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

end of thread, other threads:[~2015-07-18 14:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09  2:30 [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-18 14:26 Pacho Ramos (pacho)
2015-03-27  6:59 Michael Sterrett (mr_bones_)
2015-02-25 21:13 Michael Sterrett (mr_bones_)
2015-02-22 21:13 Alfredo Tupone (tupone)
2012-06-30  5:00 Michael Sterrett (mr_bones_)
2012-06-29 20:11 Michael Sterrett (mr_bones_)
2012-05-24 18:06 Michael Sterrett (mr_bones_)
2012-03-06 20:42 Brent Baude (ranger)
2012-02-17 11:03 PaweA Hajdan (phajdan.jr)
2012-02-07 23:37 Agostino Sarubbo (ago)
2012-01-05 22:30 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