pacho 15/06/27 11:31:33 Modified: activity-log-manager-0.9.7.ebuild ChangeLog Log: Fix typo in VALA_MAX_API_VERSION variable, it also builds with 0.26 (even if it failed with 0.24) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.6 gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?r1=1.5&r2=1.6 Index: activity-log-manager-0.9.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- activity-log-manager-0.9.7.ebuild 12 Nov 2014 21:20:08 -0000 1.5 +++ activity-log-manager-0.9.7.ebuild 27 Jun 2015 11:31:33 -0000 1.6 @@ -1,12 +1,12 @@ -# 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/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v 1.5 2014/11/12 21:20:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v 1.6 2015/06/27 11:31:33 pacho Exp $ EAPI=5 GNOME2_LA_PUNT="yes" -VALA_MIN_API_VERSION="0.10" -VALA_MAX_API_VERSIOn="0.22" # build fails with vala-0.24 +VALA_MIN_API_VERSION="0.26" # Fails with 0.24, but works with 0.26 and older versions +VALA_MAX_API_VERSION="0.26" # build fails with vala-0.28 WANT_AUTOMAKE=1.13 inherit autotools eutils gnome2 vala versionator 1.22 gnome-extra/activity-log-manager/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 12 Nov 2014 21:20:08 -0000 1.21 +++ ChangeLog 27 Jun 2015 11:31:33 -0000 1.22 @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/activity-log-manager -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.21 2014/11/12 21:20:08 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.22 2015/06/27 11:31:33 pacho Exp $ + + 27 Jun 2015; Pacho Ramos <[email protected]> activity-log-manager-0.9.7.ebuild: + Fix typo in VALA_MAX_API_VERSION variable, it also builds with 0.26 (even if + it failed with 0.24) 12 Nov 2014; Justin Lecher <[email protected]> activity-log-manager-0.9.7.ebuild,
