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: metadata.xml livestation-2.7.0.ebuild ChangeLog
Date: Wed, 29 Apr 2009 08:20:01
Message-Id: E1Lz51K-0006tP-UU@stork.gentoo.org
1 ssuominen 09/04/29 08:19:58
2
3 Added: metadata.xml livestation-2.7.0.ebuild ChangeLog
4 Log:
5 Initial commit. Happy television time..
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-tv/livestation/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>media-tv</herd>
20 <maintainer>
21 <email>ssuominen@g.o</email>
22 <name>Samuli Suominen</name>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 media-tv/livestation/livestation-2.7.0.ebuild
29
30 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/livestation-2.7.0.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/livestation-2.7.0.ebuild?rev=1.1&content-type=text/plain
32
33 Index: livestation-2.7.0.ebuild
34 ===================================================================
35 # Copyright 1999-2009 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-2.7.0.ebuild,v 1.1 2009/04/29 08:19:58 ssuominen Exp $
38
39 inherit eutils
40
41 DESCRIPTION="Watch live, interactive TV and radio on the Livestation player"
42 HOMEPAGE="http://www.livestation.com"
43 SRC_URI="http://updates.${PN}.com/releases/${P/l/L}.run"
44
45 LICENSE="Livestation-EULA.txt"
46 SLOT="0"
47 KEYWORDS="~amd64"
48 IUSE=""
49
50 RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
51 app-emulation/emul-linux-x86-xlibs )"
52 DEPEND=""
53
54 MY_PN=${PN/l/L}
55 QA_TEXTRELS="opt/${MY_PN}/lib/*"
56 RESTRICT="mirror strip"
57 PROPERTIES="interactive"
58
59 S=${WORKDIR}/i386
60
61 pkg_setup() {
62 check_license
63 }
64
65 src_unpack() {
66 unpack_makeself
67 }
68
69 src_install() {
70 local dest=/opt/${MY_PN}
71
72 dodir ${dest}
73 cp -dpR *.{bin,conf} plugins "${D}"/${dest} || die "cp failed"
74 exeinto ${dest}/lib
75 doexe lib/* || die "doexe failed"
76 dosym plugins/imageformats ${dest}/imageformats || die "dosym failed"
77 dodoc README
78
79 make_wrapper ${PN} ./${MY_PN}.bin ${dest} ${dest}/lib
80 make_desktop_entry ${PN} ${MY_PN}
81 }
82
83
84
85 1.1 media-tv/livestation/ChangeLog
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/ChangeLog?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/livestation/ChangeLog?rev=1.1&content-type=text/plain
89
90 Index: ChangeLog
91 ===================================================================
92 # ChangeLog for media-tv/livestation
93 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
94 # $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.1 2009/04/29 08:19:58 ssuominen Exp $
95
96 *livestation-2.7.0 (29 Apr 2009)
97
98 29 Apr 2009; Samuli Suominen <ssuominen@g.o>
99 +livestation-2.7.0.ebuild:
100 Initial commit.