Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/rdd: rdd-2.0.7.ebuild ChangeLog
Date: Fri, 11 Sep 2009 11:22:07
Message-Id: E1Mm4Cb-0007V0-Pq@stork.gentoo.org
1 flameeyes 09/09/11 11:22:05
2
3 Modified: rdd-2.0.7.ebuild ChangeLog
4 Log:
5 Fix DEPEND/RDEPEND assignment.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-forensics/rdd/rdd-2.0.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rdd/rdd-2.0.7.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rdd/rdd-2.0.7.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rdd/rdd-2.0.7.ebuild?r1=1.1&r2=1.2
14
15 Index: rdd-2.0.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-forensics/rdd/rdd-2.0.7.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- rdd-2.0.7.ebuild 1 Mar 2009 00:36:59 -0000 1.1
22 +++ rdd-2.0.7.ebuild 11 Sep 2009 11:22:05 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/rdd-2.0.7.ebuild,v 1.1 2009/03/01 00:36:59 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/rdd-2.0.7.ebuild,v 1.2 2009/09/11 11:22:05 flameeyes Exp $
28
29 inherit autotools
30
31 @@ -16,7 +16,7 @@
32 DEPEND="gtk? ( >=x11-libs/gtk+-2
33 >=gnome-base/libglade-2 )"
34
35 -RDEPEND="${RDEPEND}"
36 +RDEPEND="${DEPEND}"
37
38 src_unpack() {
39 unpack ${A}
40
41
42
43 1.2 app-forensics/rdd/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rdd/ChangeLog?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rdd/ChangeLog?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/rdd/ChangeLog?r1=1.1&r2=1.2
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-forensics/rdd/ChangeLog,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- ChangeLog 1 Mar 2009 00:36:59 -0000 1.1
56 +++ ChangeLog 11 Sep 2009 11:22:05 -0000 1.2
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-forensics/rdd
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/ChangeLog,v 1.1 2009/03/01 00:36:59 patrick Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/ChangeLog,v 1.2 2009/09/11 11:22:05 flameeyes Exp $
62 +
63 + 11 Sep 2009; Diego E. Pettenò <flameeyes@g.o> rdd-2.0.7.ebuild:
64 + Fix DEPEND/RDEPEND assignment.
65
66 *rdd-2.0.7 (01 Mar 2009)