Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libktorrent: ChangeLog libktorrent-1.1.1.ebuild
Date: Thu, 05 May 2011 14:31:09
Message-Id: 20110505143059.1F4B620054@flycatcher.gentoo.org
1 scarabeus 11/05/05 14:30:59
2
3 Modified: ChangeLog libktorrent-1.1.1.ebuild
4 Log:
5 Use eapi4.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 net-libs/libktorrent/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 5 May 2011 14:26:03 -0000 1.17
23 +++ ChangeLog 5 May 2011 14:30:58 -0000 1.18
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-libs/libktorrent
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.17 2011/05/05 14:26:03 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.18 2011/05/05 14:30:58 scarabeus Exp $
29 +
30 + 05 May 2011; Tomáš Chvátal <scarabeus@g.o>
31 + libktorrent-1.1.1.ebuild:
32 + Use eapi4.
33
34 *libktorrent-1.1.1 (05 May 2011)
35
36
37
38
39 1.2 net-libs/libktorrent/libktorrent-1.1.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.1.ebuild?r1=1.1&r2=1.2
44
45 Index: libktorrent-1.1.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- libktorrent-1.1.1.ebuild 5 May 2011 14:26:03 -0000 1.1
52 +++ libktorrent-1.1.1.ebuild 5 May 2011 14:30:58 -0000 1.2
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.1.ebuild,v 1.1 2011/05/05 14:26:03 scarabeus Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.1.1.ebuild,v 1.2 2011/05/05 14:30:58 scarabeus Exp $
58
59 -EAPI=3
60 +EAPI=4
61
62 KDE_SCM="git"
63 if [[ ${PV} != 9999* ]]; then