Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.6.ebuild ChangeLog
Date: Wed, 25 Feb 2015 21:13:28
Message-Id: 20150225211324.9728A128BF@oystercatcher.gentoo.org
1 mr_bones_ 15/02/25 21:13:24
2
3 Modified: pingus-0.7.6.ebuild ChangeLog
4 Log:
5 tidy boost stuff; add slot dep for libpng
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.11 games-puzzle/pingus/pingus-0.7.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?r1=1.10&r2=1.11
15
16 Index: pingus-0.7.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- pingus-0.7.6.ebuild 22 Feb 2015 21:13:05 -0000 1.10
23 +++ pingus-0.7.6.ebuild 25 Feb 2015 21:13:24 -0000 1.11
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.10 2015/02/22 21:13:05 tupone Exp $
28 +# $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 $
29
30 EAPI=5
31 -inherit eutils flag-o-matic scons-utils toolchain-funcs games
32 +inherit eutils scons-utils toolchain-funcs games
33
34 DESCRIPTION="free Lemmings clone"
35 HOMEPAGE="http://pingus.seul.org/"
36 @@ -14,31 +14,17 @@
37 KEYWORDS="amd64 ppc x86"
38 IUSE="opengl music"
39
40 -DEPEND="media-libs/libsdl[joystick,opengl?,video]
41 +RDEPEND="media-libs/libsdl[joystick,opengl?,video]
42 media-libs/sdl-image[png]
43 media-libs/sdl-mixer
44 music? ( media-libs/sdl-mixer[mod] )
45 opengl? ( virtual/opengl )
46 - media-libs/libpng
47 + media-libs/libpng:0=
48 dev-libs/boost"
49 -RDEPEND="${DEPEND}"
50 +DEPEND="${RDEPEND}
51 + virtual/pkgconfig"
52
53 src_prepare() {
54 - # how do I hate boost? Let me count the ways...
55 - local boost_ver=$(best_version ">=dev-libs/boost-1.36")
56 -
57 - boost_ver=${boost_ver/*boost-/}
58 - boost_ver=${boost_ver%.*}
59 - boost_ver=${boost_ver/./_}
60 -
61 - einfo "Using boost version ${boost_ver}"
62 - append-cxxflags \
63 - -I/usr/include/boost-${boost_ver}
64 - append-ldflags \
65 - -L/usr/$(get_libdir)/boost-${boost_ver}
66 - export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
67 - export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
68 -
69 strip-flags
70 epatch \
71 "${FILESDIR}"/${P}-noopengl.patch \
72
73
74
75 1.46 games-puzzle/pingus/ChangeLog
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.46&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.46&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?r1=1.45&r2=1.46
80
81 Index: ChangeLog
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v
84 retrieving revision 1.45
85 retrieving revision 1.46
86 diff -u -r1.45 -r1.46
87 --- ChangeLog 22 Feb 2015 21:13:05 -0000 1.45
88 +++ ChangeLog 25 Feb 2015 21:13:24 -0000 1.46
89 @@ -1,6 +1,9 @@
90 # ChangeLog for games-puzzle/pingus
91 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
92 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.45 2015/02/22 21:13:05 tupone Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.46 2015/02/25 21:13:24 mr_bones_ Exp $
94 +
95 + 25 Feb 2015; Michael Sterrett <mr_bones_@g.o> pingus-0.7.6.ebuild:
96 + tidy boost stuff; add slot dep for libpng
97
98 22 Feb 2015; Tupone Alfredo <tupone@g.o> pingus-0.7.6.ebuild:
99 EAPI 5