Gentoo Archives: gentoo-commits

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