Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/livestation: livestation-3.0.0.ebuild ChangeLog
Date: Fri, 01 Jan 2010 15:19:14
Message-Id: E1NQjHT-000261-DG@stork.gentoo.org
1 ssuominen 10/01/01 15:19:11
2
3 Modified: livestation-3.0.0.ebuild ChangeLog
4 Log:
5 Use shared Qt4 libraries from >=emul-linux-x86-qtlibs-20091231 instead of bundled copies.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-tv/livestation/livestation-3.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/livestation-3.0.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/livestation-3.0.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/livestation-3.0.0.ebuild?r1=1.1&r2=1.2
14
15 Index: livestation-3.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.0.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- livestation-3.0.0.ebuild 1 Dec 2009 17:03:29 -0000 1.1
22 +++ livestation-3.0.0.ebuild 1 Jan 2010 15:19:11 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.0.0.ebuild,v 1.1 2009/12/01 17:03:29 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.0.0.ebuild,v 1.2 2010/01/01 15:19:11 ssuominen Exp $
29
30 inherit eutils
31
32 @@ -13,11 +13,11 @@
33 KEYWORDS="~amd64"
34 IUSE=""
35
36 -EMUL_VER=20081109
37 +EMUL_VER=20091231
38
39 RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-baselibs-${EMUL_VER}
40 >=app-emulation/emul-linux-x86-xlibs-${EMUL_VER}
41 - >=app-emulation/emul-linux-x86-sdl-${EMUL_VER} )"
42 + >=app-emulation/emul-linux-x86-qtlibs-${EMUL_VER} )"
43 DEPEND=""
44
45 MY_PN=${PN/l/L}
46 @@ -44,7 +44,7 @@
47
48 dodir ${dest}
49 cp -dpR *.{bin,conf} plugins "${D}"/${dest} || die
50 - rm -f lib/{libcrypto.so.0.9.8,libssl.so.0.9.8,libXtst.so.6} || die
51 + rm -f lib/{libcrypto.so.0.9.8,libssl.so.0.9.8,libXtst.so.6,libQt*} || die
52 exeinto ${dest}/lib
53 doexe lib/* || die
54 dosym plugins/imageformats ${dest}/imageformats || die
55
56
57
58 1.7 media-tv/livestation/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/ChangeLog?rev=1.7&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/ChangeLog?rev=1.7&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/ChangeLog?r1=1.6&r2=1.7
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v
67 retrieving revision 1.6
68 retrieving revision 1.7
69 diff -u -r1.6 -r1.7
70 --- ChangeLog 1 Dec 2009 17:03:29 -0000 1.6
71 +++ ChangeLog 1 Jan 2010 15:19:11 -0000 1.7
72 @@ -1,6 +1,11 @@
73 # ChangeLog for media-tv/livestation
74 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.6 2009/12/01 17:03:29 ssuominen Exp $
76 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.7 2010/01/01 15:19:11 ssuominen Exp $
78 +
79 + 01 Jan 2010; Samuli Suominen <ssuominen@g.o>
80 + livestation-3.0.0.ebuild:
81 + Use shared Qt4 libraries from >=emul-linux-x86-qtlibs-20091231 instead of
82 + bundled copies.
83
84 *livestation-3.0.0 (01 Dec 2009)