Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-core: metadata.xml ChangeLog lc-core-9999.ebuild
Date: Tue, 03 Dec 2013 17:23:54
Message-Id: 20131203172348.190F12004B@flycatcher.gentoo.org
1 pinkbyte 13/12/03 17:23:48
2
3 Modified: metadata.xml ChangeLog lc-core-9999.ebuild
4 Log:
5 Add optional dependency on x11-libs/qwt, thanks to 0xd34df00d
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.2 app-leechcraft/lc-core/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 8 Mar 2013 21:56:19 -0000 1.1
23 +++ metadata.xml 3 Dec 2013 17:23:47 -0000 1.2
24 @@ -1,6 +1,9 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 -<herd>leechcraft</herd>
29 -<longdescription>Core of LeechCraft, the opensource modular network client providing a full-featured web browser, BitTorrent client and much more.</longdescription>
30 + <herd>leechcraft</herd>
31 + <longdescription>Core of LeechCraft, the opensource modular network client providing a full-featured web browser, BitTorrent client and much more.</longdescription>
32 + <use>
33 + <flag name="qwt">Support for QML plotting item through <pkg>x11-libs/qwt</pkg></flag>
34 + </use>
35 </pkgmetadata>
36
37
38
39 1.13 app-leechcraft/lc-core/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?rev=1.13&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?rev=1.13&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?r1=1.12&r2=1.13
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v
48 retrieving revision 1.12
49 retrieving revision 1.13
50 diff -u -r1.12 -r1.13
51 --- ChangeLog 24 Sep 2013 15:42:26 -0000 1.12
52 +++ ChangeLog 3 Dec 2013 17:23:47 -0000 1.13
53 @@ -1,6 +1,10 @@
54 # ChangeLog for app-leechcraft/lc-core
55 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v 1.12 2013/09/24 15:42:26 maksbotan Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v 1.13 2013/12/03 17:23:47 pinkbyte Exp $
58 +
59 + 03 Dec 2013; Sergey Popov <pinkbyte@g.o> lc-core-9999.ebuild,
60 + metadata.xml:
61 + Add optional dependency on x11-libs/qwt, thanks to 0xd34df00d
62
63 *lc-core-0.6.0 (24 Sep 2013)
64
65
66
67
68 1.5 app-leechcraft/lc-core/lc-core-9999.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild?rev=1.5&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild?rev=1.5&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild?r1=1.4&r2=1.5
73
74 Index: lc-core-9999.ebuild
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild,v
77 retrieving revision 1.4
78 retrieving revision 1.5
79 diff -u -r1.4 -r1.5
80 --- lc-core-9999.ebuild 8 Aug 2013 17:48:00 -0000 1.4
81 +++ lc-core-9999.ebuild 3 Dec 2013 17:23:47 -0000 1.5
82 @@ -1,6 +1,6 @@
83 # Copyright 1999-2013 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild,v 1.4 2013/08/08 17:48:00 pinkbyte Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild,v 1.5 2013/12/03 17:23:47 pinkbyte Exp $
87
88 EAPI="5"
89
90 @@ -13,7 +13,7 @@
91
92 SLOT="0"
93 KEYWORDS=""
94 -IUSE="debug doc +sqlite postgres"
95 +IUSE="debug doc +sqlite postgres +qwt"
96
97 COMMON_DEPEND=">=dev-libs/boost-1.46
98 dev-qt/qtcore:4
99 @@ -21,7 +21,8 @@
100 dev-qt/qtgui:4
101 dev-qt/qtscript:4
102 dev-qt/qtsql:4[postgres?,sqlite?]
103 - dev-qt/qtwebkit:4"
104 + dev-qt/qtwebkit:4
105 + qwt? ( x11-libs/qwt:6 )"
106 DEPEND="${COMMON_DEPEND}
107 doc? ( app-doc/doxygen )"
108 RDEPEND="${COMMON_DEPEND}
109 @@ -37,6 +38,7 @@
110 local mycmakeargs=(
111 -DWITH_PLUGINS=False
112 $(cmake-utils_use_with doc DOCS)
113 + $(cmake-utils_use_with qwt QWT)
114 )
115 if [[ ${PV} != 9999 ]]; then
116 mycmakeargs+=( -DLEECHCRAFT_VERSION=${PV} )