Gentoo Archives: gentoo-commits

From: "Stanislav Ochotnicky (sochotnicky)" <sochotnicky@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/rtorrent/files: rtorrent-0.9.1-ncurses.patch rtorrent-0.9.0-canvas-fix.patch rtorrent-0.9.0-clang.patch rtorrent-0.9.0-gold.patch
Date: Sun, 08 Apr 2012 18:21:55
Message-Id: 20120408182145.68E662004C@flycatcher.gentoo.org
1 sochotnicky 12/04/08 18:21:45
2
3 Added: rtorrent-0.9.1-ncurses.patch
4 Removed: rtorrent-0.9.0-canvas-fix.patch
5 rtorrent-0.9.0-clang.patch
6 rtorrent-0.9.0-gold.patch
7 Log:
8 Version bump (#411041), drop upstreamed patches and support for color. Too
9 much work to keep working and delays updates.
10
11 (Portage version: 2.1.10.49/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.1 net-p2p/rtorrent/files/rtorrent-0.9.1-ncurses.patch
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/rtorrent/files/rtorrent-0.9.1-ncurses.patch?rev=1.1&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/rtorrent/files/rtorrent-0.9.1-ncurses.patch?rev=1.1&content-type=text/plain
18
19 Index: rtorrent-0.9.1-ncurses.patch
20 ===================================================================
21 --- src/display/canvas.h
22 +++ src/display/canvas.h
23 @@ -48,5 +48,5 @@ class Canvas {
24 public:
25 typedef std::vector<Attributes> attributes_list;
26
27 - Canvas(int x = 0, int y = 0, int width = 0, int height = 0);
28 + Canvas(int x = 0, int y = 0, int width = 1, int height = 1);
29 ~Canvas() { delwin(m_window); }
30 void refresh() { wnoutrefresh(m_window); }