commit:     4a47277387474dd88ccd83c1f35247c291c3eb2a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 01:17:22 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 01:17:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a472773

media-libs/libvorbis: drop vulnerable

Bug: https://bugs.gentoo.org/699862
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-libs/libvorbis/libvorbis-1.3.6.ebuild | 39 -----------------------------
 1 file changed, 39 deletions(-)

diff --git a/media-libs/libvorbis/libvorbis-1.3.6.ebuild 
b/media-libs/libvorbis/libvorbis-1.3.6.ebuild
deleted file mode 100644
index 015ddfccef7..00000000000
--- a/media-libs/libvorbis/libvorbis-1.3.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-multilib
-
-DESCRIPTION="The Ogg Vorbis sound file format library"
-HOMEPAGE="https://xiph.org/vorbis/";
-SRC_URI="https://downloads.xiph.org/releases/vorbis/${P}.tar.xz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-       app-arch/xz-utils
-       virtual/pkgconfig"
-
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-
-src_prepare() {
-       sed -i \
-               -e '/CFLAGS/s:-O20::' \
-               -e '/CFLAGS/s:-mcpu=750::' \
-               -e '/CFLAGS/s:-mno-ieee-fp::' \
-               configure.ac || die
-
-       # Un-hack docdir redefinition.
-       find -name 'Makefile.am' \
-               -exec sed -i \
-                       -e 
's:$(datadir)/doc/$(PACKAGE)-$(VERSION):@docdir@/html:' \
-                       {} + || die
-
-       AT_M4DIR="m4" \
-       autotools-multilib_src_prepare
-}

Reply via email to