Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-softdevice: vdr-softdevice-0.5.0.20080922.ebuild ChangeLog
Date: Tue, 13 Jan 2009 20:41:31
Message-Id: E1LMq4m-00077A-En@stork.gentoo.org
1 zzam 09/01/13 20:41:28
2
3 Modified: vdr-softdevice-0.5.0.20080922.ebuild ChangeLog
4 Log:
5 Enabled xv use-flag by default with the help of EAPI1. Requested by flameeyes on Bug #254752.
6 (Portage version: 2.1.6.5/cvs/Linux 2.6.27-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.4 media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild?r1=1.3&r2=1.4
14
15 Index: vdr-softdevice-0.5.0.20080922.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- vdr-softdevice-0.5.0.20080922.ebuild 8 Nov 2008 16:45:28 -0000 1.3
22 +++ vdr-softdevice-0.5.0.20080922.ebuild 13 Jan 2009 20:41:28 -0000 1.4
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v 1.3 2008/11/08 16:45:28 zzam Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v 1.4 2009/01/13 20:41:28 zzam Exp $
29 +
30 +EAPI=1
31
32 inherit eutils vdr-plugin versionator
33
34 @@ -20,7 +22,7 @@
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="~amd64 x86"
38 -IUSE="xv fbcon directfb mmx mmxext xinerama"
39 +IUSE="+xv fbcon directfb mmx mmxext xinerama"
40
41 RDEPEND=">=media-video/vdr-1.3.36
42 >=media-video/ffmpeg-0.4.9_pre1
43 @@ -54,7 +56,7 @@
44 pkg_setup() {
45 vdr-plugin_pkg_setup
46
47 - if use !xv && use !fbcon && use !directfb; then
48 + if ! use xv && ! use fbcon && ! use directfb; then
49 ewarn "You need to set at least one of these use-flags: xv fbcon directfb"
50 die "no output-method enabled"
51 fi
52
53
54
55 1.60 media-plugins/vdr-softdevice/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?rev=1.60&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?rev=1.60&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?r1=1.59&r2=1.60
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v
64 retrieving revision 1.59
65 retrieving revision 1.60
66 diff -u -r1.59 -r1.60
67 --- ChangeLog 8 Nov 2008 16:45:28 -0000 1.59
68 +++ ChangeLog 13 Jan 2009 20:41:28 -0000 1.60
69 @@ -1,6 +1,11 @@
70 # ChangeLog for media-plugins/vdr-softdevice
71 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.59 2008/11/08 16:45:28 zzam Exp $
73 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.60 2009/01/13 20:41:28 zzam Exp $
75 +
76 + 13 Jan 2009; Matthias Schwarzott <zzam@g.o>
77 + vdr-softdevice-0.5.0.20080922.ebuild:
78 + Enabled xv use-flag by default with the help of EAPI1. Requested by
79 + flameeyes on Bug #254752.
80
81 08 Nov 2008; Matthias Schwarzott <zzam@g.o>
82 vdr-softdevice-0.5.0.20080922.ebuild: