Live ebuilds: Port dbus-1-tqt and dbus-tqt to EAPI7.

Signed-off-by: Chris <xchrisx@uber.space>
pull/22/head
Chris 4 years ago committed by TDE Gitea
parent 8a6c3d4e64
commit 154a5b4a89

@ -1,21 +1,20 @@
# Copyright 1999-2017 Gentoo Foundation # Copyright 1999-2017 Gentoo Foundation
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Id$ # $Id$
EAPI="5" EAPI="7"
TRINITY_MODULE_TYPE="dependencies" TRINITY_MODULE_TYPE="dependencies"
TRINITY_MODULE_NAME="dbus-1-tqt" TRINITY_MODULE_NAME="dbus-1-tqt"
inherit trinity-base inherit trinity-base-2
DESCRIPTION="D-BUS TQt bindings" DESCRIPTION="D-BUS TQt bindings"
HOMEPAGE="http://trinitydesktop.org/" HOMEPAGE="http://trinitydesktop.org/"
LICENSE="GPL-2 LGPL-2" LICENSE="|| ( GPL-2 GPL-3 )"
KEYWORDS=
SLOT="0" SLOT="0"
IUSE=""
DEPEND="sys-apps/dbus DEPEND="sys-apps/dbus
dev-tqt/tqtinterface" =dev-tqt/tqtinterface-${PV}"
RDEPEND="$DEPEND" RDEPEND="$DEPEND"
src_configure() { src_configure() {

@ -1,21 +1,20 @@
# Copyright 1999-2017 Gentoo Foundation # Copyright 1999-2017 Gentoo Foundation
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Id$ # $Id$
EAPI="5" EAPI="7"
TRINITY_MODULE_TYPE="dependencies" TRINITY_MODULE_TYPE="dependencies"
TRINITY_MODULE_NAME="dbus-tqt" TRINITY_MODULE_NAME="dbus-tqt"
inherit trinity-base inherit trinity-base-2
DESCRIPTION="D-BUS TQt bindings" DESCRIPTION="D-BUS TQt bindings"
HOMEPAGE="http://trinitydesktop.org/" HOMEPAGE="http://trinitydesktop.org/"
LICENSE="GPL-2 LGPL-2" LICENSE="|| ( GPL-2 GPL-3 )"
KEYWORDS=
SLOT="0" SLOT="0"
IUSE=""
DEPEND="sys-apps/dbus DEPEND="sys-apps/dbus
dev-tqt/tqtinterface" =dev-tqt/tqtinterface-${PV}"
RDEPEND="$DEPEND" RDEPEND="$DEPEND"
src_configure() { src_configure() {

Loading…
Cancel
Save