Gentoo Archives: gentoo-commits

From: "Ioannis Aslanidis (deathwing00)" <deathwing00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/ktorrent: ChangeLog ktorrent-3.0.2-r1.ebuild
Date: Sat, 31 May 2008 13:26:41
Message-Id: E1K2R6R-000743-Qh@stork.gentoo.org
1 deathwing00 08/05/31 13:26:35
2
3 Modified: ChangeLog
4 Added: ktorrent-3.0.2-r1.ebuild
5 Log:
6 Fixes bug #214036.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.83 net-p2p/ktorrent/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.83&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?rev=1.83&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ChangeLog?r1=1.82&r2=1.83
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v
19 retrieving revision 1.82
20 retrieving revision 1.83
21 diff -u -r1.82 -r1.83
22 --- ChangeLog 31 May 2008 12:55:51 -0000 1.82
23 +++ ChangeLog 31 May 2008 13:26:35 -0000 1.83
24 @@ -1,6 +1,13 @@
25 # ChangeLog for net-p2p/ktorrent
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.82 2008/05/31 12:55:51 deathwing00 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.83 2008/05/31 13:26:35 deathwing00 Exp $
29 +
30 +*ktorrent-3.0.2-r1 (31 May 2008)
31 +
32 + 31 May 2008; Ioannis Aslanidis <deathwing00@g.o>
33 + +ktorrent-3.0.2-r1.ebuild:
34 + Fixes bug #214036: Forced the dependency of dev-libs/geoip so that ktorrent
35 + is no longer linked against the internal copy of GeoIP.
36
37 *ktorrent-3.0.2 (31 May 2008)
38 *ktorrent-2.2.7 (31 May 2008)
39
40
41
42 1.1 net-p2p/ktorrent/ktorrent-3.0.2-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-3.0.2-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/ktorrent/ktorrent-3.0.2-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ktorrent-3.0.2-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 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.0.2-r1.ebuild,v 1.1 2008/05/31 13:26:35 deathwing00 Exp $
52
53 EAPI="1"
54 NEED_KDE=":kde-4"
55 inherit versionator kde4-base
56
57 # Install to KDEDIR rather than /usr, to slot properly.
58 PREFIX="${KDEDIR}"
59
60 DESCRIPTION="A BitTorrent program for KDE."
61 HOMEPAGE="http://ktorrent.org/"
62 SRC_URI="http://${PN}.org/downloads/${PV}/${P}.tar.bz2"
63
64 LICENSE="GPL-2"
65 KEYWORDS="~amd64 ~x86"
66 SLOT="kde-4"
67 IUSE="+bwscheduler +infowidget +ipfilter +logviewer +scanfolder +search +stats +upnp +webinterface +zeroconf"
68
69 DEPEND="dev-libs/gmp
70 >=dev-libs/geoip-1.4.0-r1
71 app-crypt/qca:2"
72 RDEPEND="${DEPEND}
73 infowidget? ( >=dev-libs/geoip-1.4.4 )
74 ipfilter? (
75 || ( >=kde-base/kdebase-kioslaves-4.0.0:${SLOT}
76 >=kde-base/kdebase-4.0.0:${SLOT} ) )
77 zeroconf? (
78 || ( >=kde-base/kdnssd-4.0.0:${SLOT}
79 >=kde-base/kdenetwork-4.0.0:${SLOT} ) )"
80
81 LANGS="ar be bg ca da de el en_GB eo es et eu fi fr ga gl hu it ja km lt nb nds nl nn
82 oc pl pt pt_BR ru se sk sr sv tr uk zh_CN zh_TW"
83
84 for X in ${LANGS}; do
85 IUSE="${IUSE} linguas_${X}"
86 done
87
88 src_compile() {
89 comment_all_add_subdirectory po/ || die "sed to remove all linguas failed."
90
91 local X
92 for X in ${LANGS}; do
93 if use linguas_${X}; then
94 sed -i -e "/add_subdirectory(\s*${X}\s*)\s*$/ s/^#DONOTCOMPILE //" \
95 po/CMakeLists.txt || die "sed to uncomment ${lang} failed."
96 fi
97 done
98
99 mycmakeargs="${mycmakeargs}
100 -DCMAKE_INSTALL_PREFIX=${PREFIX}
101 -DENABLE_DHT_SUPPORT=ON
102 $(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN)
103 $(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN)
104 $(cmake-utils_use_with infowidget SYSTEM_GEOIP)
105 $(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN)
106 $(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN)
107 $(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN)
108 $(cmake-utils_use_enable search SEARCH_PLUGIN)
109 $(cmake-utils_use_enable stats STATS_PLUGIN)
110 $(cmake-utils_use_enable upnp UPNP_PLUGIN)
111 $(cmake-utils_use_enable webinterface WEBINTERFACE_PLUGIN)
112 $(cmake-utils_use_enable zeroconf ZEROCONF_PLUGIN)"
113 kde4-base_src_compile
114 }
115
116
117
118 --
119 gentoo-commits@l.g.o mailing list