diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-21 16:30:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-22 00:51:58 +0200 |
commit | 8750fbb690e56824fac8c249d0025ba7e6628f75 (patch) | |
tree | dfc588a87f62cbd2fac2c9d64b50072492263a1c /trinity-base/tdebase-tdeioslaves | |
parent | 2bd160fba90e2f4561f2b7d5f9f65cb633fe9230 (diff) | |
download | tde-packaging-gentoo-8750fbb690e56824fac8c249d0025ba7e6628f75.tar.gz tde-packaging-gentoo-8750fbb690e56824fac8c249d0025ba7e6628f75.zip |
trinity-base/tdebase-tdeioslaves: Various fixes
- Sort IUSE
- Sort DEPENDs
- local mycmakeargs
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-base/tdebase-tdeioslaves')
3 files changed, 28 insertions, 24 deletions
diff --git a/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-14.0.6.ebuild b/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-14.0.6.ebuild index cf230cf9..41100ff3 100644 --- a/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-14.0.6.ebuild +++ b/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-14.0.6.ebuild @@ -1,31 +1,32 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="7" -TRINITY_MODULE_NAME="tdebase" +TRINITY_MODULE_NAME="tdebase" inherit trinity-meta-2 TSM_EXTRACT="tdeioslave" DESCRIPTION="Generic Trinity TDEIOslaves" KEYWORDS="~amd64 ~x86" -IUSE="samba ldap sasl openexr +hwlib" +IUSE="+hwlib ldap openexr samba sasl" -DEPEND="x11-libs/libXcursor +DEPEND=" net-libs/rpcsvc-proto + x11-libs/libXcursor + ldap? ( net-nds/openldap ) openexr? ( media-libs/openexr ) samba? ( net-fs/samba ) - ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl )" RDEPEND="${DEPEND} - virtual/ssh - ~trinity-base/tdeeject-${PV}" + ~trinity-base/tdeeject-${PV} + virtual/ssh" src_configure() { - mycmakeargs=( + local mycmakeargs=( -DWITH_XCURSOR=ON -DWITH_SAMBA="$(usex samba)" -DWITH_LDAP="$(usex ldap)" diff --git a/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-14.0.7.ebuild b/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-14.0.7.ebuild index cf230cf9..41100ff3 100644 --- a/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-14.0.7.ebuild +++ b/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-14.0.7.ebuild @@ -1,31 +1,32 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="7" -TRINITY_MODULE_NAME="tdebase" +TRINITY_MODULE_NAME="tdebase" inherit trinity-meta-2 TSM_EXTRACT="tdeioslave" DESCRIPTION="Generic Trinity TDEIOslaves" KEYWORDS="~amd64 ~x86" -IUSE="samba ldap sasl openexr +hwlib" +IUSE="+hwlib ldap openexr samba sasl" -DEPEND="x11-libs/libXcursor +DEPEND=" net-libs/rpcsvc-proto + x11-libs/libXcursor + ldap? ( net-nds/openldap ) openexr? ( media-libs/openexr ) samba? ( net-fs/samba ) - ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl )" RDEPEND="${DEPEND} - virtual/ssh - ~trinity-base/tdeeject-${PV}" + ~trinity-base/tdeeject-${PV} + virtual/ssh" src_configure() { - mycmakeargs=( + local mycmakeargs=( -DWITH_XCURSOR=ON -DWITH_SAMBA="$(usex samba)" -DWITH_LDAP="$(usex ldap)" diff --git a/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild b/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild index 3f1bc77d..988ceeb4 100644 --- a/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild +++ b/trinity-base/tdebase-tdeioslaves/tdebase-tdeioslaves-9999.ebuild @@ -1,30 +1,32 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="7" -TRINITY_MODULE_NAME="tdebase" +TRINITY_MODULE_NAME="tdebase" inherit trinity-meta-2 TSM_EXTRACT="tdeioslave" DESCRIPTION="Generic Trinity TDEIOslaves" -IUSE="samba ldap sasl openexr +hwlib" -DEPEND="x11-libs/libXcursor +IUSE="+hwlib ldap openexr samba sasl" + +DEPEND=" net-libs/rpcsvc-proto + x11-libs/libXcursor + ldap? ( net-nds/openldap ) openexr? ( media-libs/openexr ) samba? ( net-fs/samba ) - ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl )" RDEPEND="${DEPEND} - virtual/ssh - ~trinity-base/tdeeject-${PV}" + ~trinity-base/tdeeject-${PV} + virtual/ssh" src_configure() { - mycmakeargs=( + local mycmakeargs=( -DWITH_XCURSOR=ON -DWITH_SAMBA="$(usex samba)" -DWITH_LDAP="$(usex ldap)" |