* [gentoo-commits] gentoo-x86 commit in app-accessibility/speakup: ChangeLog speakup-3.0.3_p20080802.ebuild
@ 2008-11-09 21:17 William Hubbs (williamh)
0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs (williamh) @ 2008-11-09 21:17 UTC (permalink / raw
To: gentoo-commits
williamh 08/11/09 21:17:03
Modified: ChangeLog speakup-3.0.3_p20080802.ebuild
Log:
Fix the way the kernel version is recognized for bug #245607.
(Portage version: 2.2_rc13/cvs/Linux 2.6.27-gentoo-r2 i686)
Revision Changes Path
1.13 app-accessibility/speakup/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 2 Aug 2008 15:56:42 -0000 1.12
+++ ChangeLog 9 Nov 2008 21:17:03 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for app-accessibility/speakup
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.12 2008/08/02 15:56:42 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.13 2008/11/09 21:17:03 williamh Exp $
+
+ 09 Nov 2008; William Hubbs <williamh@gentoo.org>
+ speakup-3.0.3_p20080802.ebuild:
+ Fixed the way the kernel version is recognized for bug #245607.
*speakup-3.0.3_p20080802 (02 Aug 2008)
1.2 app-accessibility/speakup/speakup-3.0.3_p20080802.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/speakup-3.0.3_p20080802.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/speakup-3.0.3_p20080802.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/speakup-3.0.3_p20080802.ebuild?r1=1.1&r2=1.2
Index: speakup-3.0.3_p20080802.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.0.3_p20080802.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- speakup-3.0.3_p20080802.ebuild 2 Aug 2008 15:56:42 -0000 1.1
+++ speakup-3.0.3_p20080802.ebuild 9 Nov 2008 21:17:03 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.0.3_p20080802.ebuild,v 1.1 2008/08/02 15:56:42 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.0.3_p20080802.ebuild,v 1.2 2008/11/09 21:17:03 williamh Exp $
inherit linux-mod
@@ -16,9 +16,16 @@
pkg_setup() {
linux-mod_pkg_setup
- case ${KV_FULL} in
- 2.6.2[56]-gentoo*) ;;
- *) die "Speakup requires at least gentoo-sources-2.6.25-*"
+ case ${KV_EXTRA} in
+ *gentoo)
+ if [ kernel_is lt 2 6 25 ]; then
+ die "Speakup requires at least gentoo-sources-2.6.25"
+ fi
+ ;;
+ *)
+ if [ kernel_is lt 2 6 26 ]; then
+ die "Speakup requires at least kernel version2.6.26"
+ fi
;;
esac
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/speakup: ChangeLog speakup-3.0.3_p20080802.ebuild
@ 2009-02-22 22:30 William Hubbs (williamh)
0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs (williamh) @ 2009-02-22 22:30 UTC (permalink / raw
To: gentoo-commits
williamh 09/02/22 22:30:03
Modified: ChangeLog
Removed: speakup-3.0.3_p20080802.ebuild
Log:
Removed old snapshot.
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.15 app-accessibility/speakup/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 22 Feb 2009 17:10:41 -0000 1.14
+++ ChangeLog 22 Feb 2009 22:30:03 -0000 1.15
@@ -1,6 +1,10 @@
# ChangeLog for app-accessibility/speakup
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.14 2009/02/22 17:10:41 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.15 2009/02/22 22:30:03 williamh Exp $
+
+ 22 Feb 2009; William Hubbs <williamh@gentoo.org>
+ -speakup-3.0.3_p20080802.ebuild:
+ Removed old snapshot.
*speakup-3.0.3_p200902221539 (22 Feb 2009)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-22 22:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-09 21:17 [gentoo-commits] gentoo-x86 commit in app-accessibility/speakup: ChangeLog speakup-3.0.3_p20080802.ebuild William Hubbs (williamh)
-- strict thread matches above, loose matches on Subject: below --
2009-02-22 22:30 William Hubbs (williamh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox