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-misc/leechcraft-core: leechcraft-core-0.4.99.ebuild ChangeLog
Date: Thu, 02 Feb 2012 17:40:23
Message-Id: 20120202174013.F37E72004B@flycatcher.gentoo.org
1 maksbotan 12/02/02 17:40:13
2
3 Modified: ChangeLog
4 Added: leechcraft-core-0.4.99.ebuild
5 Log:
6 Big leechcraft bump to 0.4.99, thanks to 0xd34df00d
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 net-misc/leechcraft-core/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 31 Dec 2011 12:10:51 -0000 1.5
24 +++ ChangeLog 2 Feb 2012 17:40:13 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/leechcraft-core
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.5 2011/12/31 12:10:51 maksbotan Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.6 2012/02/02 17:40:13 maksbotan Exp $
31 +
32 +*leechcraft-core-0.4.99 (02 Feb 2012)
33 +
34 + 02 Feb 2012; Maxim Koltsov <maksbotan@g.o>
35 + +leechcraft-core-0.4.99.ebuild:
36 + Bump net-misc/leechcraft-core to 0.4.99, thanks to 0xd34df00d
37
38 *leechcraft-core-0.4.97 (31 Dec 2011)
39
40
41
42
43 1.1 net-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild?rev=1.1&content-type=text/plain
47
48 Index: leechcraft-core-0.4.99.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild,v 1.1 2012/02/02 17:40:13 maksbotan Exp $
53
54 EAPI="4"
55
56 EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git"
57 EGIT_PROJECT="leechcraft-${PV}"
58
59 inherit confutils leechcraft
60
61 DESCRIPTION="Core of LeechCraft, the modular network client"
62
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="debug +sqlite postgres"
66
67 DEPEND=">=dev-libs/boost-1.39
68 x11-libs/qt-core
69 x11-libs/qt-gui
70 x11-libs/qt-script
71 x11-libs/qt-sql[postgres?,sqlite?]"
72 RDEPEND="${DEPEND}
73 x11-libs/qt-svg"
74
75 pkg_setup() {
76 confutils_require_any postgres sqlite
77 }
78
79 src_configure() {
80 local mycmakeargs="-DENABLE_HTTP=OFF
81 -DENABLE_POSHUKU=OFF
82 -DENABLE_TORRENT=OFF
83 -DENABLE_AGGREGATOR=OFF
84 -DENABLE_NUFELLA=OFF
85 -DENABLE_DBUSMANAGER=OFF
86 -DENABLE_DEADLYRICS=OFF
87 -DENABLE_HISTORYHOLDER=OFF
88 -DENABLE_LMP=OFF
89 -DENABLE_NETWORKMONITOR=OFF
90 -DENABLE_SEEKTHRU=OFF
91 -DENABLE_CHATTER=OFF
92 -DENABLE_FTP=OFF
93 -DENABLE_EISKALTDCPP=OFF
94 -DENABLE_YASD=OFF
95 -DENABLE_ANHERO=OFF
96 -DENABLE_KINOTIFY=OFF
97 -DENABLE_VGRABBER=OFF
98 -DENABLE_NEWLIFE=OFF
99 -DENABLE_PYLC=OFF
100 -DENABLE_POC=OFF
101 -DENABLE_AUSCRIE=OFF
102 -DENABLE_SUMMARY=OFF
103 -DENABLE_TABPP=OFF
104 -DENABLE_SECMAN=OFF
105 -DENABLE_QROSP=OFF
106 -DENABLE_POPISHU=OFF
107 -DENABLE_GLANCE=OFF
108 -DENABLE_SHELLOPEN=OFF"
109 cmake-utils_src_configure
110 }
111
112 src_install() {
113 cmake-utils_src_install
114 make_desktop_entry leechcraft "LeechCraft" leechcraft.png
115 }