Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/xine-ui: xine-ui-0.99.5-r2.ebuild ChangeLog
Date: Wed, 15 Oct 2008 12:01:41
Message-Id: E1Kq54I-0003zS-4i@stork.gentoo.org
1 flameeyes 08/10/15 12:01:34
2
3 Modified: xine-ui-0.99.5-r2.ebuild ChangeLog
4 Log:
5 Actually save the modified ebuild file.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.2 media-video/xine-ui/xine-ui-0.99.5-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: xine-ui-0.99.5-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xine-ui-0.99.5-r2.ebuild 15 Oct 2008 11:51:46 -0000 1.1
22 +++ xine-ui-0.99.5-r2.ebuild 15 Oct 2008 12:01:34 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5-r2.ebuild,v 1.1 2008/10/15 11:51:46 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5-r2.ebuild,v 1.2 2008/10/15 12:01:34 flameeyes Exp $
28
29 EAPI=2
30
31 @@ -45,16 +45,14 @@
32 xinerama? ( x11-proto/xineramaproto ) )
33 dev-util/pkgconfig"
34
35 -src_unpack() {
36 - unpack ${A}
37 - cd "${S}"
38 +src_prepare() {
39 epatch "${FILESDIR}/${P}-new_libcaca_api.patch"
40 AT_M4DIR="m4" eautoreconf
41 -}
42
43 -src_compile() {
44 rm misc/xine-bugreport
45 +}
46
47 +src_configure() {
48 econf \
49 $(use_enable lirc) \
50 $(use_enable nls) \
51 @@ -68,7 +66,6 @@
52 $(use_with readline) \
53 --without-ncurses \
54 || die "econf failed."
55 - emake || die "emake failed."
56 }
57
58 src_install() {
59
60
61
62 1.165 media-video/xine-ui/ChangeLog
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.165&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.165&content-type=text/plain
66 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?r1=1.164&r2=1.165
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v
71 retrieving revision 1.164
72 retrieving revision 1.165
73 diff -u -r1.164 -r1.165
74 --- ChangeLog 15 Oct 2008 11:51:46 -0000 1.164
75 +++ ChangeLog 15 Oct 2008 12:01:34 -0000 1.165
76 @@ -1,6 +1,10 @@
77 # ChangeLog for media-video/xine-ui
78 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.164 2008/10/15 11:51:46 flameeyes Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.165 2008/10/15 12:01:34 flameeyes Exp $
81 +
82 + 15 Oct 2008; Diego Pettenò <flameeyes@g.o>
83 + xine-ui-0.99.5-r2.ebuild:
84 + Actually save the modified ebuild file.
85
86 *xine-ui-0.99.5-r2 (15 Oct 2008)