hd_brummy 15/01/21 13:01:35 Modified: vdr-live-0.3.0_p20130504-r1.ebuild ChangeLog Log: disabled -std=c++11 due massive compile errors (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Revision Changes Path 1.2 media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild?r1=1.1&r2=1.2 Index: vdr-live-0.3.0_p20130504-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr-live-0.3.0_p20130504-r1.ebuild 24 Jan 2014 05:04:56 -0000 1.1 +++ vdr-live-0.3.0_p20130504-r1.ebuild 21 Jan 2015 13:01:35 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild,v 1.1 2014/01/24 05:04:56 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild,v 1.2 2015/01/21 13:01:35 hd_brummy Exp $ EAPI=5 @@ -52,6 +52,13 @@ chown vdr:vdr "${ROOT}"/etc/vdr/plugins/live/live{,-key}.pem } +src_configure() { + vdr-plugin-2_src_configure + + # tmp. disabeled gcc -std=c++11, due massiv compile errors + filter-flags -std=c++11 +} + src_prepare() { # remove untranslated language files rm "${S}"/po/{ca_ES,da_DK,el_GR,et_EE,hr_HR,hu_HU,nl_NL,nn_NO,pt_PT,ro_RO,ru_RU,sl_SI,sv_SE,tr_TR}.po 1.45 media-plugins/vdr-live/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-live/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 24 Jan 2014 05:04:56 -0000 1.44 +++ ChangeLog 21 Jan 2015 13:01:35 -0000 1.45 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/vdr-live -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.44 2014/01/24 05:04:56 hd_brummy Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.45 2015/01/21 13:01:35 hd_brummy Exp $ + + 21 Jan 2015; Joerg Bornkessel <[email protected]> + vdr-live-0.3.0_p20130504-r1.ebuild: + disabled -std=c++11 due massive compile errors *vdr-live-0.3.0_p20130504-r1 (24 Jan 2014)
