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 <[email protected]> pingus-0.7.6.ebuild:
+  tidy boost stuff; add slot dep for libpng
 
   22 Feb 2015; Tupone Alfredo <[email protected]> pingus-0.7.6.ebuild:
   EAPI 5




Reply via email to