maksbotan 14/06/28 13:42:52 Modified: lc-core-0.6.65.ebuild ChangeLog Log: Add upstream patches for making dbus optional (and disabling it by default) and fixes for gcc-4.9, bug #513904 and bug #513404. Thanks to patrick for the report and to 0xd34df00d for the fixes. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path 1.3 app-leechcraft/lc-core/lc-core-0.6.65.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild?r1=1.2&r2=1.3 Index: lc-core-0.6.65.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lc-core-0.6.65.ebuild 25 Jun 2014 06:36:31 -0000 1.2 +++ lc-core-0.6.65.ebuild 28 Jun 2014 13:42:52 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild,v 1.2 2014/06/25 06:36:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild,v 1.3 2014/06/28 13:42:52 maksbotan Exp $ EAPI="5" @@ -22,7 +22,6 @@ dev-qt/qtscript:4 dev-qt/qtsql:4[postgres?,sqlite?] dev-qt/qtwebkit:4 - dev-qt/qtdbus:4 qwt? ( x11-libs/qwt:6 )" DEPEND="${COMMON_DEPEND} doc? ( app-doc/doxygen )" @@ -35,6 +34,11 @@ REQUIRED_USE="|| ( postgres sqlite )" +PATCHES=( + "${FILESDIR}"/${P}-dbus-optional.patch + "${FILESDIR}"/${P}-gcc-4.9.patch +) + src_configure() { local mycmakeargs=( -DWITH_PLUGINS=False 1.19 app-leechcraft/lc-core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 25 Jun 2014 06:36:31 -0000 1.18 +++ ChangeLog 28 Jun 2014 13:42:52 -0000 1.19 @@ -1,6 +1,13 @@ # ChangeLog for app-leechcraft/lc-core # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v 1.18 2014/06/25 06:36:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v 1.19 2014/06/28 13:42:52 maksbotan Exp $ + + 28 Jun 2014; Maxim Koltsov <[email protected]> + +files/lc-core-0.6.65-dbus-optional.patch, + +files/lc-core-0.6.65-gcc-4.9.patch, lc-core-0.6.65.ebuild: + Add upstream patches for making dbus optional (and disabling it by default) + and fixes for gcc-4.9, bug #513904 and bug #513404. Thanks to patrick for the + report and to 0xd34df00d for the fixes. 25 Jun 2014; Patrick Lauer <[email protected]> lc-core-0.6.65.ebuild, lc-core-9999.ebuild:
