Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/leechcraft-eiskaltdcpp: leechcraft-eiskaltdcpp-0.5.70.ebuild ChangeLog
Date: Thu, 31 May 2012 21:05:50
Message-Id: 20120531210541.4AAF02004B@flycatcher.gentoo.org
1 maksbotan 12/05/31 21:05:41
2
3 Modified: ChangeLog
4 Added: leechcraft-eiskaltdcpp-0.5.70.ebuild
5 Log:
6 Bump LeechCraft to 0.5.70 "Hessian Blade"
7
8 (Portage version: 2.1.10.63/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 net-p2p/leechcraft-eiskaltdcpp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 4 May 2012 06:33:34 -0000 1.10
24 +++ ChangeLog 31 May 2012 21:05:41 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/leechcraft-eiskaltdcpp
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/ChangeLog,v 1.10 2012/05/04 06:33:34 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/ChangeLog,v 1.11 2012/05/31 21:05:41 maksbotan Exp $
30 +
31 +*leechcraft-eiskaltdcpp-0.5.70 (31 May 2012)
32 +
33 + 31 May 2012; Maxim Koltsov <maksbotan@g.o>
34 + +leechcraft-eiskaltdcpp-0.5.70.ebuild:
35 + Bump LeechCraft to 0.5.70 "Hessian Blade"
36
37 04 May 2012; Jeff Horelick <jdhore@g.o>
38 leechcraft-eiskaltdcpp-0.4.99.ebuild, leechcraft-eiskaltdcpp-0.5.0.ebuild,
39
40
41
42 1.1 net-p2p/leechcraft-eiskaltdcpp/leechcraft-eiskaltdcpp-0.5.70.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/leechcraft-eiskaltdcpp-0.5.70.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/leechcraft-eiskaltdcpp-0.5.70.ebuild?rev=1.1&content-type=text/plain
46
47 Index: leechcraft-eiskaltdcpp-0.5.70.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/leechcraft-eiskaltdcpp-0.5.70.ebuild,v 1.1 2012/05/31 21:05:41 maksbotan Exp $
52
53 EAPI="4"
54
55 inherit leechcraft
56
57 DESCRIPTION="EiskaltDC++ ported to LeechCraft."
58
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="debug +emoticons examples javascript lua pcre spell sqlite upnp"
62
63 RDEPEND="~net-misc/leechcraft-core-${PV}
64 app-arch/bzip2
65 sys-libs/zlib
66 >=dev-libs/openssl-0.9.8
67 virtual/libiconv
68 sys-devel/gettext
69 lua? ( >=dev-lang/lua-5.1 )
70 upnp? ( net-libs/miniupnpc )
71 javascript? (
72 x11-libs/qt-script
73 x11-libs/qtscriptgenerator
74 )
75 spell? ( app-text/aspell )
76 sqlite? ( x11-libs/qt-sql:4[sqlite] )
77 pcre? ( >=dev-libs/libpcre-4.2 )
78 virtual/leechcraft-task-show
79 !!net-p2p/eiskaltdcpp"
80 DEPEND="~net-misc/leechcraft-core-${PV}
81 virtual/pkgconfig"
82
83 src_configure() {
84 local mycmakeargs=(
85 "$(cmake-utils_use lua LUA_SCRIPT)"
86 "$(cmake-utils_use lua WITH_LUASCRIPTS)"
87 "$(cmake-utils_use javascript USE_JS)"
88 "$(cmake-utils_use spell USE_ASPELL)"
89 "$(cmake-utils_use sqlite USE_QT_SQLITE)"
90 "$(cmake-utils_use upnp USE_MINIUPNP)"
91 -DLOCAL_MINIUPNP="0"
92 "$(cmake-utils_use emoticons WITH_EMOTICONS)"
93 "$(cmake-utils_use examples WITH_EXAMPLES)"
94 "$(cmake-utils_use pcre PERL_REGEX)"
95 )
96
97 cmake-utils_src_configure
98 }