commit: b3930fd0261a7ba0bb6756bdafc793d24618230c Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Tue Aug 20 13:15:49 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Tue Aug 20 15:02:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3930fd0
net-misc/megasync: drop 5.4.0.0 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> net-misc/megasync/Manifest | 2 - net-misc/megasync/megasync-5.4.0.0.ebuild | 176 ------------------------------ 2 files changed, 178 deletions(-) diff --git a/net-misc/megasync/Manifest b/net-misc/megasync/Manifest index 4ed04a019..83dd07b40 100644 --- a/net-misc/megasync/Manifest +++ b/net-misc/megasync/Manifest @@ -1,4 +1,2 @@ -DIST megasync-5.4.0.0.tar.gz 24716654 BLAKE2B 06b2bfbdf6f0bda00bd53ae062c99352a71fa5f50fa88c75b9a2dcafb9b1f5d6b47be48bee2f052945e9a80f144024d8c1519698f5a951f140fa9170bfbbae27 SHA512 1e323fe637f6e32e893d3e22f512c3fbc1aca17eb5c85df24ef75d7492de9386fc18f20baa5fa7d28a83e763835e531da486c89c74e9223aa0e9216b9e343459 DIST megasync-5.4.1.0.tar.gz 24718226 BLAKE2B ab89ed026efc0e28ef5c21554db259e74199d12d1194ecf358ad658b0ecee5a7c421ce374e3ba54a752e813c38b535034c04e9749b1f9d876a7df88951d2250a SHA512 d908308135cdd717555002d58c4faa1917bd049a0a2f99ae0b487f2ccfda6d7a00c9dee72aae52210079e656f3031bf3cf414020090e4a6b600e3cef5af11901 -DIST megasync-sdk-5.4.0.0.tar.gz 4158786 BLAKE2B bfaa09a358ba692477c8ba85fd86e9d919bb267b54390c02e2aa593d52ea6dd245721a854855576f72561500d6c8a763c4dbef9935e6defc38dede12b7fcd40f SHA512 78a7d478f1586c6dfa4b7f954e7cd00272b484996c4296fe18ea965198cfa6a342e9084a898a69b036e1e96b72aab28ac731e9397474713375f63e8dd9170e1d DIST megasync-sdk-5.4.1.0.tar.gz 4248625 BLAKE2B 96e76e6e421b2f4b7423d5870f0cfcf89bbec6392191e84b2ee7daa0ac4a6a9c6c9599773bd124ce5189abf7a80db981c0f260eec18be8ef7825bba5422123f4 SHA512 740dad61901775ef2e93861c4a42e9e20a779c7189084ed8336cb06d64a3743638e7ca499279b71d2e8bf68d225a3a6397fdfff1a89c18d413ab44eec489c7ea diff --git a/net-misc/megasync/megasync-5.4.0.0.ebuild b/net-misc/megasync/megasync-5.4.0.0.ebuild deleted file mode 100644 index 01f7ff31d..000000000 --- a/net-misc/megasync/megasync-5.4.0.0.ebuild +++ /dev/null @@ -1,176 +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="8ffa53c73b8295415f965139daf78cecbac70482" # 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="dolphin 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:= - dolphin? ( - kde-apps/dolphin:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/kio:5 - kde-frameworks/kwidgetsaddons:5 - ) - 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 - dolphin? ( kde-frameworks/extra-cmake-modules ) -" - -PATCHES=( - "${FILESDIR}/${PN}-4.10.0.0_ffmpeg6.patch" - "${FILESDIR}/${PN}-4.10.0.0_fix-build.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" -) - -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 - "$@" - fi -} - -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_UPDATE_GEN=OFF - -DUSE_FFMPEG=$(usex thumbnail) - -DUSE_FREEIMAGE=$(usex thumbnail) - -DUSE_MEDIAINFO=$(usex mediainfo) - -DUSE_PDFIUM=OFF - -DUSE_READLINE=OFF - ) - cmake_src_configure - - unset mycmakeargs - dolphin_run cmake_src_configure - nautilus_run eqmake5 - nemo_run eqmake5 - thunar_run eqmake5 -} - -src_compile() { - cmake_src_compile - - dolphin_run cmake_src_compile - nautilus_run emake - nemo_run emake - thunar_run emake -} - -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 -}