From d2f46534867bc575a1184d7d1e97e08fde072138 Mon Sep 17 00:00:00 2001 From: Tiziano Müller Date: Wed, 29 Dec 2010 09:26:59 +0000 Subject: Version bump. (Portage version: 2.1.9.26/cvs/Linux x86_64) --- app-emulation/spice-protocol/ChangeLog | 8 +++++++- .../spice-protocol/spice-protocol-0.7.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 app-emulation/spice-protocol/spice-protocol-0.7.0.ebuild (limited to 'app-emulation/spice-protocol') diff --git a/app-emulation/spice-protocol/ChangeLog b/app-emulation/spice-protocol/ChangeLog index b849d85b59bb..e0fefee1c1fd 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.2 2010/10/21 09:25:09 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.3 2010/12/29 09:26:59 dev-zero Exp $ + +*spice-protocol-0.7.0 (29 Dec 2010) + + 29 Dec 2010; Tiziano Müller + +spice-protocol-0.7.0.ebuild: + Version bump. *spice-protocol-0.6.3 (21 Oct 2010) diff --git a/app-emulation/spice-protocol/spice-protocol-0.7.0.ebuild b/app-emulation/spice-protocol/spice-protocol-0.7.0.ebuild new file mode 100644 index 000000000000..6581c4a42113 --- /dev/null +++ b/app-emulation/spice-protocol/spice-protocol-0.7.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 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.7.0.ebuild,v 1.1 2010/12/29 09:26:59 dev-zero Exp $ + +EAPI=3 + +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" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc NEWS +} -- cgit v1.2.3-65-gdbad