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-9999.ebuild
Date: Mon, 07 Sep 2009 23:31:36
Message-Id: E1MkngL-0005O1-8K@stork.gentoo.org
1 williamh 09/09/07 23:31:33
2
3 Modified: ChangeLog espeakup-9999.ebuild
4 Log:
5 updated prefix setting in the live ebuild.
6 (Portage version: 2.2_rc40/cvs/Linux i686)
7
8 Revision Changes Path
9 1.15 app-accessibility/espeakup/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeakup/ChangeLog?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeakup/ChangeLog?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeakup/ChangeLog?r1=1.14&r2=1.15
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- ChangeLog 7 Aug 2009 05:57:25 -0000 1.14
22 +++ ChangeLog 7 Sep 2009 23:31:32 -0000 1.15
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-accessibility/espeakup
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.14 2009/08/07 05:57:25 williamh Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.15 2009/09/07 23:31:32 williamh Exp $
28 +
29 + 07 Sep 2009; William Hubbs <williamh@g.o> espeakup-9999.ebuild:
30 + Updated prefix setting in the live ebuild.
31
32 07 Aug 2009; William Hubbs <williamh@g.o> -espeakup-0.60.ebuild:
33 removed old version
34
35
36
37 1.2 app-accessibility/espeakup/espeakup-9999.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild?r1=1.1&r2=1.2
42
43 Index: espeakup-9999.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- espeakup-9999.ebuild 22 Jul 2009 01:36:32 -0000 1.1
50 +++ espeakup-9999.ebuild 7 Sep 2009 23:31:32 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v 1.1 2009/07/22 01:36:32 williamh Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v 1.2 2009/09/07 23:31:32 williamh Exp $
56
57 EGIT_REPO_URI="git://github.com/williamh/espeakup.git"
58 inherit git
59 @@ -23,7 +23,7 @@
60 }
61
62 src_install() {
63 - emake DESTDIR="${D}" install || die "Install failed."
64 + emake DESTDIR="${D}" PREFIX=/usr install || die "Install failed."
65 dodoc README ToDo
66 newconfd "${FILESDIR}"/espeakup.confd espeakup
67 newinitd "${FILESDIR}"/espeakup.rc espeakup