From 09222bd0523d448c79f1434b042f55e440097adf Mon Sep 17 00:00:00 2001 From: 0xd34df00d <0xd34df00d@gmail.com> Date: Sat, 25 Feb 2017 19:49:28 +0100 Subject: app-leechcraft: use Qt5, modernize the eclass and ebuilds Closes: https://github.com/gentoo/gentoo/pull/4079 --- app-leechcraft/lc-blasq/lc-blasq-9999.ebuild | 32 ++++++++++++++++++---------- app-leechcraft/lc-blasq/metadata.xml | 24 ++++++++++++--------- 2 files changed, 35 insertions(+), 21 deletions(-) (limited to 'app-leechcraft/lc-blasq') diff --git a/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild b/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild index 7453543ccab0..13375b498d59 100644 --- a/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild +++ b/app-leechcraft/lc-blasq/lc-blasq-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=6 inherit leechcraft @@ -12,19 +12,29 @@ SLOT="0" KEYWORDS="" IUSE="debug +deathnote +rappor +spegnersi +vangog" -DEPEND="~app-leechcraft/lc-core-${PV} - deathnote? ( dev-qt/qtxmlpatterns:4 ) - spegnersi? ( dev-libs/kqoauth ) - vangog? ( dev-libs/qjson ) - " +DEPEND=" + ~app-leechcraft/lc-core-${PV} + dev-qt/qtwidgets:5 + dev-qt/qtnetwork:5 + dev-qt/qtdeclarative:5 + rappor? ( dev-qt/qtxml:5 ) + deathnote? ( + dev-qt/qtxml:5 + dev-qt/qtxmlpatterns:5 + ) + spegnersi? ( + dev-libs/kqoauth + dev-qt/qtxml:5 + ) + vangog? ( dev-qt/qtxml:5 )" RDEPEND="${DEPEND}" src_configure(){ local mycmakeargs=( - $(cmake-utils_use_enable deathnote BLASQ_DEATHNOTE) - $(cmake-utils_use_enable rappor BLASQ_RAPPOR) - $(cmake-utils_use_enable spegnersi BLASQ_SPEGNERSI) - $(cmake-utils_use_enable vangog BLASQ_VANGOG) + -DENABLE_BLASQ_DEATHNOTE=$(usex deathnote) + -DENABLE_BLASQ_RAPPOR=$(usex rappor) + -DENABLE_BLASQ_SPEGNERSI=$(usex spegnersi) + -DENABLE_BLASQ_VANGOG=$(usex vangog) ) cmake-utils_src_configure diff --git a/app-leechcraft/lc-blasq/metadata.xml b/app-leechcraft/lc-blasq/metadata.xml index 4050cea98266..4d414f679702 100644 --- a/app-leechcraft/lc-blasq/metadata.xml +++ b/app-leechcraft/lc-blasq/metadata.xml @@ -1,14 +1,18 @@ - - leechcraft@gentoo.org - LeechCraft - - - Support LiveJournal FotoBilder service - Support VKontakte service - Support Flickr service - Support Picasa service - + + 0xd34df00d@gmail.com + Georg Rudoy + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Support LiveJournal FotoBilder service + Support VKontakte service + Support Flickr service + Support Picasa service + -- cgit v1.2.3-65-gdbad