diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2013-07-03 15:29:33 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2013-07-03 15:29:33 +0000 |
commit | 1d9bca9c3d6e2e4b15cc46e8fa1ae0c9f9e227aa (patch) | |
tree | 2dd40fbbc9129ac1315ca7f3aeacec6ca722f8e3 /app-emulation/spice-protocol | |
parent | Bump to prerelease with EFI support. (diff) | |
download | gentoo-2-1d9bca9c3d6e2e4b15cc46e8fa1ae0c9f9e227aa.tar.gz gentoo-2-1d9bca9c3d6e2e4b15cc46e8fa1ae0c9f9e227aa.tar.bz2 gentoo-2-1d9bca9c3d6e2e4b15cc46e8fa1ae0c9f9e227aa.zip |
Version bump.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0x1E0CA85F!)
Diffstat (limited to 'app-emulation/spice-protocol')
-rw-r--r-- | app-emulation/spice-protocol/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/spice-protocol/spice-protocol-0.12.6.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/app-emulation/spice-protocol/ChangeLog b/app-emulation/spice-protocol/ChangeLog index 80b7d14c6b9f..f5ea450903b9 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.37 2013/06/04 22:17:59 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.38 2013/07/03 15:29:33 dev-zero Exp $ + +*spice-protocol-0.12.6 (03 Jul 2013) + + 03 Jul 2013; Tiziano Müller <dev-zero@gentoo.org> + +spice-protocol-0.12.6.ebuild: + Version bump. 04 Jun 2013; Doug Goldstein <cardoe@gentoo.org> -spice-protocol-0.12.2.ebuild: Remove older version diff --git a/app-emulation/spice-protocol/spice-protocol-0.12.6.ebuild b/app-emulation/spice-protocol/spice-protocol-0.12.6.ebuild new file mode 100644 index 000000000000..496a036921dc --- /dev/null +++ b/app-emulation/spice-protocol/spice-protocol-0.12.6.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.6.ebuild,v 1.1 2013/07/03 15:29:33 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="" |