Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/gtypist: ChangeLog gtypist-2.8.5-r1.ebuild gtypist-2.8.5.ebuild
Date: Fri, 30 Sep 2011 15:48:24
Message-Id: 20110930154812.4194620036@flycatcher.gentoo.org
1 darkside 11/09/30 15:48:12
2
3 Modified: ChangeLog gtypist-2.8.5-r1.ebuild
4 Removed: gtypist-2.8.5.ebuild
5 Log:
6 stabilize for all since the revbump only installs a new noarch file, remove old version
7
8 (Portage version: 2.1.10.20/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.30 app-misc/gtypist/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gtypist/ChangeLog?rev=1.30&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gtypist/ChangeLog?rev=1.30&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gtypist/ChangeLog?r1=1.29&r2=1.30
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v
20 retrieving revision 1.29
21 retrieving revision 1.30
22 diff -u -r1.29 -r1.30
23 --- ChangeLog 26 Sep 2011 13:59:42 -0000 1.29
24 +++ ChangeLog 30 Sep 2011 15:48:11 -0000 1.30
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-misc/gtypist
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.29 2011/09/26 13:59:42 darkside Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.30 2011/09/30 15:48:11 darkside Exp $
30 +
31 + 30 Sep 2011; Jeremy Olexa <darkside@g.o> -gtypist-2.8.5.ebuild,
32 + gtypist-2.8.5-r1.ebuild:
33 + stabilize for all since the revbump only installs a new noarch file, remove
34 + old version
35
36 26 Sep 2011; Jeremy Olexa <darkside@g.o> gtypist-2.8.5-r1.ebuild:
37 style changes, add Gentoo Prefix support
38
39
40
41 1.3 app-misc/gtypist/gtypist-2.8.5-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gtypist/gtypist-2.8.5-r1.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gtypist/gtypist-2.8.5-r1.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gtypist/gtypist-2.8.5-r1.ebuild?r1=1.2&r2=1.3
46
47 Index: gtypist-2.8.5-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.8.5-r1.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- gtypist-2.8.5-r1.ebuild 26 Sep 2011 13:59:42 -0000 1.2
54 +++ gtypist-2.8.5-r1.ebuild 30 Sep 2011 15:48:11 -0000 1.3
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.8.5-r1.ebuild,v 1.2 2011/09/26 13:59:42 darkside Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.8.5-r1.ebuild,v 1.3 2011/09/30 15:48:11 darkside Exp $
60
61 EAPI=4
62
63 @@ -13,7 +13,7 @@
64
65 LICENSE="GPL-2 public-domain"
66 SLOT="0"
67 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
68 +KEYWORDS="amd64 ppc x86 ~amd64-linux"
69 IUSE="nls emacs xemacs"
70
71 DEPEND=">=sys-libs/ncurses-5.2
72 @@ -52,7 +52,7 @@
73 dodoc AUTHORS ChangeLog NEWS README THANKS TODO
74
75 insinto /usr/share/gtypist
76 - doins ${DISTDIR}/colemak.typ
77 + doins "${DISTDIR}"/colemak.typ
78
79 if use emacs; then
80 elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die