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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C4C2158042 for ; Thu, 31 Oct 2024 11:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0EE5E0872; Thu, 31 Oct 2024 11:33:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D8339E0872 for ; Thu, 31 Oct 2024 11:33:20 +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 27E753430DA for ; Thu, 31 Oct 2024 11:33:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BDC71FBE for ; Thu, 31 Oct 2024 11:33:17 +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: <1730295463.47f68fbee329f261f097365e8522d5f0804a6f13.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-9999.ebuild X-VCS-Directories: net-misc/megasync/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 47f68fbee329f261f097365e8522d5f0804a6f13 X-VCS-Branch: master Date: Thu, 31 Oct 2024 11:33:17 +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: 5b538e31-2ef5-4da0-ba3b-d7e9cad9436c X-Archives-Hash: a5a8a8161ad0971e6d5cbb89fe230bf7 commit: 47f68fbee329f261f097365e8522d5f0804a6f13 Author: Takuya Wakazono gmail com> AuthorDate: Wed Oct 30 13:37:43 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Oct 30 13:37:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47f68fbe net-misc/megasync: drop 9999 Signed-off-by: Takuya Wakazono gmail.com> net-misc/megasync/megasync-9999.ebuild | 149 --------------------------------- 1 file changed, 149 deletions(-) diff --git a/net-misc/megasync/megasync-9999.ebuild b/net-misc/megasync/megasync-9999.ebuild deleted file mode 100644 index fa2c72a29..000000000 --- a/net-misc/megasync/megasync-9999.ebuild +++ /dev/null @@ -1,149 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake flag-o-matic qmake-utils xdg - -DESCRIPTION="The official Qt-based program for syncing your MEGA account in your PC" -HOMEPAGE=" - https://mega.io - https://github.com/meganz/MEGAsync -" - -if [[ ${PV} == 9999 ]];then - inherit git-r3 - EGIT_REPO_URI="https://github.com/meganz/MEGAsync" - EGIT_BRANCH="master" - EGIT_SUBMODULES=( '*' ) -else - MEGA_SDK_REV="eb86660026272d62a547099d2fed3a7d46fc64e7" # commit of src/MEGASync/mega submodule - MEGA_TAG_SUFFIX="Linux" - SRC_URI=" - https://github.com/meganz/MEGAsync/archive/v${PV}_${MEGA_TAG_SUFFIX}.tar.gz -> ${P}.tar.gz - https://github.com/meganz/sdk/archive/${MEGA_SDK_REV}.tar.gz -> ${PN}-sdk-${PV}.tar.gz - " - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}"/MEGAsync-${PV}_${MEGA_TAG_SUFFIX} -fi - -LICENSE="MEGA" -SLOT="0" -IUSE="mediainfo nautilus nemo thumbnail thunar" - -DEPEND=" - dev-db/sqlite:3 - dev-libs/crypto++:= - dev-libs/icu:= - dev-libs/libsodium:= - dev-libs/libuv:= - dev-libs/openssl:0= - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtimageformats:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - net-dns/c-ares:= - net-misc/curl[ssl] - sys-libs/zlib - x11-libs/libxcb:= - mediainfo? ( - media-libs/libmediainfo - media-libs/libzen - ) - nautilus? ( - dev-libs/glib:2 - >=gnome-base/nautilus-43 - ) - nemo? ( - dev-libs/glib:2 - gnome-extra/nemo - ) - thumbnail? ( - media-libs/freeimage - media-video/ffmpeg:= - ) - thunar? ( xfce-base/thunar:= ) -" -RDEPEND=" - ${DEPEND} - dev-qt/qtquickcontrols:5 - dev-qt/qtquickcontrols2:5 -" -BDEPEND=" - dev-qt/linguist-tools:5 - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}/${PN}-4.10.0.0_ffmpeg6.patch" - "${FILESDIR}/${PN}-5.3.0.0-link-zlib.patch" - "${FILESDIR}/${PN}-5.3.0.0-fix-install-dir.patch" - "${FILESDIR}/${PN}-5.3.0.0-rename-libcryptopp.patch" -) - -nemo_run() { - if use nemo; then - cd "${S}/src/MEGAShellExtNemo" || die - "$@" - fi -} - -thunar_run() { - if use thunar; then - cd "${S}/src/MEGAShellExtThunar" || die - "$@" - fi -} - -src_prepare() { - if [[ ${PV} != 9999 ]]; then - rmdir src/MEGASync/mega || die - mv "${WORKDIR}/sdk-${MEGA_SDK_REV}" src/MEGASync/mega || die - fi - - cmake_src_prepare -} - -src_configure() { - # https://github.com/meganz/sdk/issues/2679 - append-cppflags -DNDEBUG - - local mycmakeargs=( - # build internal libs as static - -DBUILD_SHARED_LIBS=OFF - -DCMAKE_MODULE_PATH="${S}/src/MEGASync/mega/contrib/cmake/modules/packages" - -DENABLE_DESKTOP_APP_WERROR=OFF - -DENABLE_DESKTOP_UPDATE_GEN=OFF - -DENABLE_LINUX_EXT=$(usex nautilus) - -DUSE_FFMPEG=$(usex thumbnail) - -DUSE_FREEIMAGE=$(usex thumbnail) - -DUSE_MEDIAINFO=$(usex mediainfo) - -DUSE_PDFIUM=OFF - -DUSE_READLINE=OFF - ) - cmake_src_configure - - unset mycmakeargs - nemo_run eqmake5 - thunar_run eqmake5 -} - -src_compile() { - cmake_src_compile - - nemo_run emake - thunar_run emake -} - -src_install() { - cmake_src_install - - nemo_run emake INSTALL_ROOT="${D}" install - thunar_run emake INSTALL_ROOT="${D}" install -}