Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-xineliboutput: ChangeLog vdr-xineliboutput-1.1.0.ebuild
Date: Wed, 05 Feb 2014 17:22:54
Message-Id: 20140205172247.9B0972004C@flycatcher.gentoo.org
1 hd_brummy 14/02/05 17:22:47
2
3 Modified: ChangeLog vdr-xineliboutput-1.1.0.ebuild
4 Log:
5 added required_use for use-flag vdr, xine; removed rendundant inherite(s); removed epatch_user, this is still in the vdr-plugin-2.eclass; removed unneeded depends
6
7 (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
8
9 Revision Changes Path
10 1.73 media-plugins/vdr-xineliboutput/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog?rev=1.73&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog?rev=1.73&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog?r1=1.72&r2=1.73
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog,v
19 retrieving revision 1.72
20 retrieving revision 1.73
21 diff -u -r1.72 -r1.73
22 --- ChangeLog 27 Jan 2014 19:12:06 -0000 1.72
23 +++ ChangeLog 5 Feb 2014 17:22:47 -0000 1.73
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/vdr-xineliboutput
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog,v 1.72 2014/01/27 19:12:06 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/ChangeLog,v 1.73 2014/02/05 17:22:47 hd_brummy Exp $
29 +
30 + 05 Feb 2014; Joerg Bornkessel <hd_brummy@g.o>
31 + vdr-xineliboutput-1.1.0.ebuild:
32 + added required_use for use-flag vdr, xine; removed rendundant inherite(s);
33 + removed epatch_user, this is still in the vdr-plugin-2.eclass; removed
34 + unneeded depends
35
36 *vdr-xineliboutput-1.1.0 (27 Jan 2014)
37
38
39
40
41 1.2 media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild?r1=1.1&r2=1.2
46
47 Index: vdr-xineliboutput-1.1.0.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- vdr-xineliboutput-1.1.0.ebuild 27 Jan 2014 19:12:07 -0000 1.1
54 +++ vdr-xineliboutput-1.1.0.ebuild 5 Feb 2014 17:22:47 -0000 1.2
55 @@ -1,11 +1,12 @@
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild,v 1.1 2014/01/27 19:12:07 idl0r Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild,v 1.2 2014/02/05 17:22:47 hd_brummy Exp $
60
61 EAPI=5
62 -GENTOO_VDR_CONDITIONAL=yes
63
64 -inherit vdr-plugin-2 toolchain-funcs eutils
65 +inherit vdr-plugin-2
66 +
67 +GENTOO_VDR_CONDITIONAL=yes
68
69 DESCRIPTION="Video Disk Recorder Xinelib PlugIn"
70 HOMEPAGE="http://sourceforge.net/projects/xineliboutput/"
71 @@ -41,7 +42,6 @@
72
73 DEPEND="${COMMON_DEPEND}
74 virtual/pkgconfig
75 - sys-kernel/linux-headers
76 nls? ( sys-devel/gettext )
77 xine? (
78 X? (
79 @@ -51,13 +51,11 @@
80 )"
81 RDEPEND="${COMMON_DEPEND}"
82
83 +REQUIRED_USE=" || ( vdr xine )"
84 +
85 VDR_CONFD_FILE="${FILESDIR}/confd-1.0.0_pre6"
86
87 pkg_setup() {
88 - if ! use vdr && ! use xine; then
89 - die "You either need at least one of these flags: vdr xine"
90 - fi
91 -
92 vdr-plugin-2_pkg_setup
93
94 if use xine; then
95 @@ -66,13 +64,6 @@
96 fi
97 }
98
99 -src_prepare() {
100 - # Allow user patches to be applied without modifyfing the ebuild
101 - epatch_user
102 -
103 - vdr-plugin-2_src_prepare
104 -}
105 -
106 src_configure() {
107 local myconf