johu 15/08/02 12:28:35 Modified: plasma-sdk-5.3.2.ebuild ChangeLog Log: Add patch to remove bogus deps by Andreas Sturmlechner <[email protected]>, bug #555770. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
Revision Changes Path 1.3 kde-plasma/plasma-sdk/plasma-sdk-5.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/plasma-sdk-5.3.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/plasma-sdk-5.3.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/plasma-sdk-5.3.2.ebuild?r1=1.2&r2=1.3 Index: plasma-sdk-5.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-plasma/plasma-sdk/plasma-sdk-5.3.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plasma-sdk-5.3.2.ebuild 6 Jul 2015 15:35:07 -0000 1.2 +++ plasma-sdk-5.3.2.ebuild 2 Aug 2015 12:28:35 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-sdk/plasma-sdk-5.3.2.ebuild,v 1.2 2015/07/06 15:35:07 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-sdk/plasma-sdk-5.3.2.ebuild,v 1.3 2015/08/02 12:28:35 johu Exp $ EAPI=5 @@ -35,3 +35,5 @@ RDEPEND="${DEPEND} !dev-util/plasmate " + +PATCHES=( "${FILESDIR}/${P}-remove-qtwebkit.patch" ) 1.5 kde-plasma/plasma-sdk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-sdk/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-plasma/plasma-sdk/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 9 Jul 2015 20:49:55 -0000 1.4 +++ ChangeLog 2 Aug 2015 12:28:35 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for kde-plasma/plasma-sdk # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-sdk/ChangeLog,v 1.4 2015/07/09 20:49:55 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-sdk/ChangeLog,v 1.5 2015/08/02 12:28:35 johu Exp $ + + 02 Aug 2015; Johannes Huber <[email protected]> + +files/plasma-sdk-5.3.2-remove-qtwebkit.patch, plasma-sdk-5.3.2.ebuild: + Add patch to remove bogus deps by Andreas Sturmlechner + <[email protected]>, bug #555770. 09 Jul 2015; Johannes Huber <[email protected]> -plasma-sdk-5.3.1.ebuild: Remove KDE Plasma 5.3.1
