Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/gtypist: gtypist-2.7.ebuild
Date: Fri, 01 Jan 2010 18:06:36
Message-Id: E1NQltP-0001sE-AZ@stork.gentoo.org
1 ssuominen 10/01/01 18:06:31
2
3 Modified: gtypist-2.7.ebuild
4 Log:
5 quoting
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 app-misc/gtypist/gtypist-2.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gtypist/gtypist-2.7.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gtypist/gtypist-2.7.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gtypist/gtypist-2.7.ebuild?r1=1.10&r2=1.11
14
15 Index: gtypist-2.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.7.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- gtypist-2.7.ebuild 24 Apr 2005 11:21:57 -0000 1.10
22 +++ gtypist-2.7.ebuild 1 Jan 2010 18:06:31 -0000 1.11
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.7.ebuild,v 1.10 2005/04/24 11:21:57 hansmi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.7.ebuild,v 1.11 2010/01/01 18:06:31 ssuominen Exp $
29
30 DESCRIPTION="universal typing tutor"
31 HOMEPAGE="http://www.gnu.org/software/gtypist/gtypist.html"
32 @@ -22,6 +22,6 @@
33 }
34
35 src_install() {
36 - make DESTDIR=${D} install || die
37 - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO THANKS
38 + make DESTDIR="${D}" install || die
39 + dodoc AUTHORS ChangeLog NEWS README TODO THANKS
40 }