commit:     926bf67076d10d0762adc252bf7c6f3c38af73c9
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 18 12:25:55 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 18 12:26:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=926bf670

media-video/avisynth+: treeclean

Closes: https://bugs.gentoo.org/961711 (pkgremoved)
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 media-video/avisynth+/avisynth+-9999.ebuild        | 47 ----------------------
 .../files/avisynth+-9999-return-type-warning.patch | 12 ------
 media-video/avisynth+/metadata.xml                 |  8 ----
 profiles/package.mask                              |  5 ---
 4 files changed, 72 deletions(-)

diff --git a/media-video/avisynth+/avisynth+-9999.ebuild 
b/media-video/avisynth+/avisynth+-9999.ebuild
deleted file mode 100644
index e601466ce4..0000000000
--- a/media-video/avisynth+/avisynth+-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [ "${PV#9999}" != "${PV}" ] ; then
-       SCM="git-r3"
-       EGIT_REPO_URI="https://github.com/AviSynth/AviSynthPlus.git";
-fi
-
-inherit cmake-multilib ${SCM}
-
-DESCRIPTION="A powerful nonlinear scripting language for video"
-HOMEPAGE="https://github.com/AviSynth/AviSynthPlus";
-if [ "${PV#9999}" != "${PV}" ] ; then
-       SRC_URI=""
-else # TODO release
-       SRC_URI=""
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-if [ "${PV#9999}" = "${PV}" ] ; then
-       KEYWORDS="~amd64"
-fi
-
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/avisynth+-9999-return-type-warning.patch"
-)
-
-MULTILIB_WRAPPED_HEADERS=(
-       /usr/include/avisynth/avs/arch.h
-)
-
-pkg_postinst() {
-       elog "Integration with some packages can be achieved by setting 
environment"
-       elog "variables and re-emerging the package:"
-       elog ""
-       elog "media-video/ffmpeg:"
-       elog "  - add \"--enable-avisynth\" to EXTRA_FFMPEG_CONF"
-       elog ""
-       elog "media-libs/ffmpegsource:"
-       elog "  - add \"--enable-avisynth\" to EXTRA_ECONF"
-       elog "  - add \"-I/usr/include/avisynth\" to CXXFLAGS"
-}

diff --git 
a/media-video/avisynth+/files/avisynth+-9999-return-type-warning.patch 
b/media-video/avisynth+/files/avisynth+-9999-return-type-warning.patch
deleted file mode 100644
index c4f7d85716..0000000000
--- a/media-video/avisynth+/files/avisynth+-9999-return-type-warning.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- avisynth+-9999/avs_core/core/parser/script.cpp.orig        2023-05-24 
19:09:20.896164496 +0200
-+++ avisynth+-9999/avs_core/core/parser/script.cpp     2023-05-24 
19:11:50.755632346 +0200
-@@ -1941,6 +1941,9 @@
- 
-     return PROCESS_32_ON_32;
-   }
-+#else
-+  else
-+    return PROCESS_UNKNOWN;
- #endif
- }
- 

diff --git a/media-video/avisynth+/metadata.xml 
b/media-video/avisynth+/metadata.xml
deleted file mode 100644
index b6c6a91c67..0000000000
--- a/media-video/avisynth+/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <!-- maintainer-wanted -->
-  <upstream>
-    <remote-id type="github">AviSynth/AviSynthPlus</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index da8d459d26..a4935c1730 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -41,11 +41,6 @@ media-sound/pulseaudio-virtualmic
 # Removal on 2025-09-29
 app-text/klogg
 
-# Florian Albrechtskirchinger <[email protected]> (2025-08-18)
-# Unwanted and unmaintained. Live ebuild only.
-# Removal on 2025-09-18
-media-video/avisynth+
-
 # David (stkw0) Roman <[email protected]> (2025-07-25)
 # Depends on removed pydantic version.
 dev-python/safety-schemas

Reply via email to