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 eclass: ChangeLog vdr-plugin-2.eclass
Date: Mon, 31 Dec 2012 19:49:52
Message-Id: 20121231194941.2856A2171D@flycatcher.gentoo.org
1 hd_brummy 12/12/31 19:49:41
2
3 Modified: ChangeLog vdr-plugin-2.eclass
4 Log:
5 Do not use {C,CXX}FLAGS from pkg-config vdr.pc >=media-video/vdr-1.7.34;we do not have the chance to overwrite it with *.eclass
6
7 Revision Changes Path
8 1.588 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.588&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.588&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.587&r2=1.588
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.587
18 retrieving revision 1.588
19 diff -u -r1.587 -r1.588
20 --- ChangeLog 31 Dec 2012 18:53:47 -0000 1.587
21 +++ ChangeLog 31 Dec 2012 19:49:40 -0000 1.588
22 @@ -1,6 +1,10 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.587 2012/12/31 18:53:47 hd_brummy Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.588 2012/12/31 19:49:40 hd_brummy Exp $
27 +
28 + 31 Dec 2012; Joerg Bornkessel <hd_brummy@g.o> vdr-plugin-2.eclass:
29 + Do not use {C,CXX}FLAGS from pkg-config vdr.pc >=media-video/vdr-1.7.34;we do
30 + not have the chance to overwrite it with *.eclass
31
32 31 Dec 2012; Joerg Bornkessel <hd_brummy@g.o> vdr-plugin-2.eclass:
33 vdr-plugin-2.eclass, typo
34
35
36
37 1.17 eclass/vdr-plugin-2.eclass
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?rev=1.17&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?rev=1.17&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?r1=1.16&r2=1.17
42
43 Index: vdr-plugin-2.eclass
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v
46 retrieving revision 1.16
47 retrieving revision 1.17
48 diff -u -r1.16 -r1.17
49 --- vdr-plugin-2.eclass 31 Dec 2012 18:53:47 -0000 1.16
50 +++ vdr-plugin-2.eclass 31 Dec 2012 19:49:41 -0000 1.17
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.16 2012/12/31 18:53:47 hd_brummy Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.17 2012/12/31 19:49:41 hd_brummy Exp $
56
57 # @ECLASS: vdr-plugin-2.eclass
58 # @MAINTAINER:
59 @@ -212,6 +212,12 @@
60 -e '/^CXXFLAGS[[:space:]]*=/s/=/?=/' \
61 -e '/LDFLAGS/!s:-shared:$(LDFLAGS) -shared:'
62
63 + # Do not use {C,CXX}FLAGS from pkg-config vdr.pc, >=media-video/vdr-1.7.34
64 + # we do not have the chance to overwrite it with *.eclass
65 + sed -e "/^export[[:space:]]*CFLAGS[[:space:]]*=/s/=/?=/" \
66 + -e "/^export[[:space:]]*CXXFLAGS[[:space:]]*=/s/=/?=/" \
67 + -i Makefile
68 +
69 # Disabling file stripping, the package manager takes care of it
70 sed -i Makefile \
71 -e '/@.*strip/d' \
72 @@ -445,7 +451,7 @@
73 fi
74
75 einfo "Compiling against"
76 - einfo "\tvdr-${VDRVERSION}} [API version ${APIVERSION}]"
77 + einfo "\tvdr-${VDRVERSION} [API version ${APIVERSION}]"
78
79 if [[ -n "${VDR_LOCAL_PATCHES_DIR}" ]]; then
80 eerror "Using VDR_LOCAL_PATCHES_DIR is deprecated!"