commit:     a9fcf0343f57dc4217642142c84335e8d78963ea
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  5 17:28:33 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 17:48:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fcf034

media-video/mediainfo: drop 22.09, 23.03, 23.04

Bug: https://bugs.gentoo.org/917612
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-video/mediainfo/Manifest               |  3 -
 media-video/mediainfo/mediainfo-22.09.ebuild | 89 ---------------------------
 media-video/mediainfo/mediainfo-23.03.ebuild | 92 ----------------------------
 media-video/mediainfo/mediainfo-23.04.ebuild | 92 ----------------------------
 4 files changed, 276 deletions(-)

diff --git a/media-video/mediainfo/Manifest b/media-video/mediainfo/Manifest
index fed3d7176f69..bbdec9921532 100644
--- a/media-video/mediainfo/Manifest
+++ b/media-video/mediainfo/Manifest
@@ -1,4 +1 @@
-DIST mediainfo_22.09.tar.xz 2016868 BLAKE2B 
c4b1766c4d49be6e90d11c736e4572e24299ae96efdfbf92ef9d32a418d7777cad2ae60ac7e6234cfa7c3a11996e46fb178996c536b9ce13dd19a0449ae8bf86
 SHA512 
acdeef13153fd74c29d54b9bdf4e983dd81525ace47550977d99cb5950ab72579cbbfc1ae39d81d89e03c491ea559177a16853d9db20d83a995eff300b864d4d
-DIST mediainfo_23.03.tar.xz 2027676 BLAKE2B 
2da17afaccb3a8b4a1e19012cb3bb29284856f9d16e27026701b1c78add444e83c5fbb3e22ff39955ffa1c0b6f62e87224c0b35a0ff007296c4c065f58f83c87
 SHA512 
5082826a315fefaa48ea65a09a538225f1311cfb48285c939bb7ce2ebc38a2d444e6974ecb8062e02b60fbde27759b5828fc97dd7f9229e0066e9d193137fb5c
-DIST mediainfo_23.04.tar.xz 2022444 BLAKE2B 
4e5c1c09b670ee20839c49365f0973d783ec7ed4bd336bed7574b6369f356f8f11fe63fe99dd80a28b2677b3c872bc45941b89c307190fe0b8ab867f66ab7755
 SHA512 
768ac916da81ea10323be2957a87058ba863015f26a337ba3b3db15e40e52c7cd7b24f2ca2508334e35cdae6476d147ed4c81eeabfe801fa9dc5ca68ceb1e7af
 DIST mediainfo_23.10.tar.xz 2025172 BLAKE2B 
91816fa74e4f9949e73072bb25748ca350178c4e0bfc33cf5ff8ed5171dbc2d8266e418bfe83ed382f5de3b1e9d7d95e38188082ac2b2e5c8df34324407db184
 SHA512 
bf5864e5aafd38f64dbdf2ac47b19543ed24ab69d27180606ad49e587e6964e83995dcceffa441fabf0b0aa3c032c9450ad8738d28663a1b4180a9f651f4ba08

diff --git a/media-video/mediainfo/mediainfo-22.09.ebuild 
b/media-video/mediainfo/mediainfo-22.09.ebuild
deleted file mode 100644
index 68f70427ddc8..000000000000
--- a/media-video/mediainfo/mediainfo-22.09.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# These must be bumped together:
-# - media-libs/libzen (if a release is available)
-# - media-libs/libmediainfo
-# - media-video/mediainfo
-
-WX_GTK_VER="3.0-gtk3"
-inherit xdg-utils autotools wxwidgets
-
-DESCRIPTION="MediaInfo supplies technical and tag information about media 
files"
-HOMEPAGE="https://mediaarea.net/mediainfo/ 
https://github.com/MediaArea/MediaInfo";
-SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz";
-S="${WORKDIR}/MediaInfo"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="curl mms wxwidgets"
-
-RDEPEND="~media-libs/libmediainfo-${PV}[curl=,mms=]
-       >=media-libs/libzen-0.4.37
-       sys-libs/zlib
-       wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-pkg_setup() {
-       TARGETS="CLI"
-
-       if use wxwidgets; then
-               TARGETS+=" GUI"
-               setup-wxwidgets
-       fi
-}
-
-src_prepare() {
-       default
-
-       local target
-       for target in ${TARGETS}; do
-               cd "${S}"/Project/GNU/${target} || die
-               sed -i -e "s:-O2::" configure.ac || die
-               eautoreconf
-       done
-}
-
-src_configure() {
-       local target
-
-       for target in ${TARGETS}; do
-               cd "${S}"/Project/GNU/${target} || die
-               local args=""
-               [[ ${target} == "GUI" ]] && args="--with-wxwidgets 
--with-wx-gui"
-               econf ${args}
-       done
-}
-
-src_compile() {
-       local target
-
-       for target in ${TARGETS}; do
-               cd "${S}"/Project/GNU/${target} || die
-               default
-       done
-}
-
-src_install() {
-       local target
-
-       for target in ${TARGETS}; do
-               cd "${S}"/Project/GNU/${target} || die
-               default
-               dodoc "${S}"/History_${target}.txt
-       done
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}

