summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-28 01:47:35 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-28 01:47:35 +0000
commit945f07cec70e45bd8e59217037ab768b5026889d (patch)
tree77c93cda60cc2cc748e297135e668f1edaf9d4b8 /app-accessibility/speech-dispatcher
parentAdd missing pkgconfig dependency, thanks to Patrick Lauer in bug #153052. (diff)
downloadgentoo-2-945f07cec70e45bd8e59217037ab768b5026889d.tar.gz
gentoo-2-945f07cec70e45bd8e59217037ab768b5026889d.tar.bz2
gentoo-2-945f07cec70e45bd8e59217037ab768b5026889d.zip
Add missing pkgconfig dependency, thanks to Patrick Lauer in bug #153004.
(Portage version: 2.1.2_pre3-r9)
Diffstat (limited to 'app-accessibility/speech-dispatcher')
-rw-r--r--app-accessibility/speech-dispatcher/ChangeLog7
-rw-r--r--app-accessibility/speech-dispatcher/speech-dispatcher-0.4.1.ebuild8
-rw-r--r--app-accessibility/speech-dispatcher/speech-dispatcher-0.5.ebuild8
-rw-r--r--app-accessibility/speech-dispatcher/speech-dispatcher-0.6.ebuild6
4 files changed, 20 insertions, 9 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog
index 03e4856f2903..38ea9ead68d1 100644
--- a/app-accessibility/speech-dispatcher/ChangeLog
+++ b/app-accessibility/speech-dispatcher/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-accessibility/speech-dispatcher
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.16 2006/01/28 23:46:56 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.17 2006/10/28 01:47:35 flameeyes Exp $
+
+ 28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
+ speech-dispatcher-0.4.1.ebuild, speech-dispatcher-0.5.ebuild,
+ speech-dispatcher-0.6.ebuild:
+ Add missing pkgconfig dependency, thanks to Patrick Lauer in bug #153004.
*speech-dispatcher-0.6 (28 Jan 2006)
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.4.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.4.1.ebuild
index 76c15249b85c..cb0985e872d0 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.4.1.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.4.1.ebuild,v 1.7 2005/01/01 10:52:19 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.4.1.ebuild,v 1.8 2006/10/28 01:47:35 flameeyes Exp $
DESCRIPTION="speech-dispatcher speech synthesis interface"
HOMEPAGE="http://www.freebsoft.org/speechd"
@@ -11,10 +11,12 @@ SLOT="0"
KEYWORDS="x86 ppc amd64"
IUSE=""
-DEPEND="dev-libs/dotconf
+RDEPEND="dev-libs/dotconf
>=app-accessibility/flite-1.2
>=dev-libs/glib-2
media-libs/alsa-lib"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
make DESTDIR=${D} install || die
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.5.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.5.ebuild
index 2a97f1b11a03..1ebd9c0081a5 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.5.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.5.ebuild,v 1.1 2005/12/31 23:34:46 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.5.ebuild,v 1.2 2006/10/28 01:47:35 flameeyes Exp $
DESCRIPTION="speech-dispatcher speech synthesis interface"
HOMEPAGE="http://www.freebsoft.org/speechd"
@@ -11,10 +11,12 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""
-DEPEND="dev-libs/dotconf
+RDEPEND="dev-libs/dotconf
>=app-accessibility/flite-1.2
>=dev-libs/glib-2
media-libs/alsa-lib"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
make DESTDIR=${D} install || die
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.ebuild
index 939b7036536c..bb91bbff2a9b 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.6.ebuild,v 1.1 2006/01/28 23:46:56 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.ebuild,v 1.2 2006/10/28 01:47:35 flameeyes Exp $
DESCRIPTION="speech-dispatcher speech synthesis interface"
HOMEPAGE="http://www.freebsoft.org/speechd"
@@ -11,10 +11,12 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""
-DEPEND="dev-libs/dotconf
+RDEPEND="dev-libs/dotconf
>=app-accessibility/flite-1.2
>=dev-libs/glib-2
media-libs/alsa-lib"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
make DESTDIR=${D} install || die