Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/aria2: aria2-0.16.0.ebuild ChangeLog
Date: Fri, 10 Oct 2008 13:24:20
Message-Id: E1KoHyb-0005x6-7j@stork.gentoo.org
1 dev-zero 08/10/10 13:24:17
2
3 Modified: aria2-0.16.0.ebuild ChangeLog
4 Log:
5 Added fix for bug #240552
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc9 x86_64)
7
8 Revision Changes Path
9 1.2 net-misc/aria2/aria2-0.16.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aria2/aria2-0.16.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aria2/aria2-0.16.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aria2/aria2-0.16.0.ebuild?r1=1.1&r2=1.2
14
15 Index: aria2-0.16.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/aria2/aria2-0.16.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- aria2-0.16.0.ebuild 6 Oct 2008 16:09:21 -0000 1.1
22 +++ aria2-0.16.0.ebuild 10 Oct 2008 13:24:17 -0000 1.2
23 @@ -1,9 +1,11 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/aria2-0.16.0.ebuild,v 1.1 2008/10/06 16:09:21 dev-zero Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/aria2-0.16.0.ebuild,v 1.2 2008/10/10 13:24:17 dev-zero Exp $
28
29 EAPI="2"
30
31 +inherit eutils
32 +
33 MY_P="aria2c-${PV/_p/+}"
34
35 DESCRIPTION="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP/BitTorrent support."
36 @@ -34,6 +36,7 @@
37 S="${WORKDIR}/${MY_P}"
38
39 src_prepare() {
40 + epatch "${FILESDIR}/${PV}-missing_includes.patch"
41 sed -i -e "s|/tmp|${T}|" test/*.cc || die "sed failed"
42 }
43
44
45
46
47 1.33 net-misc/aria2/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aria2/ChangeLog?rev=1.33&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aria2/ChangeLog?rev=1.33&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aria2/ChangeLog?r1=1.32&r2=1.33
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v
56 retrieving revision 1.32
57 retrieving revision 1.33
58 diff -u -r1.32 -r1.33
59 --- ChangeLog 7 Oct 2008 21:57:37 -0000 1.32
60 +++ ChangeLog 10 Oct 2008 13:24:17 -0000 1.33
61 @@ -1,6 +1,10 @@
62 # ChangeLog for net-misc/aria2
63 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.32 2008/10/07 21:57:37 gentoofan23 Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aria2/ChangeLog,v 1.33 2008/10/10 13:24:17 dev-zero Exp $
66 +
67 + 10 Oct 2008; Tiziano Müller <dev-zero@g.o>
68 + +files/0.16.0-missing_includes.patch, aria2-0.16.0.ebuild:
69 + Added fix for bug #240552
70
71 07 Oct 2008; Thomas Anderson <gentoofan23@g.o> aria2-0.15.3.ebuild:
72 stable amd64, bug 240296 --- Thanks Chad for testing