Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/rutorrent: rutorrent-3.3.ebuild ChangeLog
Date: Thu, 01 Sep 2011 17:51:51
Message-Id: 20110901175138.73C152004C@flycatcher.gentoo.org
1 alexxy 11/09/01 17:51:38
2
3 Modified: rutorrent-3.3.ebuild ChangeLog
4 Log:
5 [www-apps/rutorrent] Fix bug #378747 and #379249
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 www-apps/rutorrent/rutorrent-3.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rutorrent/rutorrent-3.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rutorrent/rutorrent-3.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rutorrent/rutorrent-3.3.ebuild?r1=1.1&r2=1.2
15
16 Index: rutorrent-3.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/rutorrent/rutorrent-3.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- rutorrent-3.3.ebuild 9 Aug 2011 13:33:33 -0000 1.1
23 +++ rutorrent-3.3.ebuild 1 Sep 2011 17:51:38 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/rutorrent-3.3.ebuild,v 1.1 2011/08/09 13:33:33 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/rutorrent-3.3.ebuild,v 1.2 2011/09/01 17:51:38 alexxy Exp $
29
30 EAPI="4"
31
32 @@ -23,6 +23,8 @@
33 || ( dev-lang/php[xml,gd] dev-lang/php[xml,gd-external] )
34 "
35
36 +S="${WORKDIR}"
37 +
38 pkg_setup() {
39 webapp_pkg_setup
40 }
41
42
43
44 1.3 www-apps/rutorrent/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rutorrent/ChangeLog?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rutorrent/ChangeLog?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rutorrent/ChangeLog?r1=1.2&r2=1.3
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/www-apps/rutorrent/ChangeLog,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- ChangeLog 9 Aug 2011 13:33:33 -0000 1.2
57 +++ ChangeLog 1 Sep 2011 17:51:38 -0000 1.3
58 @@ -1,6 +1,9 @@
59 # ChangeLog for www-apps/rutorrent
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/ChangeLog,v 1.2 2011/08/09 13:33:33 alexxy Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/www-apps/rutorrent/ChangeLog,v 1.3 2011/09/01 17:51:38 alexxy Exp $
63 +
64 + 01 Sep 2011; Alexey Shvetsov <alexxy@g.o> rutorrent-3.3.ebuild:
65 + Fix bug #378747 and #379249
66
67 *rutorrent-3.3 (09 Aug 2011)