diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2011-11-14 08:44:11 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2011-11-14 08:44:11 +0000 |
commit | 71bd33a4da8e044f4793b2e17fb5f0ad6999709d (patch) | |
tree | 14b8c6454bfdf0132175bda0847f98802863c6da /app-emulation/spice-protocol | |
parent | Bump. Notable changes: improves filechooser appearance in non-gnome DEs, plus... (diff) | |
download | historical-71bd33a4da8e044f4793b2e17fb5f0ad6999709d.tar.gz historical-71bd33a4da8e044f4793b2e17fb5f0ad6999709d.tar.bz2 historical-71bd33a4da8e044f4793b2e17fb5f0ad6999709d.zip |
Version bump. Dropped old.
Package-Manager: portage-2.1.10.34/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/spice-protocol')
-rw-r--r-- | app-emulation/spice-protocol/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/spice-protocol/spice-protocol-0.10.0.ebuild (renamed from app-emulation/spice-protocol/spice-protocol-0.6.4.ebuild) | 4 | ||||
-rw-r--r-- | app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild | 23 |
3 files changed, 10 insertions, 26 deletions
diff --git a/app-emulation/spice-protocol/ChangeLog b/app-emulation/spice-protocol/ChangeLog index 47161d05a84b..3ba4445b7ddc 100644 --- a/app-emulation/spice-protocol/ChangeLog +++ b/app-emulation/spice-protocol/ChangeLog @@ -1,6 +1,13 @@ # 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.11 2011/09/04 10:14:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.12 2011/11/14 08:40:46 dev-zero Exp $ + +*spice-protocol-0.10.0 (14 Nov 2011) + + 14 Nov 2011; Tiziano Müller <dev-zero@gentoo.org> + +spice-protocol-0.10.0.ebuild, -spice-protocol-0.6.4.ebuild, + -spice-protocol-0.8.0-r1.ebuild: + Version bump. Dropped old. 04 Sep 2011; Markus Meier <maekke@gentoo.org> spice-protocol-0.8.1.ebuild: x86 stable, bug #369601 diff --git a/app-emulation/spice-protocol/spice-protocol-0.6.4.ebuild b/app-emulation/spice-protocol/spice-protocol-0.10.0.ebuild index 48b268d2e98e..d67edbeb2730 100644 --- a/app-emulation/spice-protocol/spice-protocol-0.6.4.ebuild +++ b/app-emulation/spice-protocol/spice-protocol-0.10.0.ebuild @@ -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.6.4.ebuild,v 1.2 2011/02/17 10:29:38 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.10.0.ebuild,v 1.1 2011/11/14 08:40:46 dev-zero Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" diff --git a/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild b/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild deleted file mode 100644 index d8228047702e..000000000000 --- a/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.2 2011/05/29 11:13:04 fauli 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 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_prepare() { - epatch "${FILESDIR}/2ffbca210033be262fc75e6a73742e0f0e6d5242.patch" -} |