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-p2p/ktorrent: ChangeLog ktorrent-3.2.3-r1.ebuild ktorrent-3.2.3.ebuild
Date: Sat, 29 Aug 2009 05:26:15
Message-Id: E1MhLHD-0007RY-35@stork.gentoo.org
1 scarabeus 09/08/29 10:35:19
2
3 Modified: ChangeLog
4 Added: ktorrent-3.2.3-r1.ebuild
5 Removed: ktorrent-3.2.3.ebuild
6 Log:
7 Revbump to fix crash right after start. Per bug #283063.
8 (Portage version: 2.2_rc38/cvs/Linux i686)
9
10 Revision Changes Path
11 1.129 net-p2p/ktorrent/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.129&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.129&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?r1=1.128&r2=1.129
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v
20 retrieving revision 1.128
21 retrieving revision 1.129
22 diff -u -r1.128 -r1.129
23 --- ChangeLog 13 Aug 2009 07:53:51 -0000 1.128
24 +++ ChangeLog 29 Aug 2009 10:35:18 -0000 1.129
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/ktorrent
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.128 2009/08/13 07:53:51 wired Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.129 2009/08/29 10:35:18 scarabeus Exp $
30 +
31 +*ktorrent-3.2.3-r1 (29 Aug 2009)
32 +
33 + 29 Aug 2009; Tomáš Chvátal <scarabeus@g.o>
34 + -ktorrent-3.2.3.ebuild, +ktorrent-3.2.3-r1.ebuild:
35 + Revbump to fix crash right after start. Per bug #283063.
36
37 13 Aug 2009; Alex Alexander <wired@g.o> ktorrent-3.3_beta1.ebuild:
38 removed block, improved live detection
39
40
41
42 1.1 net-p2p/ktorrent/ktorrent-3.2.3-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-3.2.3-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-3.2.3-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ktorrent-3.2.3-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.2.3-r1.ebuild,v 1.1 2009/08/29 10:35:18 scarabeus Exp $
52
53 EAPI="2"
54
55 KDE_LINGUAS="ar be bg ca cs da de el en_GB es et fr ga gl hi it ja
56 km lt lv nb nds nl nn oc pl pt pt_BR ro ru se sk sl sr sv
57 tr uk zh_CN zh_TW"
58 inherit kde4-base
59
60 DESCRIPTION="A BitTorrent program for KDE."
61 HOMEPAGE="http://ktorrent.org/"
62 SRC_URI="http://ktorrent.org/downloads/${PV}/${P}-1.tar.bz2"
63
64 LICENSE="GPL-2"
65 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
66 SLOT="4"
67 IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer +mediaplayer plasma rss +scanfolder +search +stats +upnp webinterface +zeroconf"
68
69 COMMONDEPEND="app-crypt/qca:2
70 dev-libs/gmp
71 mediaplayer? ( >=media-libs/taglib-1.5 )
72 plasma? ( >=kde-base/libtaskmanager-${KDE_MINIMAL} )
73 rss? (
74 dev-libs/boost
75 >=kde-base/kdepimlibs-${KDE_MINIMAL}
76 )"
77 DEPEND="${COMMONDEPEND}
78 sys-devel/gettext
79 "
80 RDEPEND="${COMMONDEPEND}
81 infowidget? ( >=dev-libs/geoip-1.4.4 )
82 ipfilter? ( >=kde-base/kdebase-kioslaves-${KDE_MINIMAL} )
83 kross? ( >=kde-base/krosspython-${KDE_MINIMAL} )"
84
85 src_prepare() {
86 if ! use plasma; then
87 sed -i \
88 -e "s:add_subdirectory(plasma):#nada:g" \
89 CMakeLists.txt || die "Failed to make plasmoid optional"
90 fi
91
92 kde4-base_src_prepare
93 }
94
95 src_configure() {
96 mycmakeargs="${mycmakeargs}
97 -DENABLE_DHT_SUPPORT=ON
98 $(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN)
99 $(cmake-utils_use_enable downloadorder DOWNLOADORDER_PLUGIN)
100 $(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN)
101 $(cmake-utils_use_with infowidget SYSTEM_GEOIP)
102 $(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN)
103 $(cmake-utils_use_enable kross SCRIPTING_PLUGIN)
104 $(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN)
105 $(cmake-utils_use_enable mediaplayer MEDIAPLAYER_PLUGIN)
106 $(cmake-utils_use_enable rss SYNDICATION_PLUGIN)
107 $(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN)
108 $(cmake-utils_use_enable search SEARCH_PLUGIN)
109 $(cmake-utils_use_enable stats STATS_PLUGIN)
110 $(cmake-utils_use_enable upnp UPNP_PLUGIN)
111 $(cmake-utils_use_enable webinterface WEBINTERFACE_PLUGIN)
112 $(cmake-utils_use_enable zeroconf ZEROCONF_PLUGIN)"
113 kde4-base_src_configure
114 }