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 23:15:57
Message-Id: 20101105231554.369BA20051@flycatcher.gentoo.org
1 rafaelmartins 10/11/05 23:15:54
2
3 Modified: prosody-0.6.2.ebuild ChangeLog
4 Log:
5 Fixed luafilesystem dependency.
6
7 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 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.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/prosody-0.6.2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/prosody-0.6.2.ebuild?r1=1.5&r2=1.6
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.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- prosody-0.6.2.ebuild 5 Nov 2010 21:36:11 -0000 1.5
23 +++ prosody-0.6.2.ebuild 5 Nov 2010 23:15:54 -0000 1.6
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.5 2010/11/05 21:36:11 rafaelmartins Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.6.2.ebuild,v 1.6 2010/11/05 23:15:54 rafaelmartins Exp $
29
30 EAPI="2"
31
32 @@ -21,7 +21,7 @@
33 dev-lua/luasocket
34 ssl? ( dev-lua/luasec )
35 dev-lua/luaexpat
36 - dev-libs/luafilesystem
37 + dev-lua/luafilesystem
38 >=net-dns/libidn-1.1
39 >=dev-libs/openssl-0.9.8"
40 RDEPEND="${DEPEND}"
41
42
43
44 1.7 net-im/prosody/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/ChangeLog?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/ChangeLog?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/prosody/ChangeLog?r1=1.6&r2=1.7
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- ChangeLog 5 Nov 2010 21:36:11 -0000 1.6
57 +++ ChangeLog 5 Nov 2010 23:15:54 -0000 1.7
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.6 2010/11/05 21:36:11 rafaelmartins Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v 1.7 2010/11/05 23:15:54 rafaelmartins Exp $
63 +
64 + 05 Nov 2010; Rafael G. Martins <rafaelmartins@g.o>
65 + prosody-0.6.2.ebuild:
66 + Fixed luafilesystem dependency.
67
68 05 Nov 2010; Rafael G. Martins <rafaelmartins@g.o>
69 prosody-0.6.2.ebuild: