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> <email>fatzer2@gmail.com</email>
<name>Alexander Golubev</name> <name>Alexander Golubev</name>
</maintainer> </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> </pkgmetadata>

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

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

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

Loading…
Cancel
Save