diff --git a/media-video/mediainfo/mediainfo-23.03.ebuild 
b/media-video/mediainfo/mediainfo-23.03.ebuild
deleted file mode 100644
index a45f63ada5af..000000000000
--- a/media-video/mediainfo/mediainfo-23.03.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# These must be bumped together:
-# - media-libs/libzen (if a release is available)
-# - media-libs/libmediainfo
-# - media-video/mediainfo
-
-WX_GTK_VER="3.0-gtk3"
-inherit xdg-utils autotools wxwidgets
-
-DESCRIPTION="MediaInfo supplies technical and tag information about media 
files"
-HOMEPAGE="https://mediaarea.net/mediainfo/ 
https://github.com/MediaArea/MediaInfo";
-SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz";
-S="${WORKDIR}/MediaInfo"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="curl mms wxwidgets"
-
-# The libzen dep usually needs to be bumped for each release!
-RDEPEND="
-       ~media-libs/libmediainfo-${PV}[curl=,mms=]
-       >=media-libs/libzen-0.4.41
-       sys-libs/zlib
-       wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-pkg_setup() {
-       TARGETS="CLI"
-
-       if use wxwidgets; then
-               TARGETS+=" GUI"
-               setup-wxwidgets
-       fi
-}
-
-src_prepare() {
-       default
-
-       local target
-       for target in ${TARGETS}; do
-               cd "${S}"/Project/GNU/${target} || die
-               sed -i -e "s:-O2::" configure.ac || die
-               eautoreconf
-       done
-}
-
-src_configure() {
-       local target
-
-       for target in ${TARGETS}; do
-               cd "${S}"/Project/GNU/${target} || die
-               local args=""
-               [[ ${target} == "GUI" ]] && args="--with-wxwidgets 
--with-wx-gui"
-               econf ${args}
-       done
-}
-
-src_compile() {
-       local target
-
-       for target in ${TARGETS}; do
-               cd "${S}"/Project/GNU/${target} || die
-               default
-       done
-}
-
-src_install() {
-       local target
-
-       for target in ${TARGETS}; do
-               cd "${S}"/Project/GNU/${target} || die
-               default
-               dodoc "${S}"/History_${target}.txt
-       done
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}

diff --git a/media-video/mediainfo/mediainfo-23.04.ebuild 
b/media-video/mediainfo/mediainfo-23.04.ebuild
deleted file mode 100644
index a45f63ada5af..000000000000
--- a/media-video/mediainfo/mediainfo-23.04.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# These must be bumped together:
-# - media-libs/libzen (if a release is available)
-# - media-libs/libmediainfo
-# - media-video/mediainfo
-
-WX_GTK_VER="3.0-gtk3"
-inherit xdg-utils autotools wxwidgets
-
-DESCRIPTION="MediaInfo supplies technical and tag information about media 
files"
-HOMEPAGE="https://mediaarea.net/mediainfo/ 
https://github.com/MediaArea/MediaInfo";
-SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz";
-S="${WORKDIR}/MediaInfo"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="curl mms wxwidgets"
-
-# The libzen dep usually needs to be bumped for each release!
-RDEPEND="
-       ~media-libs/libmediainfo-${PV}[curl=,mms=]
-       >=media-libs/libzen-0.4.41
-       sys-libs/zlib
-       wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-pkg_setup() {
-       TARGETS="CLI"
-
-       if use wxwidgets; then
-               TARGETS+=" GUI"
-               setup-wxwidgets
-       fi
-}
-
-src_prepare() {
-       default
-
-       local target
-       for target in ${TARGETS}; do
-               cd "${S}"/Project/GNU/${target} || die
-               sed -i -e "s:-O2::" configure.ac || die
-               eautoreconf
-       done
-}
-
-src_configure() {
-       local target
-
-       for target in ${TARGETS}; do
-               cd "${S}"/Project/GNU/${target} || die
-               local args=""
-               [[ ${target} == "GUI" ]] && args="--with-wxwidgets 
--with-wx-gui"
-               econf ${args}
-       done
-}
-
-src_compile() {
-       local target
-
-       for target in ${TARGETS}; do
-               cd "${S}"/Project/GNU/${target} || die
-               default
-       done
-}
-
-src_install() {
-       local target
-
-       for target in ${TARGETS}; do
-               cd "${S}"/Project/GNU/${target} || die
-               default
-               dodoc "${S}"/History_${target}.txt
-       done
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}

Reply via email to