summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2010-08-11 16:13:09 +0000
committerTiziano Müller <dev-zero@gentoo.org>2010-08-11 16:13:09 +0000
commit2b3a20e4817229d58ded0e22e92862d99a3fb728 (patch)
treed05e1ebbc9c2b60a322502378b443f8405bd5633 /app-emulation
parentMarked ~ppc for bug #313563. (diff)
downloadgentoo-2-2b3a20e4817229d58ded0e22e92862d99a3fb728.tar.gz
gentoo-2-2b3a20e4817229d58ded0e22e92862d99a3fb728.tar.bz2
gentoo-2-2b3a20e4817229d58ded0e22e92862d99a3fb728.zip
Initial commit, ebuild written by me.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/spice-protocol/ChangeLog10
-rw-r--r--app-emulation/spice-protocol/metadata.xml9
-rw-r--r--app-emulation/spice-protocol/spice-protocol-0.5.3.ebuild22
3 files changed, 41 insertions, 0 deletions
diff --git a/app-emulation/spice-protocol/ChangeLog b/app-emulation/spice-protocol/ChangeLog
new file mode 100644
index 000000000000..6a393a110ced
--- /dev/null
+++ b/app-emulation/spice-protocol/ChangeLog
@@ -0,0 +1,10 @@
+# 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 $
+
+*spice-protocol-0.5.3 (11 Aug 2010)
+
+ 11 Aug 2010; Tiziano Müller <dev-zero@gentoo.org>
+ +spice-protocol-0.5.3.ebuild, +metadata.xml:
+ Initial commit, ebuild written by me.
+
diff --git a/app-emulation/spice-protocol/metadata.xml b/app-emulation/spice-protocol/metadata.xml
new file mode 100644
index 000000000000..9f8438a7910f
--- /dev/null
+++ b/app-emulation/spice-protocol/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>dev-zero@gentoo.org</email>
+ <name>Tiziano Müller</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-emulation/spice-protocol/spice-protocol-0.5.3.ebuild b/app-emulation/spice-protocol/spice-protocol-0.5.3.ebuild
new file mode 100644
index 000000000000..5bd18afc8f26
--- /dev/null
+++ b/app-emulation/spice-protocol/spice-protocol-0.5.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.5.3.ebuild,v 1.1 2010/08/11 16:13: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
+}