summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2012-03-08 01:27:01 +0000
committerDoug Goldstein <cardoe@gentoo.org>2012-03-08 01:27:01 +0000
commitfb6ede839ca7f0f96938819549c186162b56f9b1 (patch)
treead5e5b6e6a30fcfe89b93e6a124f330e6e0748cd /app-emulation
parentWorkaround paraller compilation issue in automoc (prepends namespace twice), ... (diff)
downloadgentoo-2-fb6ede839ca7f0f96938819549c186162b56f9b1.tar.gz
gentoo-2-fb6ede839ca7f0f96938819549c186162b56f9b1.tar.bz2
gentoo-2-fb6ede839ca7f0f96938819549c186162b56f9b1.zip
Remove older version
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/spice-protocol/ChangeLog5
-rw-r--r--app-emulation/spice-protocol/spice-protocol-0.8.1.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/app-emulation/spice-protocol/ChangeLog b/app-emulation/spice-protocol/ChangeLog
index 649e13952b58..e82cdf2d6b45 100644
--- a/app-emulation/spice-protocol/ChangeLog
+++ b/app-emulation/spice-protocol/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/spice-protocol
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.15 2012/01/28 15:17:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.16 2012/03/08 01:27:01 cardoe Exp $
+
+ 07 Mar 2012; Doug Goldstein <cardoe@gentoo.org> -spice-protocol-0.8.1.ebuild:
+ Remove older version
28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
spice-protocol-0.10.0.ebuild:
diff --git a/app-emulation/spice-protocol/spice-protocol-0.8.1.ebuild b/app-emulation/spice-protocol/spice-protocol-0.8.1.ebuild
deleted file mode 100644
index c82d542ca2c4..000000000000
--- a/app-emulation/spice-protocol/spice-protocol-0.8.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 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.8.1.ebuild,v 1.3 2011/09/04 10:14:08 maekke Exp $
-
-EAPI=4
-
-inherit eutils
-
-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 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}/2ffbca210033be262fc75e6a73742e0f0e6d5242.patch"
-}