public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-poshuku/
@ 2015-10-19 10:19 Mikle Kolyada
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2015-10-19 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     df067eeff8fb7e0a62bfcaf9d9e52a5503317d5d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 10:07:12 2015 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 10:16:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df067eef

app-leechcraft/lc-poshuku: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-poshuku/lc-poshuku-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-poshuku/lc-poshuku-0.6.70.ebuild b/app-leechcraft/lc-poshuku/lc-poshuku-0.6.70.ebuild
index e1b6321..8553a46 100644
--- a/app-leechcraft/lc-poshuku/lc-poshuku-0.6.70.ebuild
+++ b/app-leechcraft/lc-poshuku/lc-poshuku-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit confutils leechcraft
 DESCRIPTION="Poshuku, the full-featured web browser plugin for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+autosearch debug +dcac +cleanweb +fatape +filescheme +fua +idn +keywords +onlinebookmarks
 		+pcre postgres qrd +sqlite wyfv"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-poshuku/
@ 2017-03-07  9:17 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-03-07  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8c437db8f7cbc5ff5c4434663dc89420736c1bee
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Tue Mar  7 03:29:46 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 09:17:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c437db8

app-leechcraft/lc-poshuku: fix passing webkit and webengine flags to cmake

Closes: https://github.com/gentoo/gentoo/pull/4146

 app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
index d35eda2be3e..2af38f4abda 100644
--- a/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
+++ b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
@@ -43,8 +43,8 @@ src_configure() {
 		-DENABLE_POSHUKU_ONLINEBOOKMARKS=$(usex onlinebookmarks)
 		-DENABLE_POSHUKU_QRD=$(usex qrd)
 		-DENABLE_POSHUKU_SPEEDDIAL=$(usex speeddial)
-		-DENABLE_POSHUKU_WEBKITVIEW=$(usex webkitview)
-		-DENABLE_POSHUKU_WEBENGINEVIEW=$(usex webengineview)
+		-DENABLE_POSHUKU_WEBKITVIEW=$(usex webkit)
+		-DENABLE_POSHUKU_WEBENGINEVIEW=$(usex webengine)
 	)
 
 	cmake-utils_src_configure


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-poshuku/
@ 2020-04-09 12:38 Joonas Niilola
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2020-04-09 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     76b6fb6c64612ec7c17686822ac7abee1e22a432
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Sun Apr  5 19:25:45 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr  9 12:37:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b6fb6c

app-leechcraft/lc-poshuku: fix sql flags, bump EAPI

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15229
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
index 2af38f4abda..355e0a4a4ee 100644
--- a/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
+++ b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit leechcraft
 
@@ -12,19 +12,22 @@ KEYWORDS=""
 IUSE="+autosearch debug +dcac +cleanweb +fatape +filescheme +foc +fua +idn +keywords +onlinebookmarks
 	  postgres qrd +speeddial +sqlite webengine +webkit"
 
-DEPEND="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?]
-	dev-qt/qtwidgets:5
+DEPEND="~app-leechcraft/lc-core-${PV}[postgres?]
 	dev-qt/qtnetwork:5
-	dev-qt/qtxml:5
 	dev-qt/qtprintsupport:5
+	dev-qt/qtsql:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
 	cleanweb? ( dev-qt/qtconcurrent:5 )
-	idn? ( net-dns/libidn )
-	qrd? ( media-gfx/qrencode )
+	idn? ( net-dns/libidn:= )
+	qrd? ( media-gfx/qrencode:= )
 	webkit? ( dev-qt/qtwebkit:5 )
 	webengine? ( dev-qt/qtwebengine:5 )
 "
 RDEPEND="${DEPEND}
-	virtual/leechcraft-downloader-http"
+	dev-qt/qtsql:5[postgres?,sqlite?]
+	virtual/leechcraft-downloader-http
+"
 
 REQUIRED_USE="|| ( postgres sqlite )
 	|| ( webkit webengine )"
@@ -47,5 +50,5 @@ src_configure() {
 		-DENABLE_POSHUKU_WEBENGINEVIEW=$(usex webengine)
 	)
 
-	cmake-utils_src_configure
+	cmake_src_configure
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-09 12:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-09 12:38 [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-poshuku/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2017-03-07  9:17 David Seifert
2015-10-19 10:19 Mikle Kolyada

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