commit:     a1b469f9ba91fda145d0e61d067c8e617055656c
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Jan 29 09:39:03 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan 29 09:40:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1b469f9

net-misc/megasync: drop 4.12.0.0

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 net-misc/megasync/Manifest                 |   2 -
 net-misc/megasync/megasync-4.12.0.0.ebuild | 135 -----------------------------
 2 files changed, 137 deletions(-)

diff --git a/net-misc/megasync/Manifest b/net-misc/megasync/Manifest
index 68503f8b29..608392b6f7 100644
--- a/net-misc/megasync/Manifest
+++ b/net-misc/megasync/Manifest
@@ -1,4 +1,2 @@
-DIST megasync-4.12.0.0.tar.gz 25266988 BLAKE2B 
0c126feb273d6d11e05a3ec3a5e7925f27bfd86e2ef23306fce4c9b2564b178dc5918b7bef9dcea33a8a5d0462e9c1e8d771c299de6e0f8ed5d4bed616ed58f9
 SHA512 
fd3ea7b624e66e3d4576c436d983a027e711783d41c585eedf540ba6bbf25ab9128ab4a3c0d2e6806705d54cea5e470d7339d49cc72a635385861f9efd64faf9
 DIST megasync-4.12.2.0.tar.gz 25267623 BLAKE2B 
e1a7e6f7e3509f8a8cdb402f228ffaf1809a16c134428ff3d0de59684b3440882ae9c0f5e4be38325044305589c988bbb83953cf6c06408b7d319dee9712cc5b
 SHA512 
c99e29e1999eb257bec8d97dea92094c3c429e8b12380ac9097abe5092a8005ad67e09b9d893a69c2bccc061705ffb78ceeedbf5a7923849f4b2cff9e2f98333
-DIST megasync-sdk-4.12.0.0.tar.gz 3580874 BLAKE2B 
7fe63ccd998ac0fe4f6d31d4fb38041d01180044b6a36658da28b0793c2c0c9a95984a937ffa74b11449818ca63a55d7d1faef65e69ea29309d42c4d7646b2c3
 SHA512 
e97d5901e5445bd677b2d7c50d684dbd6975efcba43ed6618b76d9452b33f5c42eaa8279e920987cf5af63da6ad951589e644bf01814b69739e4260c651aa68b
 DIST megasync-sdk-4.12.2.0.tar.gz 3580874 BLAKE2B 
7fe63ccd998ac0fe4f6d31d4fb38041d01180044b6a36658da28b0793c2c0c9a95984a937ffa74b11449818ca63a55d7d1faef65e69ea29309d42c4d7646b2c3
 SHA512 
e97d5901e5445bd677b2d7c50d684dbd6975efcba43ed6618b76d9452b33f5c42eaa8279e920987cf5af63da6ad951589e644bf01814b69739e4260c651aa68b

diff --git a/net-misc/megasync/megasync-4.12.0.0.ebuild 
b/net-misc/megasync/megasync-4.12.0.0.ebuild
deleted file mode 100644
index 78d77b1684..0000000000
--- a/net-misc/megasync/megasync-4.12.0.0.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools cmake 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="2e9307d114c379967f415211d466262162e074d4" # commit of 
src/MEGASync/mega submodule
-       MEGA_TAG_SUFFIX="Win"
-       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 freeimage nautilus nemo threads thunar"
-
-DEPEND="
-       dev-db/sqlite:3
-       dev-libs/crypto++:=
-       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
-       media-libs/libmediainfo
-       media-libs/libraw
-       net-dns/c-ares:=
-       net-misc/curl[ssl,curl_ssl_openssl(-)]
-       sys-libs/zlib
-       dolphin? ( kde-apps/dolphin )
-       freeimage? (
-               media-libs/freeimage
-               media-video/ffmpeg:=
-       )
-       nautilus? ( >=gnome-base/nautilus-43 )
-       nemo? ( gnome-extra/nemo )
-       thunar? ( xfce-base/thunar )
-"
-RDEPEND="
-       ${DEPEND}
-       x11-themes/hicolor-icon-theme
-"
-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"
-)
-
-CMAKE_USE_DIR="${S}/src/MEGAShellExtDolphin"
-
-src_prepare() {
-       if [[ ${PV} != 9999 ]]; then
-               rmdir src/MEGASync/mega || die
-               mv "${WORKDIR}/sdk-${MEGA_SDK_REV}" src/MEGASync/mega || die
-       fi
-
-       if use dolphin; then
-               cmake_src_prepare
-       else
-               default
-       fi
-
-       cd "${S}/src/MEGASync/mega" || die
-       eautoreconf
-}
-
-src_configure() {
-       cd "${S}/src/MEGASync/mega" || die
-       econf \
-               "--disable-curl-checks" \
-               "--disable-examples" \
-               $(use_enable threads posix-threads) \
-               $(use_with freeimage)
-
-       cd "${S}/src" || die
-       local myqmakeargs=(
-               MEGA.pro
-               CONFIG+="release"
-               $(usex freeimage "" "CONFIG+=nofreeimage")
-               $(usev nautilus "SUBDIRS+=MEGAShellExtNautilus")
-               $(usev nemo "SUBDIRS+=MEGAShellExtNemo")
-               $(usev thunar "SUBDIRS+=MEGAShellExtThunar")
-       )
-
-       eqmake5 "${myqmakeargs[@]}"
-       $(qt5_get_bindir)/lrelease MEGASync/MEGASync.pro || die
-
-       use dolphin && cmake_src_configure
-}
-
-src_compile() {
-       emake -C src
-
-       use dolphin && cmake_src_compile
-}
-
-src_install() {
-       emake -C src INSTALL_ROOT="${D}" install
-       dobin "src/MEGASync/${PN}"
-       dodoc CREDITS.md README.md
-
-       rm -rf "${D}"/usr/share/doc/megasync || die
-       rm -rf "${D}"/usr/share/icons/ubuntu-mono-dark || die
-
-       use dolphin && cmake_src_install
-}

Reply via email to