* [gentoo-commits] gentoo-x86 commit in app-emulation/spice: ChangeLog spice-0.8.1.ebuild
@ 2011-04-27 8:09 Tiziano Mueller (dev-zero)
0 siblings, 0 replies; 4+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2011-04-27 8:09 UTC (permalink / raw
To: gentoo-commits
dev-zero 11/04/27 08:09:37
Modified: ChangeLog
Added: spice-0.8.1.ebuild
Log:
Version bump.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Revision Changes Path
1.11 app-emulation/spice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 18 Apr 2011 08:01:29 -0000 1.10
+++ ChangeLog 27 Apr 2011 08:09:36 -0000 1.11
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/spice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.10 2011/04/18 08:01:29 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.11 2011/04/27 08:09:36 dev-zero Exp $
+
+*spice-0.8.1 (27 Apr 2011)
+
+ 27 Apr 2011; Tiziano Müller <dev-zero@gentoo.org> +spice-0.8.1.ebuild:
+ Version bump.
18 Apr 2011; Tiziano Müller <dev-zero@gentoo.org> metadata.xml:
Removed old USE flag descriptions.
1.1 app-emulation/spice/spice-0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild?rev=1.1&content-type=text/plain
Index: spice-0.8.1.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/spice-0.8.1.ebuild,v 1.1 2011/04/27 08:09:36 dev-zero Exp $
EAPI=4
DESCRIPTION="SPICE server and client."
HOMEPAGE="http://spice-space.org/"
SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+gui static-libs"
RDEPEND=">=app-emulation/spice-protocol-0.8
>=x11-libs/pixman-0.17.7
media-libs/alsa-lib
media-libs/celt:0.5.1
dev-libs/openssl
>=x11-libs/libXrandr-1.2
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
x11-libs/libXfixes
virtual/jpeg
sys-libs/zlib
gui? ( =dev-games/cegui-0.6* )"
DEPEND="dev-util/pkgconfig
${RDEPEND}"
# maintainer notes:
# * opengl support is currently broken
# * add slirp for tunnel-support
# * add libcacard for smartcard support
src_configure() {
local myconf=""
use gui && myconf+="--enable-gui "
econf ${myconf} \
$(use_enable static-libs static)
}
src_install() {
default
use static-libs || rm "${D}"/usr/lib*/*.la
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/spice: ChangeLog spice-0.8.1.ebuild
@ 2011-05-29 11:15 Christian Faulhammer (fauli)
0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-05-29 11:15 UTC (permalink / raw
To: gentoo-commits
fauli 11/05/29 11:15:32
Modified: ChangeLog spice-0.8.1.ebuild
Log:
add ~x86, bug 368961
(Portage version: 2.1.9.42/cvs/Linux i686)
Revision Changes Path
1.12 app-emulation/spice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 27 Apr 2011 08:09:36 -0000 1.11
+++ ChangeLog 29 May 2011 11:15:32 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/spice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.11 2011/04/27 08:09:36 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.12 2011/05/29 11:15:32 fauli Exp $
+
+ 29 May 2011; Christian Faulhammer <fauli@gentoo.org> spice-0.8.1.ebuild:
+ add ~x86, bug 368961
*spice-0.8.1 (27 Apr 2011)
1.2 app-emulation/spice/spice-0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild?r1=1.1&r2=1.2
Index: spice-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spice-0.8.1.ebuild 27 Apr 2011 08:09:36 -0000 1.1
+++ spice-0.8.1.ebuild 29 May 2011 11:15:32 -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/spice-0.8.1.ebuild,v 1.1 2011/04/27 08:09:36 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild,v 1.2 2011/05/29 11:15:32 fauli Exp $
EAPI=4
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="+gui static-libs"
RDEPEND=">=app-emulation/spice-protocol-0.8
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/spice: ChangeLog spice-0.8.1.ebuild
@ 2011-08-30 7:23 Tony Vroon (chainsaw)
0 siblings, 0 replies; 4+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-08-30 7:23 UTC (permalink / raw
To: gentoo-commits
chainsaw 11/08/30 07:23:15
Modified: ChangeLog spice-0.8.1.ebuild
Log:
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug #369601.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.15 app-emulation/spice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 26 Jul 2011 13:09:16 -0000 1.14
+++ ChangeLog 30 Aug 2011 07:23:15 -0000 1.15
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/spice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.14 2011/07/26 13:09:16 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.15 2011/08/30 07:23:15 chainsaw Exp $
+
+ 30 Aug 2011; Tony Vroon <chainsaw@gentoo.org> spice-0.8.1.ebuild:
+ Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug
+ #369601.
26 Jul 2011; Tiziano Müller <dev-zero@gentoo.org> spice-0.8.2.ebuild:
Fixed dep on spice-protocol.
1.3 app-emulation/spice/spice-0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild?r1=1.2&r2=1.3
Index: spice-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spice-0.8.1.ebuild 29 May 2011 11:15:32 -0000 1.2
+++ spice-0.8.1.ebuild 30 Aug 2011 07:23:15 -0000 1.3
@@ -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/spice-0.8.1.ebuild,v 1.2 2011/05/29 11:15:32 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild,v 1.3 2011/08/30 07:23:15 chainsaw Exp $
EAPI=4
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="+gui static-libs"
RDEPEND=">=app-emulation/spice-protocol-0.8
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/spice: ChangeLog spice-0.8.1.ebuild
@ 2011-09-04 10:18 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-09-04 10:18 UTC (permalink / raw
To: gentoo-commits
maekke 11/09/04 10:18:18
Modified: ChangeLog spice-0.8.1.ebuild
Log:
x86 stable, bug #369601
(Portage version: 2.1.10.12/cvs/Linux x86_64)
Revision Changes Path
1.16 app-emulation/spice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 30 Aug 2011 07:23:15 -0000 1.15
+++ ChangeLog 4 Sep 2011 10:18:18 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/spice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.15 2011/08/30 07:23:15 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.16 2011/09/04 10:18:18 maekke Exp $
+
+ 04 Sep 2011; Markus Meier <maekke@gentoo.org> spice-0.8.1.ebuild:
+ x86 stable, bug #369601
30 Aug 2011; Tony Vroon <chainsaw@gentoo.org> spice-0.8.1.ebuild:
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug
1.4 app-emulation/spice/spice-0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild?r1=1.3&r2=1.4
Index: spice-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- spice-0.8.1.ebuild 30 Aug 2011 07:23:15 -0000 1.3
+++ spice-0.8.1.ebuild 4 Sep 2011 10:18:18 -0000 1.4
@@ -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/spice-0.8.1.ebuild,v 1.3 2011/08/30 07:23:15 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild,v 1.4 2011/09/04 10:18:18 maekke Exp $
EAPI=4
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+gui static-libs"
RDEPEND=">=app-emulation/spice-protocol-0.8
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-09-04 10:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27 8:09 [gentoo-commits] gentoo-x86 commit in app-emulation/spice: ChangeLog spice-0.8.1.ebuild Tiziano Mueller (dev-zero)
-- strict thread matches above, loose matches on Subject: below --
2011-05-29 11:15 Christian Faulhammer (fauli)
2011-08-30 7:23 Tony Vroon (chainsaw)
2011-09-04 10:18 Markus Meier (maekke)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox