dev-tqt/tqtinterface: Drop unused local IUSE descriptions, whitespace cleanup

local mycmakeargs

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
pull/180/head
Andreas Sturmlechner 4 years ago
parent 4f52b053ea
commit 945af85e4e

@ -5,8 +5,4 @@
<email>fatzer2@gmail.com</email>
<name>Alexander Golubev</name>
</maintainer>
<use>
<flag name="qt3">Support for qt3 library(<pkg>dev-qt/qt</pkg>:3)</flag>
<flag name="tqt">Support for tqt library(<pkg>dev-qt/tqt</pkg>:3) a trinity fork of qt3</flag>
</use>
</pkgmetadata>

@ -3,17 +3,17 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_MODULE_TYPE="dependencies"
TRINITY_MODULE_NAME="tqtinterface"
inherit trinity-base-2
DESCRIPTION="Interface and abstraction library for TQt and Trinity"
HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
KEYWORDS="~amd64 ~x86"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="~dev-tqt/tqt-${PV}
virtual/glu"
@ -24,10 +24,10 @@ pkg_setup() {
}
src_configure() {
mycmakeargs=(
local mycmakeargs=(
-DUSE_QT3=ON
-DQT_PREFIX_DIR="${QTDIR}"
)
cmake-utils_src_configure
cmake-utils_src_configure
}

@ -3,17 +3,17 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_MODULE_TYPE="dependencies"
TRINITY_MODULE_NAME="tqtinterface"
inherit trinity-base-2
DESCRIPTION="Interface and abstraction library for TQt and Trinity"
HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
KEYWORDS="~amd64 ~x86"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="~dev-tqt/tqt-${PV}
virtual/glu"
@ -24,10 +24,10 @@ pkg_setup() {
}
src_configure() {
mycmakeargs=(
local mycmakeargs=(
-DUSE_QT3=ON
-DQT_PREFIX_DIR="${QTDIR}"
)
cmake-utils_src_configure
cmake-utils_src_configure
}

@ -3,16 +3,16 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_MODULE_TYPE="dependencies"
TRINITY_MODULE_NAME="tqtinterface"
inherit trinity-base-2
DESCRIPTION="Interface and abstraction library for TQt and Trinity"
HOMEPAGE="https://trinitydesktop.org/"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
IUSE="+opengl"
DEPEND="~dev-tqt/tqt-${PV}[opengl=]
@ -24,9 +24,9 @@ pkg_setup() {
}
src_configure() {
mycmakeargs=(
local mycmakeargs=(
-DQT_PREFIX_DIR="${TQTDIR}"
)
cmake-utils_src_configure
cmake-utils_src_configure
}

Loading…
Cancel
Save