commit: 6eb460d0ec3464b3ea2211296546acedda628f98 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Sep 30 14:31:15 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Sep 30 14:31:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb460d0
media-libs/aften: drop 0.0.8-r2, destabilising package No stable revdeps left. Closes: https://bugs.gentoo.org/957254 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/aften/aften-0.0.8-r2.ebuild | 37 ---------------------------------- profiles/package.mask | 6 ++++++ 2 files changed, 6 insertions(+), 37 deletions(-) diff --git a/media-libs/aften/aften-0.0.8-r2.ebuild b/media-libs/aften/aften-0.0.8-r2.ebuild deleted file mode 100644 index dd6cbc02f6a9..000000000000 --- a/media-libs/aften/aften-0.0.8-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="A/52 (AC-3) audio encoder" -HOMEPAGE="https://aften.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1 BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="cxx" - -DOCS=( README Changelog ) - -PATCHES=( - "${FILESDIR}/${P}-multilib.patch" - "${FILESDIR}/${P}-ppc.patch" - "${FILESDIR}/${P}-no-static-aften.patch" -) - -src_configure() { - local mycmakeargs=( - -DSHARED=1 - -DBINDINGS_CXX=$(usex cxx) - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - # File collision with media-sound/wavbreaker, upstream informed - mv "${ED}"/usr/bin/wavinfo{,-aften} || die -} diff --git a/profiles/package.mask b/profiles/package.mask index 26c47d9dcbfb..09002b245827 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,12 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner <[email protected]> (2025-09-30) +# No stable revdeps, destabilising package together with cleanup +# of EAPI-7 based -r2. media-libs/aften-0.0.8-r3 is available +# for ~amd64, ~ppc and ~x86. +<media-libs/aften-0.0.8-r3 + # Andreas Sturmlechner <[email protected]> (2025-09-29) # Unmaintained in ::gentoo, EAPI-7 based, broken by CMake 4 and modern C++ # Package in search of a dedicated maintainer.
