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