summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2020-01-07 20:04:57 +0100
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-01-18 12:10:49 +0000
commit154a5b4a89084de1d9dfa2be4985dd3714d0b6e0 (patch)
treee2d1a345868e97917d9980710fc854b9cb71c9ee
parent8a6c3d4e642b1a50766124723eae98ac00f164ce (diff)
downloadtde-packaging-gentoo-154a5b4a89084de1d9dfa2be4985dd3714d0b6e0.tar.gz
tde-packaging-gentoo-154a5b4a89084de1d9dfa2be4985dd3714d0b6e0.zip
Live ebuilds: Port dbus-1-tqt and dbus-tqt to EAPI7.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r--dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild11
-rw-r--r--dev-libs/dbus-tqt/dbus-tqt-9999.ebuild11
2 files changed, 10 insertions, 12 deletions
diff --git a/dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild b/dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild
index cb3944aa..0e4722ec 100644
--- a/dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild
+++ b/dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild
@@ -1,21 +1,20 @@
# Copyright 1999-2017 Gentoo Foundation
+# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI="7"
TRINITY_MODULE_TYPE="dependencies"
TRINITY_MODULE_NAME="dbus-1-tqt"
-inherit trinity-base
+inherit trinity-base-2
DESCRIPTION="D-BUS TQt bindings"
HOMEPAGE="http://trinitydesktop.org/"
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS=
+LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-IUSE=""
DEPEND="sys-apps/dbus
- dev-tqt/tqtinterface"
+ =dev-tqt/tqtinterface-${PV}"
RDEPEND="$DEPEND"
src_configure() {
diff --git a/dev-libs/dbus-tqt/dbus-tqt-9999.ebuild b/dev-libs/dbus-tqt/dbus-tqt-9999.ebuild
index 63a22f4c..2050b14e 100644
--- a/dev-libs/dbus-tqt/dbus-tqt-9999.ebuild
+++ b/dev-libs/dbus-tqt/dbus-tqt-9999.ebuild
@@ -1,21 +1,20 @@
# Copyright 1999-2017 Gentoo Foundation
+# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI="7"
TRINITY_MODULE_TYPE="dependencies"
TRINITY_MODULE_NAME="dbus-tqt"
-inherit trinity-base
+inherit trinity-base-2
DESCRIPTION="D-BUS TQt bindings"
HOMEPAGE="http://trinitydesktop.org/"
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS=
+LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-IUSE=""
DEPEND="sys-apps/dbus
- dev-tqt/tqtinterface"
+ =dev-tqt/tqtinterface-${PV}"
RDEPEND="$DEPEND"
src_configure() {