summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2013-01-12 21:45:43 +0000
committerDoug Goldstein <cardoe@gentoo.org>2013-01-12 21:45:43 +0000
commit2eb36dc3c860bb744666fe7417025f8fa74d3a68 (patch)
tree1110bfe0846bf6f321c9ec1c9597a652fc52d499 /net-misc/spice-gtk
parentVersion bump fixing bug 433509. Remove unreferenced patch. (diff)
downloadgentoo-2-2eb36dc3c860bb744666fe7417025f8fa74d3a68.tar.gz
gentoo-2-2eb36dc3c860bb744666fe7417025f8fa74d3a68.tar.bz2
gentoo-2-2eb36dc3c860bb744666fe7417025f8fa74d3a68.zip
Get rid of the usbredir patch since we're shipping a newer version which supports that version anyway.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r--net-misc/spice-gtk/ChangeLog9
-rw-r--r--net-misc/spice-gtk/spice-gtk-0.14-r2.ebuild (renamed from net-misc/spice-gtk/spice-gtk-0.14-r1.ebuild)8
2 files changed, 12 insertions, 5 deletions
diff --git a/net-misc/spice-gtk/ChangeLog b/net-misc/spice-gtk/ChangeLog
index 70100dc0d60a..4bd6f05e80b2 100644
--- a/net-misc/spice-gtk/ChangeLog
+++ b/net-misc/spice-gtk/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/spice-gtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.45 2013/01/12 21:35:44 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.46 2013/01/12 21:45:43 cardoe Exp $
+
+*spice-gtk-0.14-r2 (12 Jan 2013)
+
+ 12 Jan 2013; Doug Goldstein <cardoe@gentoo.org> -spice-gtk-0.14-r1.ebuild,
+ +spice-gtk-0.14-r2.ebuild:
+ Get rid of the usbredir patch since we're shipping a newer version which
+ supports that version anyway.
12 Jan 2013; Doug Goldstein <cardoe@gentoo.org> spice-gtk-0.16.ebuild:
Fix typo
diff --git a/net-misc/spice-gtk/spice-gtk-0.14-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.14-r2.ebuild
index 77513aebe06b..94e0cc265972 100644
--- a/net-misc/spice-gtk/spice-gtk-0.14-r1.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.14-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.14-r1.ebuild,v 1.10 2013/01/12 21:23:16 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.14-r2.ebuild,v 1.1 2013/01/12 21:45:43 cardoe Exp $
EAPI=5
GCONF_DEBUG="no"
@@ -16,7 +16,7 @@ HOMEPAGE="http://spice-space.org http://gitorious.org/spice-gtk"
LICENSE="LGPL-2.1"
SLOT="0"
SRC_URI="http://spice-space.org/download/gtk/${P}.tar.bz2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="doc gstreamer gtk3 +introspection policykit pulseaudio
python sasl smartcard static-libs usbredir vala"
@@ -45,6 +45,7 @@ RDEPEND="pulseaudio? ( media-sound/pulseaudio[glib] )
usbredir? (
sys-apps/hwids
>=sys-apps/usbredir-0.4.2
+ <sys-apps/usbredir-0.5
virtual/libusb:1
virtual/udev[gudev]
policykit? (
@@ -78,8 +79,7 @@ src_prepare() {
mkdir ${GTK3_BUILDDIR} || die
epatch \
- "${FILESDIR}/0.12-parallel-install.patch" \
- "${FILESDIR}/${PV}-Deal-with-libusbredirparser.pc-rename-to-libusbredir.patch"
+ "${FILESDIR}/0.12-parallel-install.patch"
eautoreconf
}