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: ktorrent-3.3.4.ebuild ChangeLog
Date: Mon, 08 Feb 2010 11:35:28
Message-Id: E1NeRtl-00025B-QN@stork.gentoo.org
1 scarabeus 10/02/08 11:35:25
2
3 Modified: ChangeLog
4 Added: ktorrent-3.3.4.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.141 net-p2p/ktorrent/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.141&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.141&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?r1=1.140&r2=1.141
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v
19 retrieving revision 1.140
20 retrieving revision 1.141
21 diff -u -r1.140 -r1.141
22 --- ChangeLog 25 Jan 2010 12:40:23 -0000 1.140
23 +++ ChangeLog 8 Feb 2010 11:35:25 -0000 1.141
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-p2p/ktorrent
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.140 2010/01/25 12:40:23 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.141 2010/02/08 11:35:25 scarabeus Exp $
29 +
30 +*ktorrent-3.3.4 (08 Feb 2010)
31 +
32 + 08 Feb 2010; Tomáš Chvátal <scarabeus@g.o>
33 + +ktorrent-3.3.4.ebuild:
34 + Version bump.
35
36 *ktorrent-3.3.3 (25 Jan 2010)
37
38
39
40
41 1.1 net-p2p/ktorrent/ktorrent-3.3.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-3.3.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-3.3.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ktorrent-3.3.4.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.3.4.ebuild,v 1.1 2010/02/08 11:35:25 scarabeus Exp $
51
52 EAPI="2"
53
54 if [[ ${PV} == *9999* ]] ; then
55 KEYWORDS=""
56 KMNAME="extragear/network"
57 else
58 # upstream likes to skip that _ in beta releases
59 MY_PV="${PV/_/}"
60 MY_P="${PN}-${MY_PV}"
61
62 KDE_LINGUAS="ar be bg ca cs da de el en_GB es et eu fr ga gl hi hne hr hu is it
63 ja km lt lv mai ms nb nds nl nn oc pl pt pt_BR ro ru se sk sl sr sv
64 tr uk zh_CN zh_TW"
65 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
66 SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2"
67 S="${WORKDIR}"/"${MY_P}"
68 fi
69
70 inherit kde4-base
71
72 DESCRIPTION="A BitTorrent program for KDE."
73 HOMEPAGE="http://ktorrent.org/"
74
75 LICENSE="GPL-2"
76 SLOT="4"
77 IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer
78 +mediaplayer plasma rss +scanfolder +search +shutdown +stats +upnp webinterface +zeroconf"
79
80 COMMONDEPEND="
81 app-crypt/qca:2
82 dev-libs/gmp
83 mediaplayer? ( >=media-libs/taglib-1.5 )
84 plasma? ( >=kde-base/libtaskmanager-${KDE_MINIMAL} )
85 rss? (
86 >=kde-base/kdepimlibs-${KDE_MINIMAL}
87 )
88 shutdown? (
89 >=kde-base/solid-${KDE_MINIMAL}
90 )
91 "
92 DEPEND="${COMMONDEPEND}
93 sys-devel/gettext
94 "
95 RDEPEND="${COMMONDEPEND}
96 infowidget? ( >=dev-libs/geoip-1.4.4 )
97 ipfilter? (
98 app-arch/bzip2
99 app-arch/unzip
100 >=kde-base/kdebase-kioslaves-${KDE_MINIMAL}
101 )
102 kross? ( >=kde-base/krosspython-${KDE_MINIMAL} )
103 "
104
105 src_prepare() {
106 if ! use plasma; then
107 sed -i \
108 -e "s:add_subdirectory(plasma):#nada:g" \
109 CMakeLists.txt || die "Failed to make plasmoid optional"
110 fi
111
112 kde4-base_src_prepare
113 }
114
115 src_configure() {
116 mycmakeargs="${mycmakeargs}
117 -DENABLE_DHT_SUPPORT=ON
118 -DWITH_SYSTEM_GEOIP=ON
119 $(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN)
120 $(cmake-utils_use_enable downloadorder DOWNLOADORDER_PLUGIN)
121 $(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN)
122 $(cmake-utils_use_with infowidget SYSTEM_GEOIP)
123 $(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN)
124 $(cmake-utils_use_enable kross SCRIPTING_PLUGIN)
125 $(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN)
126 $(cmake-utils_use_enable mediaplayer MEDIAPLAYER_PLUGIN)
127 $(cmake-utils_use_enable rss SYNDICATION_PLUGIN)
128 $(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN)
129 $(cmake-utils_use_enable search SEARCH_PLUGIN)
130 $(cmake-utils_use_enable shutdown SHUTDOWN_PLUGIN)
131 $(cmake-utils_use_enable stats STATS_PLUGIN)
132 $(cmake-utils_use_enable upnp UPNP_PLUGIN)
133 $(cmake-utils_use_enable webinterface WEBINTERFACE_PLUGIN)
134 $(cmake-utils_use_enable zeroconf ZEROCONF_PLUGIN)"
135 kde4-base_src_configure
136 }