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.90.ebuild ChangeLog
Date: Tue, 25 Dec 2012 16:54:15
Message-Id: 20121225165330.31B282171D@flycatcher.gentoo.org
1 maksbotan 12/12/25 16:53:30
2
3 Modified: ChangeLog
4 Added: leechcraft-eiskaltdcpp-0.5.90.ebuild
5 Log:
6 Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
7
8 (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
9
10 Revision Changes Path
11 1.18 net-p2p/leechcraft-eiskaltdcpp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 19 Dec 2012 08:08:38 -0000 1.17
24 +++ ChangeLog 25 Dec 2012 16:53:30 -0000 1.18
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.17 2012/12/19 08:08:38 maksbotan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/ChangeLog,v 1.18 2012/12/25 16:53:30 maksbotan Exp $
30 +
31 +*leechcraft-eiskaltdcpp-0.5.90 (25 Dec 2012)
32 +
33 + 25 Dec 2012; Maxim Koltsov <maksbotan@g.o>
34 + +leechcraft-eiskaltdcpp-0.5.90.ebuild:
35 + Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
36
37 19 Dec 2012; Maxim Koltsov <maksbotan@g.o>
38 -leechcraft-eiskaltdcpp-0.5.70.ebuild, -leechcraft-eiskaltdcpp-0.5.75.ebuild,
39
40
41
42 1.1 net-p2p/leechcraft-eiskaltdcpp/leechcraft-eiskaltdcpp-0.5.90.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/leechcraft-eiskaltdcpp-0.5.90.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/leechcraft-eiskaltdcpp-0.5.90.ebuild?rev=1.1&content-type=text/plain
46
47 Index: leechcraft-eiskaltdcpp-0.5.90.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.90.ebuild,v 1.1 2012/12/25 16:53:30 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:4
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 }