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.2.1.ebuild ChangeLog ktorrent-3.1.6.ebuild ktorrent-3.2.ebuild
Date: Mon, 06 Apr 2009 11:32:43
Message-Id: E1Lqn4D-0007ju-Aj@stork.gentoo.org
1 scarabeus 09/04/06 11:32:41
2
3 Modified: ChangeLog
4 Added: ktorrent-3.2.1.ebuild
5 Removed: ktorrent-3.1.6.ebuild ktorrent-3.2.ebuild
6 Log:
7 Version bump. Remove old.
8 (Portage version: 2.2_rc28/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.111 net-p2p/ktorrent/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.111&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.111&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?r1=1.110&r2=1.111
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v
20 retrieving revision 1.110
21 retrieving revision 1.111
22 diff -u -r1.110 -r1.111
23 --- ChangeLog 19 Mar 2009 14:29:46 -0000 1.110
24 +++ ChangeLog 6 Apr 2009 11:32:41 -0000 1.111
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.110 2009/03/19 14:29:46 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.111 2009/04/06 11:32:41 scarabeus Exp $
30 +
31 +*ktorrent-3.2.1 (06 Apr 2009)
32 +
33 + 06 Apr 2009; Tomas Chvatal <scarabeus@g.o> -ktorrent-3.1.6.ebuild,
34 + -ktorrent-3.2.ebuild, +ktorrent-3.2.1.ebuild:
35 + Version bump. Remove old.
36
37 19 Mar 2009; Brent Baude <ranger@g.o> ktorrent-3.2.ebuild:
38 Marking ktorrent-3.2 ~ppc for bug 259689
39
40
41
42 1.1 net-p2p/ktorrent/ktorrent-3.2.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-3.2.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-3.2.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ktorrent-3.2.1.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.1.ebuild,v 1.1 2009/04/06 11:32:41 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}.tar.bz2"
63
64 LICENSE="GPL-2"
65 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
66 SLOT="3"
67 IUSE="+bwscheduler debug +downloadorder +infowidget +ipfilter +kross +logviewer +mediaplayer plasma rss +scanfolder +search +stats +upnp webinterface +zeroconf"
68
69 DEPEND="app-crypt/qca:2
70 dev-libs/gmp
71 sys-devel/gettext
72 plasma? ( >=kde-base/libtaskmanager-${KDE_MINIMAL} )
73 rss? (
74 dev-libs/boost
75 >=kde-base/kdepimlibs-${KDE_MINIMAL}
76 )"
77 RDEPEND="${DEPEND}
78 !net-p2p/ktorrent:0
79 infowidget? ( >=dev-libs/geoip-1.4.4 )
80 ipfilter? ( >=kde-base/kdebase-kioslaves-${KDE_MINIMAL} )"
81
82 src_prepare() {
83 if ! use plasma; then
84 sed -i -e 's/add_subdirectory([[:space:]]*plasma[[:space:]]*)//' \
85 CMakeLists.txt || die "Failed to make plasmoid optional"
86 fi
87
88 kde4-base_src_prepare
89 }
90
91 src_configure() {
92 mycmakeargs="${mycmakeargs}
93 -DENABLE_DHT_SUPPORT=ON
94 $(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN)
95 $(cmake-utils_use_enable downloadorder DOWNLOADORDER_PLUGIN)
96 $(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN)
97 $(cmake-utils_use_with infowidget SYSTEM_GEOIP)
98 $(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN)
99 $(cmake-utils_use_enable kross SCRIPTING_PLUGIN)
100 $(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN)
101 $(cmake-utils_use_enable mediaplayer MEDIAPLAYER_PLUGIN)
102 $(cmake-utils_use_enable rss SYNDICATION_PLUGIN)
103 $(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN)
104 $(cmake-utils_use_enable search SEARCH_PLUGIN)
105 $(cmake-utils_use_enable stats STATS_PLUGIN)
106 $(cmake-utils_use_enable upnp UPNP_PLUGIN)
107 $(cmake-utils_use_enable webinterface WEBINTERFACE_PLUGIN)
108 $(cmake-utils_use_enable zeroconf ZEROCONF_PLUGIN)"
109 kde4-base_src_configure
110 }