summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-06-19 21:17:22 -0400
committerAaron Bauman <bman@gentoo.org>2020-06-19 21:17:22 -0400
commit4a47277387474dd88ccd83c1f35247c291c3eb2a (patch)
tree68f185e532d1b1b6694e5cf5691920ea828fd01c /media-libs/libvorbis
parentnet-misc/bird: drop vulnerable (diff)
downloadgentoo-4a47277387474dd88ccd83c1f35247c291c3eb2a.tar.gz
gentoo-4a47277387474dd88ccd83c1f35247c291c3eb2a.tar.bz2
gentoo-4a47277387474dd88ccd83c1f35247c291c3eb2a.zip
media-libs/libvorbis: drop vulnerable
Bug: https://bugs.gentoo.org/699862 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r--media-libs/libvorbis/libvorbis-1.3.6.ebuild39
1 files changed, 0 insertions, 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 015ddfccef7a..000000000000
--- 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
-}