Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/speakup: ChangeLog speakup-3.0.5.ebuild speakup-3.0.4.ebuild
Date: Wed, 03 Jun 2009 02:33:06
Message-Id: E1MBgHo-0002hk-H4@stork.gentoo.org
1 williamh 09/06/03 02:33:04
2
3 Modified: ChangeLog
4 Added: speakup-3.0.5.ebuild
5 Removed: speakup-3.0.4.ebuild
6 Log:
7 removed old version and version bump.
8 (Portage version: 2.2_rc33/cvs/Linux i686)
9
10 Revision Changes Path
11 1.24 app-accessibility/speakup/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 31 May 2009 23:36:16 -0000 1.23
24 +++ ChangeLog 3 Jun 2009 02:33:04 -0000 1.24
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-accessibility/speakup
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.23 2009/05/31 23:36:16 williamh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.24 2009/06/03 02:33:04 williamh Exp $
30 +
31 +*speakup-3.0.5 (03 Jun 2009)
32 +
33 + 03 Jun 2009; William Hubbs <williamh@g.o> -speakup-3.0.4.ebuild,
34 + +speakup-3.0.5.ebuild:
35 + Version bump and removed 3.0.4 since it was buggy.
36
37 31 May 2009; William Hubbs <williamh@g.o> speakup-3.0.4.ebuild:
38 Corrected the src_uri.
39
40
41
42 1.1 app-accessibility/speakup/speakup-3.0.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/speakup-3.0.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/speakup-3.0.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: speakup-3.0.5.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.0.5.ebuild,v 1.1 2009/06/03 02:33:04 williamh Exp $
52
53 inherit linux-mod
54
55 DESCRIPTION="The speakup linux kernel based screen reader."
56 HOMEPAGE="http://linux-speakup.org"
57 SRC_URI="ftp://linux-speakup.org/pub/speakup/${P}.tar.bz2"
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 pkg_setup() {
64 linux-mod_pkg_setup
65 case ${KV_EXTRA} in
66 *gentoo)
67 if kernel_is lt 2 6 25; then
68 die "Speakup requires at least gentoo-sources-2.6.25"
69 fi
70 ;;
71 *)
72 if kernel_is lt 2 6 26; then
73 die "Speakup requires at least kernel version2.6.26"
74 fi
75 ;;
76 esac
77
78 MODULE_NAMES="speakup(${PN}:\"${S}\"/src)
79 speakup_acntpc(${PN}:\"${S}\"/src)
80 speakup_acntsa(${PN}:\"${S}\"/src)
81 speakup_apollo(${PN}:\"${S}\"/src)
82 speakup_audptr(${PN}:\"${S}\"/src)
83 speakup_bns(${PN}:\"${S}\"/src)
84 speakup_decext(${PN}:\"${S}\"/src)
85 speakup_decpc(${PN}:\"${S}\"/src)
86 speakup_dectlk(${PN}:\"${S}\"/src)
87 speakup_dtlk(${PN}:\"${S}\"/src)
88 speakup_dummy(${PN}:\"${S}\"/src)
89 speakup_keypc(${PN}:\"${S}\"/src)
90 speakup_ltlk(${PN}:\"${S}\"/src)
91 speakup_soft(${PN}:\"${S}\"/src)
92 speakup_spkout(${PN}:\"${S}\"/src)
93 speakup_txprt(${PN}:\"${S}\"/src)"
94 BUILD_PARAMS="KERNELDIR=${KERNEL_DIR}"
95 BUILD_TARGETS="clean all"
96 }
97
98 src_install() {
99 linux-mod_src_install
100 dodoc Bugs.txt README To-Do doc/DefaultKeyAssignments doc/spkguide.txt
101 docinto contrib
102 dodoc contrib/*
103 }
104
105 pkg_postinst() {
106 linux-mod_pkg_postinst
107
108 elog "You must set up the speech synthesizer driver to be loaded"
109 elog "automatically in order for your system to start speaking"
110 elog "when it is booted."
111 if has_version "<sys-apps/baselayout-2"; then
112 elog "this is done via /etc/modules.autoload.d/kernel-2.6"
113 else
114 elog "This is done via /etc/conf.d/modules."
115 fi
116 }