diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-06-03 02:03:24 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-06-03 02:03:24 +0000 |
commit | 0b39180f50d2940db83e47fb77a7299004624776 (patch) | |
tree | 7db8be4d1b2026648833329e69445f0cc795f5eb /app-emulation/spice-protocol | |
parent | Use append-cflags instead of append-flags. (diff) | |
download | gentoo-2-0b39180f50d2940db83e47fb77a7299004624776.tar.gz gentoo-2-0b39180f50d2940db83e47fb77a7299004624776.tar.bz2 gentoo-2-0b39180f50d2940db83e47fb77a7299004624776.zip |
Version bump. Add some VD Agent types and other minor updates.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation/spice-protocol')
-rw-r--r-- | app-emulation/spice-protocol/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/spice-protocol/spice-protocol-0.12.5.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-emulation/spice-protocol/ChangeLog b/app-emulation/spice-protocol/ChangeLog index af65f95290f1..f9112aea53ec 100644 --- a/app-emulation/spice-protocol/ChangeLog +++ b/app-emulation/spice-protocol/ChangeLog @@ -1,6 +1,11 @@ # 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.35 2013/03/01 09:53:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.36 2013/06/03 02:03:24 cardoe Exp $ + +*spice-protocol-0.12.5 (03 Jun 2013) + + 03 Jun 2013; Doug Goldstein <cardoe@gentoo.org> +spice-protocol-0.12.5.ebuild: + Version bump. Add some VD Agent types and other minor updates. 01 Mar 2013; Agostino Sarubbo <ago@gentoo.org> spice-protocol-0.12.3.ebuild: Stable for x86, wrt bug #459746 diff --git a/app-emulation/spice-protocol/spice-protocol-0.12.5.ebuild b/app-emulation/spice-protocol/spice-protocol-0.12.5.ebuild new file mode 100644 index 000000000000..ab6f67cfe0f6 --- /dev/null +++ b/app-emulation/spice-protocol/spice-protocol-0.12.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 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.5.ebuild,v 1.1 2013/06/03 02:03:24 cardoe 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="" |