diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2014-07-01 15:25:04 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2014-07-01 15:25:04 +0000 |
commit | 6227096e359ef00fe8e5d0a8dc1ebea9ef07c41f (patch) | |
tree | 4a22ad667aa7284a809656a35be6b03551deebf2 /app-emulation | |
parent | CXXFLAGS=-O2 should be safe. (diff) | |
download | gentoo-2-6227096e359ef00fe8e5d0a8dc1ebea9ef07c41f.tar.gz gentoo-2-6227096e359ef00fe8e5d0a8dc1ebea9ef07c41f.tar.bz2 gentoo-2-6227096e359ef00fe8e5d0a8dc1ebea9ef07c41f.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1A5D023975B0583D!)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice-protocol/ChangeLog | 10 | ||||
-rw-r--r-- | app-emulation/spice-protocol/spice-protocol-0.12.7.ebuild | 17 |
2 files changed, 25 insertions, 2 deletions
diff --git a/app-emulation/spice-protocol/ChangeLog b/app-emulation/spice-protocol/ChangeLog index 6ba07c74c8c2..f1ca0cde7b19 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.39 2013/12/31 17:10:31 tomwij Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.40 2014/07/01 15:25:04 dev-zero Exp $ + +*spice-protocol-0.12.7 (01 Jul 2014) + + 01 Jul 2014; Tiziano Müller <dev-zero@gentoo.org> + +spice-protocol-0.12.7.ebuild: + Version bump. 31 Dec 2013; Tom Wijsman <TomWij@gentoo.org> -files/2ffbca210033be262fc75e6a73742e0f0e6d5242.patch: diff --git a/app-emulation/spice-protocol/spice-protocol-0.12.7.ebuild b/app-emulation/spice-protocol/spice-protocol-0.12.7.ebuild new file mode 100644 index 000000000000..2404c3dbfb27 --- /dev/null +++ b/app-emulation/spice-protocol/spice-protocol-0.12.7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 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.12.7.ebuild,v 1.1 2014/07/01 15:25:04 dev-zero Exp $ + +EAPI=5 + +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="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" |