commit:     9aeaa3d8d21dd98f32abb486115e107381e87908
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 10:53:07 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 10:53:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aeaa3d8

media-libs/audiofile: dropped obsolete 0.3.6-r5

Bug: https://bugs.gentoo.org/933815
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/audiofile/audiofile-0.3.6-r5.ebuild | 58 --------------------------
 1 file changed, 58 deletions(-)

diff --git a/media-libs/audiofile/audiofile-0.3.6-r5.ebuild 
b/media-libs/audiofile/audiofile-0.3.6-r5.ebuild
deleted file mode 100644
index 63aa1be69749..000000000000
--- a/media-libs/audiofile/audiofile-0.3.6-r5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools gnome.org multilib-minimal
-
-DESCRIPTION="An elegant API for accessing audio files"
-HOMEPAGE="https://audiofile.68k.org/";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/1" # subslot = soname major version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="flac"
-
-RDEPEND="flac? ( >=media-libs/flac-1.2.1:=[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.3.6-gcc6-build-fixes.patch
-       "${FILESDIR}"/${PN}-0.3.6-CVE-2015-7747.patch
-       "${FILESDIR}"/${PN}-0.3.6-mingw32.patch
-       "${FILESDIR}"/${PN}-0.3.6-CVE-2017-68xx.patch
-       "${FILESDIR}"/${PN}-0.3.6-CVE-2018-13440-CVE-2018-17095.patch
-       "${FILESDIR}"/${PN}-0.3.6-strict-prototypes.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-multilib_src_configure() {
-       # Tests depend on statically compiled binaries to work, so we'll have to
-       # delete them later rather than not compile them at all
-       local myconf=(
-               --enable-largefile
-               # static needed for tests, bug #869677
-               --enable-static
-               --disable-werror
-               --disable-examples
-               $(use_enable flac)
-       )
-       ECONF_SOURCE="${S}" econf "${myconf[@]}"
-}
-
-multilib_src_test() {
-       emake check
-}
-
-multilib_src_install_all() {
-       einstalldocs
-
-       # package provides .pc file
-       find "${ED}" -name '*.la' -delete || die
-       find "${ED}" -name '*.a' -delete || die
-}

Reply via email to