public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-core: metadata.xml ChangeLog lc-core-9999.ebuild
@ 2013-12-03 17:23 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2013-12-03 17:23 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/12/03 17:23:48

  Modified:             metadata.xml ChangeLog lc-core-9999.ebuild
  Log:
  Add optional dependency on x11-libs/qwt, thanks to 0xd34df00d
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.2                  app-leechcraft/lc-core/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	8 Mar 2013 21:56:19 -0000	1.1
+++ metadata.xml	3 Dec 2013 17:23:47 -0000	1.2
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>leechcraft</herd>
-<longdescription>Core of LeechCraft, the opensource modular network client providing a full-featured web browser, BitTorrent client and much more.</longdescription> 
+	<herd>leechcraft</herd>
+	<longdescription>Core of LeechCraft, the opensource modular network client providing a full-featured web browser, BitTorrent client and much more.</longdescription> 
+	<use>
+		<flag name="qwt">Support for QML plotting item through <pkg>x11-libs/qwt</pkg></flag>
+	</use>
 </pkgmetadata>



1.13                 app-leechcraft/lc-core/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	24 Sep 2013 15:42:26 -0000	1.12
+++ ChangeLog	3 Dec 2013 17:23:47 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for app-leechcraft/lc-core
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v 1.12 2013/09/24 15:42:26 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v 1.13 2013/12/03 17:23:47 pinkbyte Exp $
+
+  03 Dec 2013; Sergey Popov <pinkbyte@gentoo.org> lc-core-9999.ebuild,
+  metadata.xml:
+  Add optional dependency on x11-libs/qwt, thanks to 0xd34df00d
 
 *lc-core-0.6.0 (24 Sep 2013)
 



1.5                  app-leechcraft/lc-core/lc-core-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild?r1=1.4&r2=1.5

Index: lc-core-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lc-core-9999.ebuild	8 Aug 2013 17:48:00 -0000	1.4
+++ lc-core-9999.ebuild	3 Dec 2013 17:23:47 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild,v 1.4 2013/08/08 17:48:00 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild,v 1.5 2013/12/03 17:23:47 pinkbyte Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 
 SLOT="0"
 KEYWORDS=""
-IUSE="debug doc +sqlite postgres"
+IUSE="debug doc +sqlite postgres +qwt"
 
 COMMON_DEPEND=">=dev-libs/boost-1.46
 	dev-qt/qtcore:4
@@ -21,7 +21,8 @@
 	dev-qt/qtgui:4
 	dev-qt/qtscript:4
 	dev-qt/qtsql:4[postgres?,sqlite?]
-	dev-qt/qtwebkit:4"
+	dev-qt/qtwebkit:4
+	qwt? ( x11-libs/qwt:6 )"
 DEPEND="${COMMON_DEPEND}
 	doc? ( app-doc/doxygen )"
 RDEPEND="${COMMON_DEPEND}
@@ -37,6 +38,7 @@
 	local mycmakeargs=(
 		-DWITH_PLUGINS=False
 		$(cmake-utils_use_with doc DOCS)
+		$(cmake-utils_use_with qwt QWT)
 	)
 	if [[ ${PV} != 9999 ]]; then
 		mycmakeargs+=( -DLEECHCRAFT_VERSION=${PV} )





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-03 17:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03 17:23 [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-core: metadata.xml ChangeLog lc-core-9999.ebuild Sergey Popov (pinkbyte)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox