* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-core/
@ 2017-02-22 10:02 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-02-22 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 7277db424b5f1d7aaca61925fcccc75c24f53bc6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 08:23:24 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 10:01:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7277db42
app-leechcraft/lc-core: Remove unused confutils inherit
app-leechcraft/lc-core/lc-core-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild
index a0eb2c1e6a..a89da19a87 100644
--- a/app-leechcraft/lc-core/lc-core-9999.ebuild
+++ b/app-leechcraft/lc-core/lc-core-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,7 +7,7 @@ EAPI="5"
EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git"
EGIT_PROJECT="leechcraft-${PV}"
-inherit eutils confutils leechcraft
+inherit eutils leechcraft
DESCRIPTION="Core of LeechCraft, the modular network client"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-core/
@ 2017-05-18 13:15 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-05-18 13:15 UTC (permalink / raw
To: gentoo-commits
commit: 4ee184459f1cb3a06dc21e0ff09b079f6d3d0a12
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 13:10:00 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 18 13:15:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee18445
app-leechcraft/lc-core: Remove unused confutils & eutils inherits
app-leechcraft/lc-core/lc-core-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild
index d736f0512ae..479958973e6 100644
--- a/app-leechcraft/lc-core/lc-core-9999.ebuild
+++ b/app-leechcraft/lc-core/lc-core-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=6
EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git"
-inherit eutils confutils leechcraft
+inherit leechcraft
DESCRIPTION="Core of LeechCraft, the modular network client"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-core/
@ 2018-04-23 6:57 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-04-23 6:57 UTC (permalink / raw
To: gentoo-commits
commit: 4abe92df8735063754d3e3e957c8c2f2520d48c0
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 06:55:13 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 06:56:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abe92df
app-leechcraft/lc-core: replace dohtml with dodoc (bug #653836)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-leechcraft/lc-core/lc-core-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild
index ed2c60da476..e2da5f1db2a 100644
--- a/app-leechcraft/lc-core/lc-core-9999.ebuild
+++ b/app-leechcraft/lc-core/lc-core-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -53,5 +53,5 @@ src_configure() {
src_install() {
cmake-utils_src_install
- use doc && dohtml -r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/*
+ use doc && dodoc -r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/*
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-core/
@ 2018-08-03 9:30 Sergey Popov
0 siblings, 0 replies; 7+ messages in thread
From: Sergey Popov @ 2018-08-03 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 55478342aa58f1e16c05b4eb2bc31759d5b8100c
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 3 09:27:52 2018 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Aug 3 09:27:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55478342
app-leechcraft/lc-core: drop USE-flag from x11-libs/qwt dependency
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-leechcraft/lc-core/lc-core-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild
index e2da5f1db2a..8383dd36fa6 100644
--- a/app-leechcraft/lc-core/lc-core-9999.ebuild
+++ b/app-leechcraft/lc-core/lc-core-9999.ebuild
@@ -27,7 +27,7 @@ COMMON_DEPEND=">=dev-libs/boost-1.62
dev-qt/qtx11extras:5
dev-qt/qtconcurrent:5
dev-qt/linguist-tools:5
- qwt? ( x11-libs/qwt:6[qt5] )"
+ qwt? ( x11-libs/qwt:6 )"
DEPEND="${COMMON_DEPEND}
doc? ( app-doc/doxygen )"
RDEPEND="${COMMON_DEPEND}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-core/
@ 2020-04-03 16:55 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2020-04-03 16:55 UTC (permalink / raw
To: gentoo-commits
commit: 4c909836b954d2f9a30d0974c64dd51b18ca50ed
Author: 0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Wed Mar 11 01:20:44 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 3 16:51:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c909836
app-leechcraft/lc-core: update to EAPI=7, reorganize deps
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Georg Rudoy <0xd34df00d <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-leechcraft/lc-core/lc-core-9999.ebuild | 39 +++++++++++++++++-------------
1 file changed, 22 insertions(+), 17 deletions(-)
diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild
index 8383dd36fa6..1bd79f8b5ca 100644
--- a/app-leechcraft/lc-core/lc-core-9999.ebuild
+++ b/app-leechcraft/lc-core/lc-core-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
EGIT_REPO_URI="https://github.com/0xd34df00d/leechcraft.git"
@@ -11,47 +11,52 @@ DESCRIPTION="Core of LeechCraft, the modular network client"
SLOT="0"
KEYWORDS=""
-IUSE="debug doc +sqlite postgres +qwt"
+IUSE="debug doc postgres +qwt +sqlite"
-COMMON_DEPEND=">=dev-libs/boost-1.62
+DEPEND="
+ >=dev-libs/boost-1.62
+ dev-qt/qtconcurrent:5
dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtxml:5
+ dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5[ssl]
dev-qt/qtscript:5
dev-qt/qtsql:5[postgres?,sqlite?]
- dev-qt/qtdbus:5
dev-qt/qtwebkit:5
- dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
- dev-qt/qtconcurrent:5
- dev-qt/linguist-tools:5
- qwt? ( x11-libs/qwt:6 )"
-DEPEND="${COMMON_DEPEND}
- doc? ( app-doc/doxygen )"
-RDEPEND="${COMMON_DEPEND}
+ dev-qt/qtxml:5
+ qwt? ( x11-libs/qwt:6 )
+"
+RDEPEND="${DEPEND}
dev-qt/qtsvg:5
|| (
kde-frameworks/oxygen-icons
x11-themes/kfaenza
- )"
+ )
+"
+BDEPEND="
+ dev-qt/linguist-tools:5
+ doc? ( app-doc/doxygen )
+"
REQUIRED_USE="|| ( postgres sqlite )"
src_configure() {
local mycmakeargs=(
-DWITH_PLUGINS=False
+ -DSKIP_MAN_COMPRESS=True
-DWITH_DOCS=$(usex doc)
-DWITH_QWT=$(usex qwt)
)
if [[ ${PV} != 9999 ]]; then
mycmakeargs+=( -DLEECHCRAFT_VERSION=${PV} )
fi
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
use doc && dodoc -r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/*
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-core/
@ 2020-04-09 12:38 Joonas Niilola
0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2020-04-09 12:38 UTC (permalink / raw
To: gentoo-commits
commit: af9990d30755b115716f1d519146c5816d4a8f69
Author: 0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Sat Apr 4 20:10:41 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 9 12:37:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9990d3
app-leechcraft/lc-core: update boost dep
* The version bound is obsolete (any version in tree will do).
* There are some libraries lc-core links to, so use a subslot operator.
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-leechcraft/lc-core/lc-core-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild
index 1bd79f8b5ca..21417469730 100644
--- a/app-leechcraft/lc-core/lc-core-9999.ebuild
+++ b/app-leechcraft/lc-core/lc-core-9999.ebuild
@@ -14,7 +14,7 @@ KEYWORDS=""
IUSE="debug doc postgres +qwt +sqlite"
DEPEND="
- >=dev-libs/boost-1.62
+ dev-libs/boost:=
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-core/
@ 2020-04-09 12:38 Joonas Niilola
0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2020-04-09 12:38 UTC (permalink / raw
To: gentoo-commits
commit: 09f7da87c083371c564470940476fcb88b5bcd9a
Author: 0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Sat Apr 4 20:58:55 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 9 12:37:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f7da87
app-leechcraft/lc-core: remove sqlite USE flag, fix qtsql dep
sqlite is needed unconditionally now.
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-leechcraft/lc-core/lc-core-9999.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild
index 21417469730..1de10d56658 100644
--- a/app-leechcraft/lc-core/lc-core-9999.ebuild
+++ b/app-leechcraft/lc-core/lc-core-9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Core of LeechCraft, the modular network client"
SLOT="0"
KEYWORDS=""
-IUSE="debug doc postgres +qwt +sqlite"
+IUSE="debug doc postgres +qwt"
DEPEND="
dev-libs/boost:=
@@ -22,7 +22,7 @@ DEPEND="
dev-qt/qtgui:5
dev-qt/qtnetwork:5[ssl]
dev-qt/qtscript:5
- dev-qt/qtsql:5[postgres?,sqlite?]
+ dev-qt/qtsql:5
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
@@ -30,6 +30,7 @@ DEPEND="
qwt? ( x11-libs/qwt:6 )
"
RDEPEND="${DEPEND}
+ dev-qt/qtsql:5[postgres?,sqlite]
dev-qt/qtsvg:5
|| (
kde-frameworks/oxygen-icons
@@ -41,8 +42,6 @@ BDEPEND="
doc? ( app-doc/doxygen )
"
-REQUIRED_USE="|| ( postgres sqlite )"
-
src_configure() {
local mycmakeargs=(
-DWITH_PLUGINS=False
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-04-09 12:38 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-03 9:30 [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-core/ Sergey Popov
-- strict thread matches above, loose matches on Subject: below --
2020-04-09 12:38 Joonas Niilola
2020-04-09 12:38 Joonas Niilola
2020-04-03 16:55 Andreas Sturmlechner
2018-04-23 6:57 Mikle Kolyada
2017-05-18 13:15 Michał Górny
2017-02-22 10:02 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox