summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-30 14:59:37 +0000
committerJustin Lecher <jlec@gentoo.org>2013-06-30 14:59:37 +0000
commitf99fcf45c9ed647a1c0fa0652d8eec1c45ca3489 (patch)
tree4b7be464d23dea67869fbd064d95da7c6f781281 /app-accessibility
parentsci-misc/boinc: Version bump and drop old, fixes: security issue, #467908; li... (diff)
downloadgentoo-2-f99fcf45c9ed647a1c0fa0652d8eec1c45ca3489.tar.gz
gentoo-2-f99fcf45c9ed647a1c0fa0652d8eec1c45ca3489.tar.bz2
gentoo-2-f99fcf45c9ed647a1c0fa0652d8eec1c45ca3489.zip
app-accessibility/speech-dispatcher: Fix usage of python-r1.eclass
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/speech-dispatcher/ChangeLog7
-rw-r--r--app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild6
-rw-r--r--app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild7
-rw-r--r--app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild7
4 files changed, 20 insertions, 7 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog
index 44d1ef1ba335..596bd6925ce0 100644
--- a/app-accessibility/speech-dispatcher/ChangeLog
+++ b/app-accessibility/speech-dispatcher/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-accessibility/speech-dispatcher
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.88 2013/05/22 00:33:35 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.89 2013/06/30 14:59:37 jlec Exp $
+
+ 30 Jun 2013; Justin Lecher <jlec@gentoo.org>
+ speech-dispatcher-0.7.1-r2.ebuild, speech-dispatcher-0.8-r1.ebuild,
+ speech-dispatcher-0.8-r2.ebuild:
+ Fix usage of python-r1.eclass
22 May 2013; William Hubbs <williamh@gentoo.org>
speech-dispatcher-0.8-r2.ebuild:
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild
index 53fd040d31e1..631e5bcd8c21 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-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/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild,v 1.1 2013/03/17 12:15:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild,v 1.2 2013/06/30 14:59:37 jlec Exp $
EAPI=5
@@ -19,7 +19,9 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
-RDEPEND="
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
dev-libs/dotconf
>=dev-libs/glib-2
alsa? ( media-libs/alsa-lib )
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild
index de1fcb92ccf0..73327d65ba99 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.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/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild,v 1.1 2013/03/28 12:34:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild,v 1.2 2013/06/30 14:59:37 jlec Exp $
EAPI=5
@@ -17,7 +17,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
-RDEPEND=">=dev-libs/glib-2.28:2
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ >=dev-libs/glib-2.28:2
>=media-libs/libsndfile-1.0.2
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild
index 1118524c4fa9..065d2ce7233d 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-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/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v 1.3 2013/05/22 00:33:35 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v 1.4 2013/06/30 14:59:37 jlec Exp $
EAPI=5
@@ -17,7 +17,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
-COMMON_DEPEND=">=dev-libs/dotconf-1.3
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+ >=dev-libs/dotconf-1.3
>=dev-libs/glib-2.28:2
>=media-libs/libsndfile-1.0.2
alsa? ( media-libs/alsa-lib )