Gentoo Archives: gentoo-commits

From: "Rafael Martins (rafaelmartins)" <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/prosody: prosody-0.6.2.ebuild ChangeLog
Date: Fri, 05 Nov 2010 21:12:06
Message-Id: 20101105211157.2728F20051@flycatcher.gentoo.org
1 rafaelmartins 10/11/05 21:11:57
2
3 Modified: prosody-0.6.2.ebuild ChangeLog
4 Log:
5 Fixed luasec dependency.
6
7 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 net-im/prosody/prosody-0.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/prosody-0.6.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/prosody-0.6.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/prosody-0.6.2.ebuild?r1=1.3&r2=1.4
15
16 Index: prosody-0.6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.6.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- prosody-0.6.2.ebuild 5 Nov 2010 20:43:21 -0000 1.3
23 +++ prosody-0.6.2.ebuild 5 Nov 2010 21:11:57 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.6.2.ebuild,v 1.3 2010/11/05 20:43:21 rafaelmartins Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.6.2.ebuild,v 1.4 2010/11/05 21:11:57 rafaelmartins Exp $
29
30 EAPI="2"
31
32 @@ -19,7 +19,7 @@
33 DEPEND="net-im/jabber-base
34 >=dev-lang/lua-5.1
35 dev-libs/luasocket
36 - ssl? ( dev-libs/luasec )
37 + ssl? ( dev-lua/luasec )
38 dev-lua/luaexpat
39 dev-libs/luafilesystem
40 >=net-dns/libidn-1.1
41
42
43
44 1.5 net-im/prosody/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/ChangeLog?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/ChangeLog?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/ChangeLog?r1=1.4&r2=1.5
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- ChangeLog 5 Nov 2010 20:43:21 -0000 1.4
57 +++ ChangeLog 5 Nov 2010 21:11:57 -0000 1.5
58 @@ -1,6 +1,10 @@
59 # ChangeLog for net-im/prosody
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v 1.4 2010/11/05 20:43:21 rafaelmartins Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v 1.5 2010/11/05 21:11:57 rafaelmartins Exp $
63 +
64 + 05 Nov 2010; Rafael G. Martins <rafaelmartins@g.o>
65 + prosody-0.6.2.ebuild:
66 + Fixed luasec dependency.
67
68 05 Nov 2010; Rafael G. Martins <rafaelmartins@g.o>
69 prosody-0.6.2.ebuild, metadata.xml: