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