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: metadata.xml ChangeLog ktorrent-3.2_beta1.ebuild ktorrent-3.1.5-r1.ebuild
Date: Wed, 03 Dec 2008 22:43:41
Message-Id: E1L80RW-0007Kb-TH@stork.gentoo.org
1 scarabeus 08/12/03 22:43:38
2
3 Modified: metadata.xml ChangeLog
4 Added: ktorrent-3.2_beta1.ebuild ktorrent-3.1.5-r1.ebuild
5 Log:
6 Change slot to have correct one based on app version instead of kde version. Version bump for new beta.
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo x86_64)
8
9 Revision Changes Path
10 1.6 net-p2p/ktorrent/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/metadata.xml?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/metadata.xml?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/metadata.xml?r1=1.5&r2=1.6
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/metadata.xml,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- metadata.xml 15 Oct 2008 00:38:42 -0000 1.5
23 +++ metadata.xml 3 Dec 2008 22:43:38 -0000 1.6
24 @@ -8,9 +8,11 @@
25 <name>deathwing00</name>
26 </maintainer>
27 <use>
28 - <flag name="bwscheduler">Enable the bwscheduler plugin</flag>
29 + <flag name="bwscheduler">Enable the bwscheduler plugin</flag>
30 + <flag name="downloadorder">Enable plugin for user selected download order</flag>
31 <flag name="infowidget">Enable the infowidget plugin</flag>
32 - <flag name="ipfilter">Enable the ipfilter plugin</flag>
33 + <flag name="ipfilter">Enable the ipfilter plugin</flag>
34 + <flag name="kross">Enable kross scripting support</flag>
35 <flag name="logviewer">Enable the logviewer plugin</flag>
36 <flag name="mediaplayer">Enable the mediaplayer plugin</flag>
37 <flag name="scanfolder">Enable the scanfolder plugin</flag>
38
39
40
41 1.96 net-p2p/ktorrent/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.96&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.96&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?r1=1.95&r2=1.96
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v
50 retrieving revision 1.95
51 retrieving revision 1.96
52 diff -u -r1.95 -r1.96
53 --- ChangeLog 1 Dec 2008 22:09:01 -0000 1.95
54 +++ ChangeLog 3 Dec 2008 22:43:38 -0000 1.96
55 @@ -1,6 +1,14 @@
56 # ChangeLog for net-p2p/ktorrent
57 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.95 2008/12/01 22:09:01 bluebird Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.96 2008/12/03 22:43:38 scarabeus Exp $
60 +
61 +*ktorrent-3.2_beta1 (03 Dec 2008)
62 +*ktorrent-3.1.5-r1 (03 Dec 2008)
63 +
64 + 03 Dec 2008; Tomas Chvatal <scarabeus@g.o>
65 + +ktorrent-3.1.5-r1.ebuild, +ktorrent-3.2_beta1.ebuild:
66 + Change slot to have correct one based on app version instead of kde
67 + version. Version bump for new beta.
68
69 01 Dec 2008; Friedrich Oslage <bluebird@g.o> ktorrent-2.2.8.ebuild:
70 Stable on sparc, security bug #244741
71
72
73
74 1.1 net-p2p/ktorrent/ktorrent-3.2_beta1.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-3.2_beta1.ebuild?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-3.2_beta1.ebuild?rev=1.1&content-type=text/plain
78
79 Index: ktorrent-3.2_beta1.ebuild
80 ===================================================================
81 # Copyright 1999-2008 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.2_beta1.ebuild,v 1.1 2008/12/03 22:43:38 scarabeus Exp $
84
85 EAPI="2"
86
87 NEED_KDE=":4.1"
88 KDE_LINGUAS="ca cs da de el es et fr gl it ja lv nb nds nl nn pl pt pt_BR ru sv uk zh_CN zh_TW"
89 inherit kde4-base
90
91 MY_PV="${PV/_/}"
92 MY_P="${P/_/}"
93
94 DESCRIPTION="A BitTorrent program for KDE."
95 HOMEPAGE="http://ktorrent.org/"
96 SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2"
97
98 LICENSE="GPL-2"
99 KEYWORDS="~amd64 ~x86"
100 SLOT="3"
101 IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer +mediaplayer +plasma +rss +scanfolder +search +stats +upnp webinterface"
102
103 DEPEND="app-crypt/qca:2
104 dev-libs/gmp
105 sys-devel/gettext
106 !kdeprefix? ( !net-p2p/ktorrent:0 )
107 plasma? ( kde-base/plasma-workspace )
108 !net-p2p/ktorrent:4.1"
109 # 4.1 blocker is due to slot change. We wont slot based on kde version
110 # but based on application version. This was stupid mistake.
111 RDEPEND="${DEPEND}
112 infowidget? ( >=dev-libs/geoip-1.4.4 )"
113
114 S="${WORKDIR}"/${MY_P}
115
116 src_prepare() {
117 # plasma is automagic so make it normal dep.
118 use plasma && VALUE="true" || VALUE="false"
119 sed -i \
120 -e "s:macro_log_feature(PLASMA_FOUND:SET ( PLASMA_FOUND ${VALUE}) #:g" \
121 CMakeLists.txt || die "sed failed"
122 }
123 src_configure() {
124 local mycmakeargs
125
126 mycmakeargs="${mycmakeargs}
127 -DCMAKE_INSTALL_PREFIX=${PREFIX}
128 -DENABLE_DHT_SUPPORT=ON
129 $(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN)
130 $(cmake-utils_use_enable downloadorder DOWNLOADORDER_PLUGIN)
131 $(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN)
132 $(cmake-utils_use_with infowidget SYSTEM_GEOIP)
133 $(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN)
134 $(cmake-utils_use_enable kross SCRIPTING_PLUGIN)
135 $(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN)
136 $(cmake-utils_use_enable mediaplayer MEDIAPLAYER_PLUGIN)
137 $(cmake-utils_use_enable rss SYNDICATION_PLUGIN)
138 $(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN)
139 $(cmake-utils_use_enable search SEARCH_PLUGIN)
140 $(cmake-utils_use_enable stats STATS_PLUGIN)
141 $(cmake-utils_use_enable upnp UPNP_PLUGIN)
142 $(cmake-utils_use_enable webinterface WEBINTERFACE_PLUGIN)"
143 kde4-base_src_configure
144 }
145
146
147
148 1.1 net-p2p/ktorrent/ktorrent-3.1.5-r1.ebuild
149
150 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-3.1.5-r1.ebuild?rev=1.1&view=markup
151 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-3.1.5-r1.ebuild?rev=1.1&content-type=text/plain
152
153 Index: ktorrent-3.1.5-r1.ebuild
154 ===================================================================
155 # Copyright 1999-2008 Gentoo Foundation
156 # Distributed under the terms of the GNU General Public License v2
157 # $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.1.5-r1.ebuild,v 1.1 2008/12/03 22:43:38 scarabeus Exp $
158
159 EAPI="2"
160
161 NEED_KDE=":4.1"
162 KDE_LINGUAS="ca cs da de el es et fr gl it ja lv nb nds nl nn pl pt pt_BR ru sv uk zh_CN zh_TW"
163 inherit kde4-base
164
165 DESCRIPTION="A BitTorrent program for KDE."
166 HOMEPAGE="http://ktorrent.org/"
167 SRC_URI="http://ktorrent.org/downloads/${PV}/${P}.tar.bz2"
168
169 LICENSE="GPL-2"
170 KEYWORDS="~amd64 ~x86"
171 SLOT="3"
172 IUSE="+bwscheduler +infowidget +ipfilter +logviewer +mediaplayer +scanfolder +search +stats +upnp webinterface"
173
174 DEPEND="app-crypt/qca:2
175 dev-libs/gmp
176 sys-devel/gettext
177 !kdeprefix? ( !net-p2p/ktorrent:0 )
178 !net-p2p/ktorrent:4.1"
179 # 4.1 blocker is due to slot change. We wont slot based on kde version but based
180 # on application version. This was stupid mistake.
181 RDEPEND="${DEPEND}
182 infowidget? ( >=dev-libs/geoip-1.4.4 )"
183
184 src_configure() {
185 local mycmakeargs
186
187 mycmakeargs="${mycmakeargs}
188 -DCMAKE_INSTALL_PREFIX=${PREFIX}
189 -DENABLE_DHT_SUPPORT=ON
190 $(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN)
191 $(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN)
192 $(cmake-utils_use_with infowidget SYSTEM_GEOIP)
193 $(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN)
194 $(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN)
195 $(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN)
196 $(cmake-utils_use_enable search SEARCH_PLUGIN)
197 $(cmake-utils_use_enable stats STATS_PLUGIN)
198 $(cmake-utils_use_enable upnp UPNP_PLUGIN)
199 $(cmake-utils_use_enable webinterface WEBINTERFACE_PLUGIN)
200 $(cmake-utils_use_enable mediaplayer MEDIAPLAYER_PLUGIN)"
201 kde4-base_src_configure
202 }