public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/spice-protocol: ChangeLog spice-protocol-0.8.0-r1.ebuild
@ 2011-04-27 11:33 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2011-04-27 11:33 UTC (permalink / raw
  To: gentoo-commits

dev-zero    11/04/27 11:33:19

  Modified:             ChangeLog
  Added:                spice-protocol-0.8.0-r1.ebuild
  Log:
  Added patch (from upstream) to add missing include and thus fix compilation with spice-gtk.
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-emulation/spice-protocol/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	18 Apr 2011 07:57:43 -0000	1.6
+++ ChangeLog	27 Apr 2011 11:33:19 -0000	1.7
@@ -1,6 +1,14 @@
 # ChangeLog for app-emulation/spice-protocol
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.6 2011/04/18 07:57:43 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.7 2011/04/27 11:33:19 dev-zero Exp $
+
+*spice-protocol-0.8.0-r1 (27 Apr 2011)
+
+  27 Apr 2011; Tiziano Müller <dev-zero@gentoo.org>
+  +files/2ffbca210033be262fc75e6a73742e0f0e6d5242.patch,
+  +spice-protocol-0.8.0-r1.ebuild:
+  Added patch (from upstream) to add missing include and thus fix compilation
+  with spice-gtk.
 
 *spice-protocol-0.8.0 (18 Apr 2011)
 



1.1                  app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: spice-protocol-0.8.0-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild,v 1.1 2011/04/27 11:33:19 dev-zero Exp $

EAPI=4

inherit eutils

DESCRIPTION="Headers defining the SPICE protocol."
HOMEPAGE="http://spice-space.org/"
SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND=""

src_prepare() {
	epatch "${FILESDIR}/2ffbca210033be262fc75e6a73742e0f0e6d5242.patch"
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emulation/spice-protocol: ChangeLog spice-protocol-0.8.0-r1.ebuild
@ 2011-05-29 11:13 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-05-29 11:13 UTC (permalink / raw
  To: gentoo-commits

fauli       11/05/29 11:13:04

  Modified:             ChangeLog spice-protocol-0.8.0-r1.ebuild
  Log:
  add ~x86, bug 368961
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.8                  app-emulation/spice-protocol/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	27 Apr 2011 11:33:19 -0000	1.7
+++ ChangeLog	29 May 2011 11:13:04 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/spice-protocol
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.7 2011/04/27 11:33:19 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.8 2011/05/29 11:13:04 fauli Exp $
+
+  29 May 2011; Christian Faulhammer <fauli@gentoo.org>
+  spice-protocol-0.8.0-r1.ebuild:
+  add ~x86, bug 368961
 
 *spice-protocol-0.8.0-r1 (27 Apr 2011)
 



1.2                  app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild?r1=1.1&r2=1.2

Index: spice-protocol-0.8.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spice-protocol-0.8.0-r1.ebuild	27 Apr 2011 11:33:19 -0000	1.1
+++ spice-protocol-0.8.0-r1.ebuild	29 May 2011 11:13:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild,v 1.1 2011/04/27 11:33:19 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild,v 1.2 2011/05/29 11:13:04 fauli Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-29 11:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27 11:33 [gentoo-commits] gentoo-x86 commit in app-emulation/spice-protocol: ChangeLog spice-protocol-0.8.0-r1.ebuild Tiziano Mueller (dev-zero)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-29 11:13 Christian Faulhammer (fauli)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox