summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2010-10-21 09:25:09 +0000
committerTiziano Müller <dev-zero@gentoo.org>2010-10-21 09:25:09 +0000
commit1b4ff92c860ac1ff2830c826b70a959acbd1b4b0 (patch)
treeecb271db431c9bc9e438d7d06f49a51c5074b2f3 /app-emulation/spice-protocol
parentDrop the dev-perl/DateManip-6 mask. 5.xx is fully integrated into 6 (diff)
downloadgentoo-2-1b4ff92c860ac1ff2830c826b70a959acbd1b4b0.tar.gz
gentoo-2-1b4ff92c860ac1ff2830c826b70a959acbd1b4b0.tar.bz2
gentoo-2-1b4ff92c860ac1ff2830c826b70a959acbd1b4b0.zip
Version bump (bug #335937).
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/spice-protocol')
-rw-r--r--app-emulation/spice-protocol/ChangeLog8
-rw-r--r--app-emulation/spice-protocol/spice-protocol-0.6.3.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/app-emulation/spice-protocol/ChangeLog b/app-emulation/spice-protocol/ChangeLog
index 6a393a110ced..b849d85b59bb 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.1 2010/08/11 16:13:09 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.2 2010/10/21 09:25:09 dev-zero Exp $
+
+*spice-protocol-0.6.3 (21 Oct 2010)
+
+ 21 Oct 2010; Tiziano Müller <dev-zero@gentoo.org>
+ +spice-protocol-0.6.3.ebuild:
+ Version bump (bug #335937).
*spice-protocol-0.5.3 (11 Aug 2010)
diff --git a/app-emulation/spice-protocol/spice-protocol-0.6.3.ebuild b/app-emulation/spice-protocol/spice-protocol-0.6.3.ebuild
new file mode 100644
index 000000000000..7ea91db79563
--- /dev/null
+++ b/app-emulation/spice-protocol/spice-protocol-0.6.3.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.6.3.ebuild,v 1.1 2010/10/21 09:25:09 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
+}