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: ChangeLog livestation-3.1.0.ebuild
Date: Sun, 21 Feb 2010 11:37:15
Message-Id: E1NjA7a-00081S-SY@stork.gentoo.org
1 ssuominen 10/02/21 11:37:10
2
3 Modified: ChangeLog
4 Added: livestation-3.1.0.ebuild
5 Log:
6 Version bump wrt #305151, thanks to "hitachi" for reporting.
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 media-tv/livestation/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 1 Jan 2010 15:19:11 -0000 1.7
23 +++ ChangeLog 21 Feb 2010 11:37:10 -0000 1.8
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-tv/livestation
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.7 2010/01/01 15:19:11 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.8 2010/02/21 11:37:10 ssuominen Exp $
29 +
30 +*livestation-3.1.0 (21 Feb 2010)
31 +
32 + 21 Feb 2010; Samuli Suominen <ssuominen@g.o>
33 + +livestation-3.1.0.ebuild:
34 + Version bump wrt #305151, thanks to "hitachi" for reporting.
35
36 01 Jan 2010; Samuli Suominen <ssuominen@g.o>
37 livestation-3.0.0.ebuild:
38
39
40
41 1.1 media-tv/livestation/livestation-3.1.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/livestation-3.1.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/livestation-3.1.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: livestation-3.1.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.1.0.ebuild,v 1.1 2010/02/21 11:37:10 ssuominen Exp $
51
52 inherit eutils
53
54 DESCRIPTION="Watch live, interactive TV and radio on the Livestation player"
55 HOMEPAGE="http://www.livestation.com"
56 SRC_URI="http://updates.${PN}.com/releases/${P/l/L}.run"
57
58 LICENSE="GPL-3 LGPL-3 Livestation-EULA"
59 SLOT="0"
60 KEYWORDS="~amd64"
61 IUSE=""
62
63 EMUL_VER=20091231
64
65 RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-baselibs-${EMUL_VER}
66 >=app-emulation/emul-linux-x86-xlibs-${EMUL_VER}
67 >=app-emulation/emul-linux-x86-qtlibs-${EMUL_VER} )"
68 DEPEND=""
69
70 MY_PN=${PN/l/L}
71
72 QA_TEXTRELS="opt/${MY_PN}/lib/*"
73 QA_DT_HASH="opt/${MY_PN}/${MY_PN}.bin opt/${MY_PN}/lib/.* opt/${MY_PN}/plugins/imageformats/.*"
74 QA_PRESTRIPPED="opt/${MY_PN}/${MY_PN}.bin opt/${MY_PN}/lib/.* opt/${MY_PN}/plugins/imageformats/.*"
75
76 RESTRICT="mirror"
77 PROPERTIES="interactive"
78
79 S=${WORKDIR}/i386
80
81 pkg_setup() {
82 check_license Livestation-EULA
83 }
84
85 src_unpack() {
86 unpack_makeself
87 }
88
89 src_install() {
90 local dest=/opt/${MY_PN}
91
92 dodir ${dest}
93 cp -dpR *.{bin,conf} plugins "${D}"/${dest} || die
94 rm -f lib/{libcrypto.so.0.9.8,libssl.so.0.9.8,libXtst.so.6,libQt*} || die
95 exeinto ${dest}/lib
96 doexe lib/* || die
97 dosym plugins/imageformats ${dest}/imageformats || die
98 dodoc README
99
100 newicon "${FILESDIR}"/${PN}_icon.svg ${PN}.svg
101 make_wrapper ${PN} ./${MY_PN}.bin ${dest} ${dest}/lib
102 make_desktop_entry ${PN} ${MY_PN} ${PN}
103 }