diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-12-03 17:23:47 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-12-03 17:23:47 +0000 |
commit | 15c42532d5f389ae178ce8fe0ed97e4dc42669e7 (patch) | |
tree | 1cc081e84dfb1b014234a388e0d891d2d69bba76 /app-leechcraft/lc-core | |
parent | Add ~x86-fbsd. (diff) | |
download | gentoo-2-15c42532d5f389ae178ce8fe0ed97e4dc42669e7.tar.gz gentoo-2-15c42532d5f389ae178ce8fe0ed97e4dc42669e7.tar.bz2 gentoo-2-15c42532d5f389ae178ce8fe0ed97e4dc42669e7.zip |
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)
Diffstat (limited to 'app-leechcraft/lc-core')
-rw-r--r-- | app-leechcraft/lc-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-leechcraft/lc-core/lc-core-9999.ebuild | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-core/metadata.xml | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/app-leechcraft/lc-core/ChangeLog b/app-leechcraft/lc-core/ChangeLog index d7f852845283..103a91f0db0a 100644 --- a/app-leechcraft/lc-core/ChangeLog +++ b/app-leechcraft/lc-core/ChangeLog @@ -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) diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild index db5719c914ac..61f2ed0b19b7 100644 --- a/app-leechcraft/lc-core/lc-core-9999.ebuild +++ b/app-leechcraft/lc-core/lc-core-9999.ebuild @@ -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 @@ DESCRIPTION="Core of LeechCraft, the modular network client" 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 @@ COMMON_DEPEND=">=dev-libs/boost-1.46 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 @@ src_configure() { 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} ) diff --git a/app-leechcraft/lc-core/metadata.xml b/app-leechcraft/lc-core/metadata.xml index 4fba8fcb2f64..d5867f1989c8 100644 --- a/app-leechcraft/lc-core/metadata.xml +++ b/app-leechcraft/lc-core/metadata.xml @@ -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> |