Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/ctags: ctags-5.6-r2.ebuild ctags-5.7.ebuild ctags-5.6-r3.ebuild
Date: Mon, 24 Sep 2007 20:28:06
Message-Id: E1IZuLe-0003Pi-DH@stork.gentoo.org
1 hawking 07/09/24 20:16:06
2
3 Modified: ctags-5.6-r2.ebuild ctags-5.7.ebuild
4 ctags-5.6-r3.ebuild
5 Log:
6 fix quoting of D
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.3 dev-util/ctags/ctags-5.6-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: ctags-5.6-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ctags-5.6-r2.ebuild 24 Sep 2007 19:40:05 -0000 1.2
23 +++ ctags-5.6-r2.ebuild 24 Sep 2007 20:16:05 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild,v 1.2 2007/09/24 19:40:05 hawking Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild,v 1.3 2007/09/24 20:16:05 hawking Exp $
29
30 inherit eutils
31
32 @@ -44,8 +44,8 @@
33
34 # namepace collision with X/Emacs-provided /usr/bin/ctags -- we
35 # rename ctags to exuberant-ctags (Mandrake does this also).
36 - mv ${D}/usr/bin/{ctags,exuberant-ctags}
37 - mv ${D}/usr/share/man/man1/{ctags,exuberant-ctags}.1
38 + mv "${D}"/usr/bin/{ctags,exuberant-ctags}
39 + mv "${D}"/usr/share/man/man1/{ctags,exuberant-ctags}.1
40
41 dodoc FAQ NEWS README
42 dohtml EXTENDING.html ctags.html
43
44
45
46 1.2 dev-util/ctags/ctags-5.7.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.7.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.7.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.7.ebuild?r1=1.1&r2=1.2
51
52 Index: ctags-5.7.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.7.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- ctags-5.7.ebuild 24 Sep 2007 19:40:05 -0000 1.1
59 +++ ctags-5.7.ebuild 24 Sep 2007 20:16:05 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2007 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.7.ebuild,v 1.1 2007/09/24 19:40:05 hawking Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.7.ebuild,v 1.2 2007/09/24 20:16:05 hawking Exp $
65
66 inherit eutils
67
68 @@ -44,8 +44,8 @@
69
70 # namepace collision with X/Emacs-provided /usr/bin/ctags -- we
71 # rename ctags to exuberant-ctags (Mandrake does this also).
72 - mv ${D}/usr/bin/{ctags,exuberant-ctags}
73 - mv ${D}/usr/share/man/man1/{ctags,exuberant-ctags}.1
74 + mv "${D}"/usr/bin/{ctags,exuberant-ctags}
75 + mv "${D}"/usr/share/man/man1/{ctags,exuberant-ctags}.1
76
77 dodoc FAQ NEWS README
78 dohtml EXTENDING.html ctags.html
79
80
81
82 1.4 dev-util/ctags/ctags-5.6-r3.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.6-r3.ebuild?rev=1.4&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.6-r3.ebuild?rev=1.4&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ctags/ctags-5.6-r3.ebuild?r1=1.3&r2=1.4
87
88 Index: ctags-5.6-r3.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r3.ebuild,v
91 retrieving revision 1.3
92 retrieving revision 1.4
93 diff -u -r1.3 -r1.4
94 --- ctags-5.6-r3.ebuild 24 Sep 2007 19:40:05 -0000 1.3
95 +++ ctags-5.6-r3.ebuild 24 Sep 2007 20:16:05 -0000 1.4
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2007 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r3.ebuild,v 1.3 2007/09/24 19:40:05 hawking Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r3.ebuild,v 1.4 2007/09/24 20:16:05 hawking Exp $
101
102 inherit eutils
103
104 @@ -46,8 +46,8 @@
105
106 # namepace collision with X/Emacs-provided /usr/bin/ctags -- we
107 # rename ctags to exuberant-ctags (Mandrake does this also).
108 - mv ${D}/usr/bin/{ctags,exuberant-ctags}
109 - mv ${D}/usr/share/man/man1/{ctags,exuberant-ctags}.1
110 + mv "${D}"/usr/bin/{ctags,exuberant-ctags}
111 + mv "${D}"/usr/share/man/man1/{ctags,exuberant-ctags}.1
112
113 dodoc FAQ NEWS README
114 dohtml EXTENDING.html ctags.html
115
116
117
118 --
119 gentoo-commits@g.o mailing list