Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/monotone: ChangeLog monotone-0.40.ebuild monotone-0.39.ebuild
Date: Sat, 30 Aug 2008 01:18:30
Message-Id: E1KZF6g-0007Ko-OW@stork.gentoo.org
1 dragonheart 08/08/30 01:18:26
2
3 Modified: ChangeLog monotone-0.40.ebuild monotone-0.39.ebuild
4 Log:
5 depricating elist-comp as per bug #235879. thanks Ulrich for the patch
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.22-vs2.2.0.7-gentoo x86_64)
7
8 Revision Changes Path
9 1.55 dev-util/monotone/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monotone/ChangeLog?rev=1.55&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monotone/ChangeLog?rev=1.55&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monotone/ChangeLog?r1=1.54&r2=1.55
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v
18 retrieving revision 1.54
19 retrieving revision 1.55
20 diff -u -r1.54 -r1.55
21 --- ChangeLog 3 May 2008 01:01:11 -0000 1.54
22 +++ ChangeLog 30 Aug 2008 01:18:26 -0000 1.55
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/monotone
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.54 2008/05/03 01:01:11 dragonheart Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.55 2008/08/30 01:18:26 dragonheart Exp $
28 +
29 + 30 Aug 2008; Daniel Black <dragonheart@g.o> monotone-0.39.ebuild,
30 + monotone-0.40.ebuild:
31 + depricating elist-comp as per bug #235879. thanks Ulrich for the patch
32
33 03 May 2008; Daniel Black <dragonheart@g.o> monotone-0.35.ebuild,
34 -monotone-0.36-r1.ebuild:
35
36
37
38 1.2 dev-util/monotone/monotone-0.40.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monotone/monotone-0.40.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monotone/monotone-0.40.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monotone/monotone-0.40.ebuild?r1=1.1&r2=1.2
43
44 Index: monotone-0.40.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.40.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- monotone-0.40.ebuild 3 May 2008 00:34:14 -0000 1.1
51 +++ monotone-0.40.ebuild 30 Aug 2008 01:18:26 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.40.ebuild,v 1.1 2008/05/03 00:34:14 dragonheart Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.40.ebuild,v 1.2 2008/08/30 01:18:26 dragonheart Exp $
57
58 inherit elisp-common flag-o-matic bash-completion eutils
59
60 @@ -53,7 +53,7 @@
61
62 if use emacs; then
63 cd contrib
64 - elisp-comp *.el || die "elisp-comp failed"
65 + elisp-compile *.el || die "elisp-compile failed"
66 fi
67 }
68
69
70
71
72 1.3 dev-util/monotone/monotone-0.39.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monotone/monotone-0.39.ebuild?rev=1.3&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monotone/monotone-0.39.ebuild?rev=1.3&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monotone/monotone-0.39.ebuild?r1=1.2&r2=1.3
77
78 Index: monotone-0.39.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.39.ebuild,v
81 retrieving revision 1.2
82 retrieving revision 1.3
83 diff -u -r1.2 -r1.3
84 --- monotone-0.39.ebuild 3 Apr 2008 13:36:01 -0000 1.2
85 +++ monotone-0.39.ebuild 30 Aug 2008 01:18:26 -0000 1.3
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2008 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.39.ebuild,v 1.2 2008/04/03 13:36:01 dragonheart Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.39.ebuild,v 1.3 2008/08/30 01:18:26 dragonheart Exp $
91
92 inherit elisp-common flag-o-matic bash-completion eutils
93
94 @@ -53,7 +53,7 @@
95
96 if use emacs; then
97 cd contrib
98 - elisp-comp *.el || die "elisp-comp failed"
99 + elisp-compile *.el || die "elisp-compile failed"
100 fi
101 }