Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/asio: asio-1.4.1.ebuild ChangeLog
Date: Fri, 11 Sep 2009 11:22:54
Message-Id: E1Mm4DM-0007XR-Rs@stork.gentoo.org
1 flameeyes 09/09/11 11:22:52
2
3 Modified: asio-1.4.1.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 dev-cpp/asio/asio-1.4.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/asio/asio-1.4.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/asio/asio-1.4.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/asio/asio-1.4.1.ebuild?r1=1.1&r2=1.2
14
15 Index: asio-1.4.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- asio-1.4.1.ebuild 12 May 2009 08:34:26 -0000 1.1
22 +++ asio-1.4.1.ebuild 11 Sep 2009 11:22:52 -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/dev-cpp/asio/asio-1.4.1.ebuild,v 1.1 2009/05/12 08:34:26 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.1.ebuild,v 1.2 2009/09/11 11:22:52 flameeyes Exp $
28
29 EAPI=2
30
31 @@ -15,7 +15,7 @@
32
33 RDEPEND="ssl? ( dev-libs/openssl )
34 >=dev-libs/boost-1.34.1"
35 -DEPEND="${DEPEND}"
36 +DEPEND="${RDEPEND}"
37
38 src_prepare() {
39 if ! use test; then
40
41
42
43 1.17 dev-cpp/asio/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/asio/ChangeLog?rev=1.17&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/asio/ChangeLog?rev=1.17&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/asio/ChangeLog?r1=1.16&r2=1.17
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v
52 retrieving revision 1.16
53 retrieving revision 1.17
54 diff -u -r1.16 -r1.17
55 --- ChangeLog 12 May 2009 08:34:26 -0000 1.16
56 +++ ChangeLog 11 Sep 2009 11:22:52 -0000 1.17
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-cpp/asio
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.16 2009/05/12 08:34:26 ssuominen Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.17 2009/09/11 11:22:52 flameeyes Exp $
62 +
63 + 11 Sep 2009; Diego E. Pettenò <flameeyes@g.o> asio-1.4.1.ebuild:
64 + Fix DEPEND/RDEPEND assignment.
65
66 *asio-1.4.1 (12 May 2009)