diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2010-12-29 09:26:59 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2010-12-29 09:26:59 +0000 |
commit | d2f46534867bc575a1184d7d1e97e08fde072138 (patch) | |
tree | 12255b81ca1b27cdabeef8bb121c048cd7f268cf /app-emulation/spice-protocol | |
parent | Version bump turbojson to 1.3. (diff) | |
download | gentoo-2-d2f46534867bc575a1184d7d1e97e08fde072138.tar.gz gentoo-2-d2f46534867bc575a1184d7d1e97e08fde072138.tar.bz2 gentoo-2-d2f46534867bc575a1184d7d1e97e08fde072138.zip |
Version bump.
(Portage version: 2.1.9.26/cvs/Linux x86_64)
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.7.0.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
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 <dev-zero@gentoo.org> + +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 +} |