Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/gtypist: gtypist-2.7-r1.ebuild ChangeLog
Date: Sun, 21 Jun 2009 18:55:53
Message-Id: E1MISCk-0000Ew-CU@stork.gentoo.org
1 graaff 09/06/21 18:55:50
2
3 Modified: gtypist-2.7-r1.ebuild ChangeLog
4 Log:
5 Rename virtual/xemacs -> app-editors/xemacs.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-misc/gtypist/gtypist-2.7-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gtypist/gtypist-2.7-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gtypist/gtypist-2.7-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gtypist/gtypist-2.7-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: gtypist-2.7-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.7-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gtypist-2.7-r1.ebuild 5 Oct 2007 20:32:55 -0000 1.1
22 +++ gtypist-2.7-r1.ebuild 21 Jun 2009 18:55:50 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 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-r1.ebuild,v 1.1 2007/10/05 20:32:55 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.7-r1.ebuild,v 1.2 2009/06/21 18:55:50 graaff Exp $
29
30 inherit eutils elisp-common
31
32 @@ -15,7 +15,7 @@
33
34 DEPEND=">=sys-libs/ncurses-5.2
35 emacs? ( virtual/emacs )
36 - xemacs? ( !emacs? ( virtual/xemacs app-xemacs/fsf-compat ) )"
37 + xemacs? ( !emacs? ( app-editors/xemacs app-xemacs/fsf-compat ) )"
38
39 RDEPEND="${DEPEND}"
40
41
42
43
44 1.15 app-misc/gtypist/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gtypist/ChangeLog?rev=1.15&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gtypist/ChangeLog?rev=1.15&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gtypist/ChangeLog?r1=1.14&r2=1.15
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v
53 retrieving revision 1.14
54 retrieving revision 1.15
55 diff -u -r1.14 -r1.15
56 --- ChangeLog 5 Oct 2007 20:32:55 -0000 1.14
57 +++ ChangeLog 21 Jun 2009 18:55:50 -0000 1.15
58 @@ -1,6 +1,10 @@
59 # ChangeLog for app-misc/gtypist
60 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.14 2007/10/05 20:32:55 ulm Exp $
62 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.15 2009/06/21 18:55:50 graaff Exp $
64 +
65 + 21 Jun 2009; Hans de Graaff <graaff@g.o> gtypist-2.7-r1.ebuild:
66 + Rename virtual/xemacs -> app-editors/xemacs since the virtual has been
67 + removed.
68
69 *gtypist-2.7-r1 (05 Oct 2007)