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/espeakup: ChangeLog espeakup-0.71.ebuild
Date: Sun, 31 May 2009 16:44:36
Message-Id: E1MAo9C-00074v-1u@stork.gentoo.org
1 williamh 09/05/31 16:44:34
2
3 Modified: ChangeLog
4 Added: espeakup-0.71.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc33/cvs/Linux i686)
8
9 Revision Changes Path
10 1.10 app-accessibility/espeakup/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeakup/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeakup/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeakup/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 23 Apr 2009 18:56:07 -0000 1.9
23 +++ ChangeLog 31 May 2009 16:44:33 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-accessibility/espeakup
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.9 2009/04/23 18:56:07 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.10 2009/05/31 16:44:33 williamh Exp $
29 +
30 +*espeakup-0.71 (31 May 2009)
31 +
32 + 31 May 2009; William Hubbs <williamh@g.o> +espeakup-0.71.ebuild:
33 + Version bump.
34
35 23 Apr 2009; Markus Meier <maekke@g.o> espeakup-0.60:
36 amd64 stable, bug #266586
37
38
39
40 1.1 app-accessibility/espeakup/espeakup-0.71.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeakup/espeakup-0.71.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeakup/espeakup-0.71.ebuild?rev=1.1&content-type=text/plain
44
45 Index: espeakup-0.71.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-0.71.ebuild,v 1.1 2009/05/31 16:44:33 williamh Exp $
50
51 DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup"
52 HOMEPAGE="http://www.linux-speakup.org"
53 SRC_URI="mirror://gentoo/${P}.tar.bz2"
54
55 LICENSE="GPL-3"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 DEPEND="app-accessibility/espeak"
61 RDEPEND="${DEPEND}
62 app-accessibility/speakup"
63
64 src_compile() {
65 emake || die "Compile failed."
66 }
67
68 src_install() {
69 emake DESTDIR="${D}" install || die "Install failed."
70 dodoc ChangeLog README ToDo
71 newconfd "${FILESDIR}"/espeakup.confd espeakup
72 newinitd "${FILESDIR}"/espeakup.rc espeakup
73 }
74
75 pkg_postinst() {
76 elog "To get espeakup to start automatically, it is currently recommended"
77 echo "that you add it to the default run level, by giving the following"
78 elog "command as root."
79 elog
80 elog "rc-update add espeakup default"
81 elog
82 elog "You can also set a default voice now for espeakup."
83 elog "See /etc/conf.d/espeakup for how to do this."
84 }