Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: gnash-0.8.10-r2.ebuild ChangeLog
Date: Sun, 04 Nov 2012 04:38:54
Message-Id: 20121104043836.D6060215F3@flycatcher.gentoo.org
1 flameeyes 12/11/04 04:38:36
2
3 Modified: gnash-0.8.10-r2.ebuild ChangeLog
4 Log:
5 Remove pointless version check after unslotting boost.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
8
9 Revision Changes Path
10 1.10 www-plugins/gnash/gnash-0.8.10-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10-r2.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10-r2.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10-r2.ebuild?r1=1.9&r2=1.10
15
16 Index: gnash-0.8.10-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10-r2.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- gnash-0.8.10-r2.ebuild 31 Oct 2012 17:26:47 -0000 1.9
23 +++ gnash-0.8.10-r2.ebuild 4 Nov 2012 04:38:36 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10-r2.ebuild,v 1.9 2012/10/31 17:26:47 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10-r2.ebuild,v 1.10 2012/11/04 04:38:36 flameeyes Exp $
29
30 EAPI=4
31 CMAKE_REQUIRED="never"
32 @@ -113,12 +113,6 @@
33 pkg_setup() {
34 kde4-base_pkg_setup
35
36 - if has_version ">=dev-libs/boost-1.46" && has_version "<dev-libs/boost-1.46"; then
37 - ewarn "If you have multiple versions of boost installed, gnash may attempt to"
38 - ewarn "compile against the older version and link against newer version, which can"
39 - ewarn "cause the build to fail. Unmerge of the old version of boost is recommended."
40 - fi
41 -
42 if use !ffmpeg && use !gstreamer; then
43 ewarn "You are trying to build Gnash without choosing a media handler."
44 ewarn "Sound and video playback will not work."
45
46
47
48 1.91 www-plugins/gnash/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.91&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.91&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.90&r2=1.91
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
57 retrieving revision 1.90
58 retrieving revision 1.91
59 diff -u -r1.90 -r1.91
60 --- ChangeLog 31 Oct 2012 17:26:47 -0000 1.90
61 +++ ChangeLog 4 Nov 2012 04:38:36 -0000 1.91
62 @@ -1,6 +1,9 @@
63 # ChangeLog for www-plugins/gnash
64 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.90 2012/10/31 17:26:47 flameeyes Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.91 2012/11/04 04:38:36 flameeyes Exp $
67 +
68 + 04 Nov 2012; Diego E. Pettenò <flameeyes@g.o> gnash-0.8.10-r2.ebuild:
69 + Remove pointless version check after unslotting boost.
70
71 31 Oct 2012; Diego E. Pettenò <flameeyes@g.o> gnash-0.8.10-r2.ebuild,
72 gnash-0.8.10_p20120903.ebuild: