diff options
author | 2012-07-08 02:33:17 +0000 | |
---|---|---|
committer | 2012-07-08 02:33:17 +0000 | |
commit | 5ff04071eda84ca2aad4d1c1892b88e85461ccda (patch) | |
tree | a2c19e8814bf7bb30a4cd6dcfe535c38ce2c69e4 /app-emulation | |
parent | Remove version bump; should have tested first. (diff) | |
download | gentoo-2-5ff04071eda84ca2aad4d1c1892b88e85461ccda.tar.gz gentoo-2-5ff04071eda84ca2aad4d1c1892b88e85461ccda.tar.bz2 gentoo-2-5ff04071eda84ca2aad4d1c1892b88e85461ccda.zip |
Version bump
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice-protocol/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/spice-protocol/spice-protocol-0.10.3.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/app-emulation/spice-protocol/ChangeLog b/app-emulation/spice-protocol/ChangeLog index 38fc6d6698d8..bb7d437252b0 100644 --- a/app-emulation/spice-protocol/ChangeLog +++ b/app-emulation/spice-protocol/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/spice-protocol # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.17 2012/03/15 12:27:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.18 2012/07/08 02:33:17 cardoe Exp $ + +*spice-protocol-0.10.3 (07 Jul 2012) + + 07 Jul 2012; Doug Goldstein <cardoe@gentoo.org> + +spice-protocol-0.10.3.ebuild: + Version bump 15 Mar 2012; Agostino Sarubbo <ago@gentoo.org> spice-protocol-0.10.1.ebuild: Stable for amd64, wrt bug #407357 diff --git a/app-emulation/spice-protocol/spice-protocol-0.10.3.ebuild b/app-emulation/spice-protocol/spice-protocol-0.10.3.ebuild new file mode 100644 index 000000000000..52c0277b9177 --- /dev/null +++ b/app-emulation/spice-protocol/spice-protocol-0.10.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 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.10.3.ebuild,v 1.1 2012/07/08 02:33:17 cardoe Exp $ + +EAPI=4 + +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="" |