Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/tramp: ChangeLog tramp-2.1.10-r1.ebuild tramp-2.0.55.ebuild tramp-2.0.56.ebuild
Date: Mon, 01 Oct 2007 00:07:28
Message-Id: E1Ic8gA-00076m-Us@stork.gentoo.org
1 ulm 07/09/30 23:58:30
2
3 Modified: ChangeLog tramp-2.1.10-r1.ebuild
4 tramp-2.0.55.ebuild tramp-2.0.56.ebuild
5 Log:
6 Remove unnecessary dodir commands.
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.48 app-emacs/tramp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/ChangeLog?rev=1.48&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/ChangeLog?rev=1.48&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/ChangeLog?r1=1.47&r2=1.48
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v
19 retrieving revision 1.47
20 retrieving revision 1.48
21 diff -u -r1.47 -r1.48
22 --- ChangeLog 26 Sep 2007 13:13:21 -0000 1.47
23 +++ ChangeLog 30 Sep 2007 23:58:30 -0000 1.48
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-emacs/tramp
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.47 2007/09/26 13:13:21 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.48 2007/09/30 23:58:30 ulm Exp $
29 +
30 + 30 Sep 2007; Ulrich Mueller <ulm@g.o> tramp-2.0.55.ebuild,
31 + tramp-2.0.56.ebuild, tramp-2.1.10-r1.ebuild:
32 + Remove unnecessary dodir commands. Use ${SITELISP} variable.
33
34 26 Sep 2007; Ulrich Mueller <ulm@g.o> -files/50tramp-gentoo.el,
35 -tramp-2.0.45.ebuild, -tramp-2.0.53.ebuild, -tramp-2.1.8.ebuild,
36
37
38
39 1.4 app-emacs/tramp/tramp-2.1.10-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/tramp-2.1.10-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/tramp-2.1.10-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/tramp-2.1.10-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: tramp-2.1.10-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.10-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- tramp-2.1.10-r1.ebuild 26 Sep 2007 12:51:38 -0000 1.3
52 +++ tramp-2.1.10-r1.ebuild 30 Sep 2007 23:58:30 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.10-r1.ebuild,v 1.3 2007/09/26 12:51:38 angelos Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.10-r1.ebuild,v 1.4 2007/09/30 23:58:30 ulm Exp $
58
59 inherit elisp eutils
60
61 @@ -29,11 +29,7 @@
62 }
63
64 src_install() {
65 - dodir /usr/share/info
66 - dodir /usr/share/emacs/etc
67 - dodir /usr/share/emacs/site-lisp/tramp
68 -
69 - einstall lispdir="${D}/usr/share/emacs/site-lisp/tramp" || die
70 + einstall lispdir="${D}${SITELISP}/tramp" || die
71
72 mv "${D}/usr/share/info/tramp" "${D}/usr/share/info/tramp-info"
73
74
75
76
77 1.2 app-emacs/tramp/tramp-2.0.55.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/tramp-2.0.55.ebuild?rev=1.2&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/tramp-2.0.55.ebuild?rev=1.2&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/tramp-2.0.55.ebuild?r1=1.1&r2=1.2
82
83 Index: tramp-2.0.55.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.55.ebuild,v
86 retrieving revision 1.1
87 retrieving revision 1.2
88 diff -u -r1.1 -r1.2
89 --- tramp-2.0.55.ebuild 17 Aug 2007 22:15:40 -0000 1.1
90 +++ tramp-2.0.55.ebuild 30 Sep 2007 23:58:30 -0000 1.2
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2007 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.55.ebuild,v 1.1 2007/08/17 22:15:40 ulm Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.55.ebuild,v 1.2 2007/09/30 23:58:30 ulm Exp $
96
97 inherit elisp
98
99 @@ -23,11 +23,7 @@
100 }
101
102 src_install() {
103 - dodir /usr/share/info
104 - dodir /usr/share/emacs/etc
105 - dodir /usr/share/emacs/site-lisp/tramp
106 -
107 - einstall lispdir="${D}/usr/share/emacs/site-lisp/tramp" || die
108 + einstall lispdir="${D}${SITELISP}/tramp" || die
109
110 mv "${D}/usr/share/info/tramp" "${D}/usr/share/info/tramp-info"
111
112
113
114
115 1.6 app-emacs/tramp/tramp-2.0.56.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/tramp-2.0.56.ebuild?rev=1.6&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/tramp-2.0.56.ebuild?rev=1.6&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/tramp-2.0.56.ebuild?r1=1.5&r2=1.6
120
121 Index: tramp-2.0.56.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.56.ebuild,v
124 retrieving revision 1.5
125 retrieving revision 1.6
126 diff -u -r1.5 -r1.6
127 --- tramp-2.0.56.ebuild 26 Sep 2007 12:51:38 -0000 1.5
128 +++ tramp-2.0.56.ebuild 30 Sep 2007 23:58:30 -0000 1.6
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2007 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.56.ebuild,v 1.5 2007/09/26 12:51:38 angelos Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.56.ebuild,v 1.6 2007/09/30 23:58:30 ulm Exp $
134
135 inherit elisp eutils
136
137 @@ -29,11 +29,7 @@
138 }
139
140 src_install() {
141 - dodir /usr/share/info
142 - dodir /usr/share/emacs/etc
143 - dodir /usr/share/emacs/site-lisp/tramp
144 -
145 - einstall lispdir="${D}/usr/share/emacs/site-lisp/tramp" || die
146 + einstall lispdir="${D}${SITELISP}/tramp" || die
147
148 mv "${D}/usr/share/info/tramp" "${D}/usr/share/info/tramp-info"
149
150
151
152
153 --
154 gentoo-commits@g.o mailing list