kensington 14/05/16 17:20:04 Modified: kradio-4.0.7.ebuild ChangeLog Log: Add patch to solve build failure due to missing include directories wrt bug #510500. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.2 media-sound/kradio/kradio-4.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/kradio-4.0.7.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/kradio-4.0.7.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/kradio-4.0.7.ebuild?r1=1.1&r2=1.2 Index: kradio-4.0.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-4.0.7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kradio-4.0.7.ebuild 31 Jan 2013 22:42:02 -0000 1.1 +++ kradio-4.0.7.ebuild 16 May 2014 17:20:04 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-4.0.7.ebuild,v 1.1 2013/01/31 22:42:02 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-4.0.7.ebuild,v 1.2 2014/05/16 17:20:04 kensington Exp $ EAPI=5 @@ -42,6 +42,8 @@ S=${WORKDIR}/${MY_P} +PATCHES=( "${FILESDIR}/${P}-include.patch" ) + src_prepare() { local lang for lang in ${KDE_LINGUAS} ; do 1.38 media-sound/kradio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/kradio/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 21 Jul 2013 09:42:31 -0000 1.37 +++ ChangeLog 16 May 2014 17:20:04 -0000 1.38 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/kradio -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v 1.37 2013/07/21 09:42:31 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/ChangeLog,v 1.38 2014/05/16 17:20:04 kensington Exp $ + + 16 May 2014; Michael Palimaka <[email protected]> + +files/kradio-4.0.7-include.patch, kradio-4.0.7.ebuild: + Add patch to solve build failure due to missing include directories wrt bug + #510500. 21 Jul 2013; Pacho Ramos <[email protected]> metadata.xml: Cleanup due #473480
