commit:     5eb68832bcc2e4c8eb154776aed49b222b4dcf3d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  2 13:35:38 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 15:03:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb68832

media-video/ffdiaporama: drop 2.2_pre20230525

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-video/ffdiaporama/Manifest                   |  1 -
 .../ffdiaporama/ffdiaporama-2.2_pre20230525.ebuild | 59 ----------------------
 2 files changed, 60 deletions(-)

diff --git a/media-video/ffdiaporama/Manifest b/media-video/ffdiaporama/Manifest
index b47a6966a178..5d74ec74b590 100644
--- a/media-video/ffdiaporama/Manifest
+++ b/media-video/ffdiaporama/Manifest
@@ -1,2 +1 @@
-DIST ffdiaporama-2.2_pre20230525.tar.gz 63270147 BLAKE2B 
26cc3ecd7966a945808481c18b2f9a239132cae5016f33e83ef5588c55b1f2a0d7609cd1bdfaf51ada75e1df5274733b7985f6eb3b3814260102f6c9e406ed68
 SHA512 
777d110b0948bc3c3bdb14e13b4ce09ec819bfac2759c715a1e247b1d6cf8c8461c1ec28a0315f034e4e5a19b4732ce583d71b2edd9c6375b7dae14868cc8dfe
 DIST ffdiaporama-2.2_pre20240203.tar.gz 63277387 BLAKE2B 
466f8c38b4e308b024f1a8961a0efb0ec5f6c5fe651a8165bd74d8e87823bf3134c5234012f1bd7637d339df92d495f1fc4acaf63670b30ec220e1667963caa0
 SHA512 
e5e46997df7c90016380f15e4b8b5bab4c8df97e536d4f90216e09ab3c09114dba1b034ea8ce23a6b3c04808ba35e92fd850ab1c1bd8fa1db3e7d8ae7cb6d212

diff --git a/media-video/ffdiaporama/ffdiaporama-2.2_pre20230525.ebuild 
b/media-video/ffdiaporama/ffdiaporama-2.2_pre20230525.ebuild
deleted file mode 100644
index 624ed4d35a2f..000000000000
--- a/media-video/ffdiaporama/ffdiaporama-2.2_pre20230525.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT="6b2587064d705de42a3e88468d4922bc27b97e2a"
-
-inherit qmake-utils xdg-utils
-
-DESCRIPTION="Movie creator from photos and video clips"
-HOMEPAGE="https://ffdiaporama.tuxfamily.org";
-SRC_URI="https://github.com/laurantino/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3 CC-BY-3.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="openclipart"
-
-RDEPEND="
-       dev-qt/qtconcurrent:5
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qthelp:5
-       dev-qt/qtmultimedia:5
-       dev-qt/qtsql:5[sqlite]
-       dev-qt/qtsvg:5
-       dev-qt/qtwidgets:5
-       dev-qt/qtxml:5
-       media-gfx/exiv2:=
-       >=media-video/ffmpeg-4:0=[encode]
-       openclipart? ( media-gfx/openclipart[svg,-gzip] )"
-DEPEND="${RDEPEND}"
-
-DOCS=( authors.txt )
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_configure() {
-       eqmake5 QMAKE_CFLAGS_ISYSTEM=
-}
-
-src_install() {
-       emake INSTALL_ROOT="${D}" install
-       if use openclipart; then
-               dosym ../../clipart/openclipart 
/usr/share/ffDiaporama/clipart/openclipart
-       fi
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       xdg_mimeinfo_database_update
-       xdg_icon_cache_update
-}

Reply via email to