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