Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/automoc: ChangeLog automoc-0.9.88.ebuild automoc-0.9.84.ebuild
Date: Fri, 11 Sep 2009 11:29:18
Message-Id: E1Mm4JX-0007oa-QZ@stork.gentoo.org
1 flameeyes 09/09/11 11:29:15
2
3 Modified: ChangeLog automoc-0.9.88.ebuild
4 automoc-0.9.84.ebuild
5 Log:
6 Fix DEPEND/RDEPEND assignment.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 kde-base/automoc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/automoc/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/automoc/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/automoc/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/automoc/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 18 Jun 2009 10:50:02 -0000 1.14
23 +++ ChangeLog 11 Sep 2009 11:29:15 -0000 1.15
24 @@ -1,6 +1,10 @@
25 # ChangeLog for kde-base/automoc
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/ChangeLog,v 1.14 2009/06/18 10:50:02 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/ChangeLog,v 1.15 2009/09/11 11:29:15 flameeyes Exp $
29 +
30 + 11 Sep 2009; Diego E. Pettenò <flameeyes@g.o>
31 + automoc-0.9.84.ebuild, automoc-0.9.88.ebuild:
32 + Fix DEPEND/RDEPEND assignment.
33
34 18 Jun 2009; Alexis Ballier <aballier@g.o> automoc-0.9.88.ebuild:
35 keyword ~x86-fbsd
36
37
38
39 1.14 kde-base/automoc/automoc-0.9.88.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/automoc/automoc-0.9.88.ebuild?rev=1.14&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/automoc/automoc-0.9.88.ebuild?rev=1.14&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/automoc/automoc-0.9.88.ebuild?r1=1.13&r2=1.14
44
45 Index: automoc-0.9.88.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.88.ebuild,v
48 retrieving revision 1.13
49 retrieving revision 1.14
50 diff -u -r1.13 -r1.14
51 --- automoc-0.9.88.ebuild 18 Jun 2009 10:50:02 -0000 1.13
52 +++ automoc-0.9.88.ebuild 11 Sep 2009 11:29:15 -0000 1.14
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.88.ebuild,v 1.13 2009/06/18 10:50:02 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.88.ebuild,v 1.14 2009/09/11 11:29:15 flameeyes Exp $
58
59 EAPI="2"
60
61 @@ -19,7 +19,7 @@
62 IUSE=""
63
64 DEPEND="x11-libs/qt-core:4"
65 -RDEPEND="${RDEPEND}"
66 +RDEPEND="${DEPEND}"
67
68 S="${WORKDIR}/${MY_P}"
69
70
71
72
73 1.7 kde-base/automoc/automoc-0.9.84.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/automoc/automoc-0.9.84.ebuild?rev=1.7&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/automoc/automoc-0.9.84.ebuild?rev=1.7&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/automoc/automoc-0.9.84.ebuild?r1=1.6&r2=1.7
78
79 Index: automoc-0.9.84.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.84.ebuild,v
82 retrieving revision 1.6
83 retrieving revision 1.7
84 diff -u -r1.6 -r1.7
85 --- automoc-0.9.84.ebuild 14 Apr 2009 23:02:29 -0000 1.6
86 +++ automoc-0.9.84.ebuild 11 Sep 2009 11:29:15 -0000 1.7
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2009 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.84.ebuild,v 1.6 2009/04/14 23:02:29 scarabeus Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.84.ebuild,v 1.7 2009/09/11 11:29:15 flameeyes Exp $
92
93 EAPI="2"
94
95 @@ -16,7 +16,7 @@
96 IUSE=""
97
98 DEPEND="x11-libs/qt-core:4"
99 -RDEPEND="${RDEPEND}"
100 +RDEPEND="${DEPEND}"
101
102 S="${WORKDIR}/${PN}4-${PV}"