Gentoo Archives: gentoo-commits

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