* [gentoo-commits] gentoo-x86 commit in net-misc/spice-gtk: ChangeLog spice-gtk-0.16.ebuild spice-gtk-0.15.3.ebuild
@ 2013-01-25 22:27 Doug Goldstein (cardoe)
0 siblings, 0 replies; only message in thread
From: Doug Goldstein (cardoe) @ 2013-01-25 22:27 UTC (permalink / raw
To: gentoo-commits
cardoe 13/01/25 22:27:28
Modified: ChangeLog spice-gtk-0.16.ebuild
spice-gtk-0.15.3.ebuild
Log:
Fix build issue when USE=vala is enabled. bug #451670
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.53 net-misc/spice-gtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 22 Jan 2013 17:34:51 -0000 1.52
+++ ChangeLog 25 Jan 2013 22:27:28 -0000 1.53
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/spice-gtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.52 2013/01/22 17:34:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.53 2013/01/25 22:27:28 cardoe Exp $
+
+ 25 Jan 2013; Doug Goldstein <cardoe@gentoo.org>
+ +files/0001-build-sys-fix-out-of-tree-build-with-vala.patch,
+ spice-gtk-0.15.3.ebuild, spice-gtk-0.16.ebuild:
+ Fix build issue when USE=vala is enabled. bug #451670
22 Jan 2013; Agostino Sarubbo <ago@gentoo.org> spice-gtk-0.14-r2.ebuild:
Stable for x86, wrt bug #451580
1.4 net-misc/spice-gtk/spice-gtk-0.16.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.16.ebuild?r1=1.3&r2=1.4
Index: spice-gtk-0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- spice-gtk-0.16.ebuild 13 Jan 2013 11:11:02 -0000 1.3
+++ spice-gtk-0.16.ebuild 25 Jan 2013 22:27:28 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.16.ebuild,v 1.3 2013/01/13 11:11:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.16.ebuild,v 1.4 2013/01/25 22:27:28 cardoe Exp $
EAPI=5
GCONF_DEBUG="no"
@@ -79,7 +79,8 @@
mkdir ${GTK3_BUILDDIR} || die
epatch \
- "${FILESDIR}/0.12-parallel-install.patch"
+ "${FILESDIR}/0.12-parallel-install.patch" \
+ "${FILESDIR}/0001-build-sys-fix-out-of-tree-build-with-vala.patch"
eautoreconf
}
1.2 net-misc/spice-gtk/spice-gtk-0.15.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.15.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.15.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.15.3.ebuild?r1=1.1&r2=1.2
Index: spice-gtk-0.15.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.15.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spice-gtk-0.15.3.ebuild 12 Jan 2013 23:56:49 -0000 1.1
+++ spice-gtk-0.15.3.ebuild 25 Jan 2013 22:27:28 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.15.3.ebuild,v 1.1 2013/01/12 23:56:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.15.3.ebuild,v 1.2 2013/01/25 22:27:28 cardoe Exp $
EAPI=5
GCONF_DEBUG="no"
@@ -82,7 +82,8 @@
mkdir ${GTK3_BUILDDIR} || die
epatch \
- "${FILESDIR}/0.12-parallel-install.patch"
+ "${FILESDIR}/0.12-parallel-install.patch" \
+ "${FILESDIR}/0001-build-sys-fix-out-of-tree-build-with-vala.patch"
eautoreconf
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-25 22:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25 22:27 [gentoo-commits] gentoo-x86 commit in net-misc/spice-gtk: ChangeLog spice-gtk-0.16.ebuild spice-gtk-0.15.3.ebuild Doug Goldstein (cardoe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox