Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/livestation: livestation-3.2.0.ebuild ChangeLog
Date: Sun, 05 Feb 2012 05:53:16
Message-Id: 20120205055307.298B42004B@flycatcher.gentoo.org
1 vapier 12/02/05 05:53:07
2
3 Modified: livestation-3.2.0.ebuild ChangeLog
4 Log:
5 Move to new unpacker eclass for unpack_makeself.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-tv/livestation/livestation-3.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/livestation/livestation-3.2.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/livestation/livestation-3.2.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/livestation/livestation-3.2.0.ebuild?r1=1.2&r2=1.3
15
16 Index: livestation-3.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.2.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- livestation-3.2.0.ebuild 14 Dec 2011 17:29:13 -0000 1.2
23 +++ livestation-3.2.0.ebuild 5 Feb 2012 05:53:07 -0000 1.3
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.2.0.ebuild,v 1.2 2011/12/14 17:29:13 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.2.0.ebuild,v 1.3 2012/02/05 05:53:07 vapier Exp $
30
31 -inherit eutils
32 +inherit eutils unpacker
33
34 DESCRIPTION="Watch live, interactive TV and radio on the Livestation player"
35 HOMEPAGE="http://www.livestation.com"
36 @@ -29,10 +29,6 @@
37
38 S=${WORKDIR}/i386
39
40 -src_unpack() {
41 - unpack_makeself
42 -}
43 -
44 src_install() {
45 local dest=/opt/${MY_PN}
46
47
48
49
50 1.11 media-tv/livestation/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/livestation/ChangeLog?rev=1.11&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/livestation/ChangeLog?rev=1.11&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/livestation/ChangeLog?r1=1.10&r2=1.11
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v
59 retrieving revision 1.10
60 retrieving revision 1.11
61 diff -u -r1.10 -r1.11
62 --- ChangeLog 14 Dec 2011 17:29:13 -0000 1.10
63 +++ ChangeLog 5 Feb 2012 05:53:07 -0000 1.11
64 @@ -1,6 +1,9 @@
65 # ChangeLog for media-tv/livestation
66 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.10 2011/12/14 17:29:13 vapier Exp $
68 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.11 2012/02/05 05:53:07 vapier Exp $
70 +
71 + 05 Feb 2012; Mike Frysinger <vapier@g.o> livestation-3.2.0.ebuild:
72 + Move to new unpacker eclass for unpack_makeself.
73
74 14 Dec 2011; Mike Frysinger <vapier@g.o> livestation-3.2.0.ebuild:
75 Since portage now has ACCEPT_LICENSE support, no need for check_license