Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/ktorrent: ktorrent-2.2.8-r2.ebuild ChangeLog
Date: Sat, 23 May 2009 14:29:34
Message-Id: E1M7sE9-00013L-3Z@stork.gentoo.org
1 tampakrap 09/05/23 14:29:33
2
3 Modified: ChangeLog
4 Added: ktorrent-2.2.8-r2.ebuild
5 Log:
6 revision bump to the kde3 version, change slot and cleanup
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.116 net-p2p/ktorrent/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.116&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.116&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?r1=1.115&r2=1.116
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v
19 retrieving revision 1.115
20 retrieving revision 1.116
21 diff -u -r1.115 -r1.116
22 --- ChangeLog 17 May 2009 12:00:24 -0000 1.115
23 +++ ChangeLog 23 May 2009 14:29:33 -0000 1.116
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-p2p/ktorrent
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.115 2009/05/17 12:00:24 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.116 2009/05/23 14:29:33 tampakrap Exp $
29 +
30 +*ktorrent-2.2.8-r2 (23 May 2009)
31 +
32 + 23 May 2009; Theo Chatzimichos <tampakrap@g.o>
33 + +ktorrent-2.2.8-r2.ebuild:
34 + revision bump to the kde3 version, change slot and cleanup
35
36 *ktorrent-3.2.1-r1 (17 May 2009)
37 *ktorrent-2.2.8-r1 (17 May 2009)
38
39
40
41 1.1 net-p2p/ktorrent/ktorrent-2.2.8-r2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8-r2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8-r2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ktorrent-2.2.8-r2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8-r2.ebuild,v 1.1 2009/05/23 14:29:33 tampakrap Exp $
51
52 EAPI="2"
53
54 LANGS="ar bg br ca cs cy da de el en_GB es et fa fr gl hu it ja ka lt
55 ms nb nds nl pa pl pt pt_BR ru rw sk sr sr@Latn sv tr uk zh_CN zh_TW"
56
57 USE_KEG_PACKAGING="1"
58
59 inherit kde
60
61 MY_P="${P/_/}"
62 MY_PV="${PV/_/}"
63 KEG_PO_DIR="translations"
64
65 DESCRIPTION="A BitTorrent program for KDE."
66 HOMEPAGE="http://ktorrent.org/"
67 SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2"
68 LICENSE="GPL-2"
69
70 SLOT="3.5"
71 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
72 IUSE="avahi kdeenablefinal"
73
74 DEPEND="!<net-p2p/ktorrent-2.2.8-r2
75 dev-libs/gmp
76 >=dev-libs/geoip-1.4.0-r1
77 avahi? ( >=net-dns/avahi-0.6.16-r1[qt3] )"
78 RDEPEND="${DEPEND}
79 kde-base/kdebase-kioslaves:3.5"
80
81 S="${WORKDIR}/${MY_P}"
82
83 need-kde 3.5
84
85 PATCHES=("${FILESDIR}/${PN}-2.2.5-avahi-check.patch
86 ${FILESDIR}/${P}-lograce.patch" )
87
88 src_configure() {
89 local myconf="${myconf}
90 $(use_with avahi)
91 --enable-builtin-country-flags
92 --enable-knetwork
93 --enable-system-geoip
94 --enable-torrent-mimetype
95 --disable-geoip"
96
97 kde_src_configure
98 }
99
100 src_install() {
101 kde_src_install
102
103 rm -rf "${D}/${KDEDIR}"/share/mimelnk/application/x-bittorrent.desktop
104 }