From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0362015808B for ; Sat, 21 Sep 2024 08:47:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CAE0E29C0; Sat, 21 Sep 2024 08:47:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02F30E29C1 for ; Sat, 21 Sep 2024 08:47:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49D8F3431A4 for ; Sat, 21 Sep 2024 08:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A15D227FE for ; Sat, 21 Sep 2024 08:47:26 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1726904717.137fa99e206c2af870e67abc61f242215dce82c1.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/megasync/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/megasync/megasync-5.4.1.0.ebuild net-misc/megasync/megasync-9999.ebuild net-misc/megasync/metadata.xml X-VCS-Directories: net-misc/megasync/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 137fa99e206c2af870e67abc61f242215dce82c1 X-VCS-Branch: master Date: Sat, 21 Sep 2024 08:47:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 295e16d2-02b7-456d-bf0e-ca3fc2d97595 X-Archives-Hash: 0980f5673dc262a3b63a10dc8fe4d70d commit: 137fa99e206c2af870e67abc61f242215dce82c1 Author: Takuya Wakazono gmail com> AuthorDate: Sat Sep 21 07:45:17 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Sep 21 07:45:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=137fa99e net-misc/megasync: drop dolphin USE flag kde-apps/dolphin:5 has been dropped from ::gentoo, and dolphin:6 is incompatible. Closes: https://bugs.gentoo.org/522238 (obsolete) Signed-off-by: Takuya Wakazono gmail.com> net-misc/megasync/megasync-5.4.1.0.ebuild | 21 +-------------------- net-misc/megasync/megasync-9999.ebuild | 21 +-------------------- net-misc/megasync/metadata.xml | 1 - 3 files changed, 2 insertions(+), 41 deletions(-) diff --git a/net-misc/megasync/megasync-5.4.1.0.ebuild b/net-misc/megasync/megasync-5.4.1.0.ebuild index cacf6085a..950e804d2 100644 --- a/net-misc/megasync/megasync-5.4.1.0.ebuild +++ b/net-misc/megasync/megasync-5.4.1.0.ebuild @@ -29,7 +29,7 @@ fi LICENSE="MEGA" SLOT="0" -IUSE="dolphin mediainfo nautilus nemo thumbnail thunar" +IUSE="mediainfo nautilus nemo thumbnail thunar" DEPEND=" dev-db/sqlite:3 @@ -52,12 +52,6 @@ DEPEND=" net-misc/curl[ssl] sys-libs/zlib x11-libs/libxcb:= - dolphin? ( - kde-apps/dolphin:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/kio:5 - kde-frameworks/kwidgetsaddons:5 - ) mediainfo? ( media-libs/libmediainfo media-libs/libzen @@ -83,7 +77,6 @@ RDEPEND=" " BDEPEND=" dev-qt/linguist-tools:5 - dolphin? ( kde-frameworks/extra-cmake-modules ) " PATCHES=( @@ -94,15 +87,6 @@ PATCHES=( "${FILESDIR}/${PN}-5.3.0.0-rename-libcryptopp.patch" ) -BUILD_DIR_DOLPHIN="${S}_dolphin" - -dolphin_run() { - if use dolphin; then - cd "${S}/src/MEGAShellExtDolphin" || die - BUILD_DIR="${BUILD_DIR_DOLPHIN}" CMAKE_USE_DIR="${S}/src/MEGAShellExtDolphin" "$@" - fi -} - nautilus_run() { if use nautilus; then cd "${S}/src/MEGAShellExtNautilus" || die @@ -151,7 +135,6 @@ src_configure() { cmake_src_configure unset mycmakeargs - dolphin_run cmake_src_configure nautilus_run eqmake5 nemo_run eqmake5 thunar_run eqmake5 @@ -160,7 +143,6 @@ src_configure() { src_compile() { cmake_src_compile - dolphin_run cmake_src_compile nautilus_run emake nemo_run emake thunar_run emake @@ -169,7 +151,6 @@ src_compile() { src_install() { cmake_src_install - dolphin_run cmake_src_install nautilus_run emake INSTALL_ROOT="${D}" install nemo_run emake INSTALL_ROOT="${D}" install thunar_run emake INSTALL_ROOT="${D}" install diff --git a/net-misc/megasync/megasync-9999.ebuild b/net-misc/megasync/megasync-9999.ebuild index 8b25de399..524e07beb 100644 --- a/net-misc/megasync/megasync-9999.ebuild +++ b/net-misc/megasync/megasync-9999.ebuild @@ -29,7 +29,7 @@ fi LICENSE="MEGA" SLOT="0" -IUSE="dolphin mediainfo nautilus nemo thumbnail thunar" +IUSE="mediainfo nautilus nemo thumbnail thunar" DEPEND=" dev-db/sqlite:3 @@ -52,12 +52,6 @@ DEPEND=" net-misc/curl[ssl] sys-libs/zlib x11-libs/libxcb:= - dolphin? ( - kde-apps/dolphin:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/kio:5 - kde-frameworks/kwidgetsaddons:5 - ) mediainfo? ( media-libs/libmediainfo media-libs/libzen @@ -83,7 +77,6 @@ RDEPEND=" " BDEPEND=" dev-qt/linguist-tools:5 - dolphin? ( kde-frameworks/extra-cmake-modules ) " PATCHES=( @@ -94,15 +87,6 @@ PATCHES=( "${FILESDIR}/${PN}-5.3.0.0-rename-libcryptopp.patch" ) -BUILD_DIR_DOLPHIN="${S}_dolphin" - -dolphin_run() { - if use dolphin; then - cd "${S}/src/MEGAShellExtDolphin" || die - BUILD_DIR="${BUILD_DIR_DOLPHIN}" CMAKE_USE_DIR="${S}/src/MEGAShellExtDolphin" "$@" - fi -} - nautilus_run() { if use nautilus; then cd "${S}/src/MEGAShellExtNautilus" || die @@ -151,7 +135,6 @@ src_configure() { cmake_src_configure unset mycmakeargs - dolphin_run cmake_src_configure nautilus_run eqmake5 nemo_run eqmake5 thunar_run eqmake5 @@ -160,7 +143,6 @@ src_configure() { src_compile() { cmake_src_compile - dolphin_run cmake_src_compile nautilus_run emake nemo_run emake thunar_run emake @@ -169,7 +151,6 @@ src_compile() { src_install() { cmake_src_install - dolphin_run cmake_src_install nautilus_run emake INSTALL_ROOT="${D}" install nemo_run emake INSTALL_ROOT="${D}" install thunar_run emake INSTALL_ROOT="${D}" install diff --git a/net-misc/megasync/metadata.xml b/net-misc/megasync/metadata.xml index aa423a992..95ed64187 100644 --- a/net-misc/megasync/metadata.xml +++ b/net-misc/megasync/metadata.xml @@ -13,7 +13,6 @@ meganz/MEGAsync - Build a plugin for Dolphin Use media-libs/libmediainfo to determine media properties Build a plugin for nautilus Build a plugin for Nemo