pacho 14/05/04 08:07:01 Modified: systemd-ui-3.ebuild ChangeLog Log: Apply upstream fix to make it compatible with vala-0.24 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.2 sys-apps/systemd-ui/systemd-ui-3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/systemd-ui-3.ebuild?r1=1.1&r2=1.2 Index: systemd-ui-3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- systemd-ui-3.ebuild 4 May 2014 07:16:23 -0000 1.1 +++ systemd-ui-3.ebuild 4 May 2014 08:07:01 -0000 1.2 @@ -1,12 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-3.ebuild,v 1.1 2014/05/04 07:16:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-3.ebuild,v 1.2 2014/05/04 08:07:01 pacho Exp $ -EAPI=4 +EAPI=5 # Needed per https://bugs.freedesktop.org/show_bug.cgi?id=69643#c5 VALA_MIN_API_VERSION=0.22 -VALA_MAX_API_VERSION=0.22 # fails with vala-0.24; should be fixed in >=systemd-ui-4 inherit autotools-utils systemd vala @@ -35,6 +34,8 @@ # Due to vala being broken. AUTOTOOLS_IN_SOURCE_BUILD=1 +PATCHES=( "${FILESDIR}/${P}-vala-0.24.patch" ) + src_prepare() { # Force the rebuild of .vala sources touch src/*.vala || die 1.10 sys-apps/systemd-ui/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd-ui/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 4 May 2014 07:16:23 -0000 1.9 +++ ChangeLog 4 May 2014 08:07:01 -0000 1.10 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/systemd-ui # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.9 2014/05/04 07:16:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.10 2014/05/04 08:07:01 pacho Exp $ + + 04 May 2014; Pacho Ramos <[email protected]> + +files/systemd-ui-3-vala-0.24.patch, systemd-ui-3.ebuild: + Apply upstream fix to make it compatible with vala-0.24 *systemd-ui-3 (04 May 2014)
