summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-01-12 23:56:02 +0000
committerWilliam Hubbs <williamh@gentoo.org>2011-01-12 23:56:02 +0000
commit962225a1813ca9b557d0748d429b991a09da2d5f (patch)
treef232ae722943ed1e19655938d60b01910b277354 /app-accessibility/espeakup
parentVersion bump and remove old. (diff)
downloadgentoo-2-962225a1813ca9b557d0748d429b991a09da2d5f.tar.gz
gentoo-2-962225a1813ca9b557d0748d429b991a09da2d5f.tar.bz2
gentoo-2-962225a1813ca9b557d0748d429b991a09da2d5f.zip
Fix RDEPEND since speakup is part of linux-2.6.37 or later.
We want to favor the speakup built into the kernel for virtual/linux-sources >= 2.6.37 and still work with older kernels. (Portage version: 2.2.0_alpha14/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/espeakup')
-rw-r--r--app-accessibility/espeakup/ChangeLog10
-rw-r--r--app-accessibility/espeakup/espeakup-0.71.ebuild6
-rw-r--r--app-accessibility/espeakup/espeakup-9999.ebuild6
3 files changed, 14 insertions, 8 deletions
diff --git a/app-accessibility/espeakup/ChangeLog b/app-accessibility/espeakup/ChangeLog
index 218f303c6978..97fa5f8e0e39 100644
--- a/app-accessibility/espeakup/ChangeLog
+++ b/app-accessibility/espeakup/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-accessibility/espeakup
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.18 2009/11/01 18:50:30 eva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.19 2011/01/12 23:56:02 williamh Exp $
+
+ 12 Jan 2011; William Hubbs <williamh@gentoo.org> espeakup-0.71.ebuild,
+ espeakup-9999.ebuild:
+ Fix RDEPEND since speakup is part of linux-2.6.37 or later.
+ We want to favor the speakup built into the kernel for
+ virtual/linux-sources >= 2.6.37 and still work with older kernels.
09 Oct 2009; William Hubbs <williamh@gentoo.org> espeakup-0.71.ebuild,
espeakup-9999.ebuild:
diff --git a/app-accessibility/espeakup/espeakup-0.71.ebuild b/app-accessibility/espeakup/espeakup-0.71.ebuild
index 566eec2fbb66..14f7ea8e58a7 100644
--- a/app-accessibility/espeakup/espeakup-0.71.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.71.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-0.71.ebuild,v 1.6 2009/11/01 18:50:30 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-0.71.ebuild,v 1.7 2011/01/12 23:56:02 williamh Exp $
DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup"
HOMEPAGE="http://www.linux-speakup.org"
@@ -13,7 +13,7 @@ IUSE=""
DEPEND="app-accessibility/espeak"
RDEPEND="${DEPEND}
- app-accessibility/speakup"
+ || ( >=virtual/linux-sources-2.6.37 app-accessibility/speakup )"
src_compile() {
emake || die "Compile failed."
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild
index 131bb46bdcad..717bf6cc33b2 100644
--- a/app-accessibility/espeakup/espeakup-9999.ebuild
+++ b/app-accessibility/espeakup/espeakup-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v 1.5 2009/11/01 18:50:30 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v 1.6 2011/01/12 23:56:02 williamh Exp $
EGIT_REPO_URI="git://github.com/williamh/espeakup.git"
inherit git
@@ -16,7 +16,7 @@ IUSE=""
DEPEND="app-accessibility/espeak"
RDEPEND="${DEPEND}
- app-accessibility/speakup"
+ || ( >=virtual/linux-sources-2.6.37 app-accessibility/speakup )"
src_compile() {
emake || die "Compile failed."