diff options
author | E. Liddell <ejlddll@warpmail.net> | 2020-01-02 14:31:56 -0500 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-01-06 23:43:39 +0000 |
commit | 3ffa67c73f0d6aee8c9cd5bd78b6ec3961bbb399 (patch) | |
tree | 0159672715973a301a99b5e769915f18bb22599b /dev-libs/dbus-1-tqt | |
parent | a660a380304baec5382823b143e0710be22bbb06 (diff) | |
download | tde-packaging-gentoo-3ffa67c73f0d6aee8c9cd5bd78b6ec3961bbb399.tar.gz tde-packaging-gentoo-3ffa67c73f0d6aee8c9cd5bd78b6ec3961bbb399.zip |
Update of trinity-* eclasses, tqt, tqtinterface, dbus-1-tqt, tdelibs to EAPI7 and git-v3; wholesale slaughter of obsolete eclass code; ebuilds for 14.0.6; aRts flag nonfunctional
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
Diffstat (limited to 'dev-libs/dbus-1-tqt')
-rw-r--r-- | dev-libs/dbus-1-tqt/dbus-1-tqt-14.0.6.ebuild | 23 | ||||
-rw-r--r-- | dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild | 2 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-libs/dbus-1-tqt/dbus-1-tqt-14.0.6.ebuild b/dev-libs/dbus-1-tqt/dbus-1-tqt-14.0.6.ebuild new file mode 100644 index 00000000..1d7eb0fb --- /dev/null +++ b/dev-libs/dbus-1-tqt/dbus-1-tqt-14.0.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="7" +TRINITY_MODULE_TYPE="dependencies" +TRINITY_MODULE_NAME="dbus-1-tqt" + +inherit trinity-base + +DESCRIPTION="D-BUS TQt bindings" +HOMEPAGE="http://trinitydesktop.org/" +LICENSE="GPL-2 LGPL-2" +KEYWORDS= +SLOT="0" +IUSE="" + +DEPEND="sys-apps/dbus + dev-tqt/tqtinterface" +RDEPEND="$DEPEND" + +src_configure() { + cmake-utils_src_configure +} 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..1d7eb0fb 100644 --- a/dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild +++ b/dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # 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" |